Skip to content
Snippets Groups Projects
transactions.css 645 B
Newer Older
  • Learn to ignore specific revisions
  • .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;
    
    .transaction-container .category-circle,
    .transaction-container .category-circle-small{
        margin: auto;
    
    .transaction-row {
        margin-bottom: 5px;
        margin-top: 20px;
    
    .transaction-text {
        font-size: 1.2rem;
    }
    
    .transaction-buttons .btn-flat {
        height: auto;
        line-height: inherit;