Skip to content
Snippets Groups Projects
Select Git revision
  • 09380ba854d2620df0ca0aa696c2209e534091aa
  • master default
  • v1.1.0
  • v1.0.0
4 results

Pipfile

Blame
  • transactions.css 298 B
    .table-repeating-end .cell{
        padding: 0 2vmin 0 0;
    }
    
    .table-repeating-end .stretched-cell {
        width: 100%;
        padding: 0 2% 0 2%;
    }
    
    .table-repeating-end .input-cell {
        min-width: 20%;
    }
    
    .chips .chip.selected {
        background-color: #2E79B9;
    }
    
    .input-min-width {
        min-width: 100px;
    }