Skip to content
Snippets Groups Projects
Select Git revision
  • 3cdd6ee6a627a0c719fd2e0b17d7f3acd5d4fc9d
  • master default
  • v5.2.2
  • v5.2.1
  • v5.2.0
  • v5.1.2
  • v5.1.1
  • v5.1.0
  • 5.0.2
9 results

.classpath

Blame
  • transactions.css 254 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;
    }