Skip to content
Snippets Groups Projects
Select Git revision
  • 26ece2a3e6564db83a5159aa0049c9fd8aa3138f
  • master default
  • renovate/junit-jupiter-engine.version
  • renovate/selenium.version
  • renovate/testcontainer.version
  • demo
  • v1_8_1
  • v2.18.1
  • v2.18.0
  • v2.17.2
  • v2.17.1
  • v2.17.0
  • v2.16.1
  • v2.16.0
  • v2.15.1
  • v2.15.0
  • v2.14.0
  • v2.13.0
  • v2.12.0
  • v2.11.0
  • v2.10.0
  • v2.9.2
  • v2.9.1
  • v2.9.0
  • v2.8.0
  • testPipeline2
  • v2.7.0
27 results

transactions.css

Blame
  • transactions.css 484 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;
    }
    
    .transaction-container {
        width: 90%;
    }
    
    .transaction-container .responsive-table td {
        text-align: center;
    }
    
    .transaction-container .category-circle-small {
        margin: auto;
    }