Skip to content
Snippets Groups Projects
transactions.css 1.52 KiB
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 {
    
    .transaction-line-height {
        line-height: 50px;
    }
    
    
    .transaction-row {
        margin-bottom: 5px;
        margin-top: 20px;
    
    .transaction-text {
        font-size: 1.2rem;
    }
    
    .transaction-buttons .btn-flat {
        height: auto;
        line-height: inherit;
    
    }
    
    .transactions-buttons-col {
        position: relative;
    
    }
    
    .new-transaction-button {
        position: absolute;
        display: inline-block;
        right: 0;
        left: 0;
        top: 0;
    
    }
    
    .new-transaction-button-list {
    
        left: auto !important;
        right: 8px !important;
    
    .new-transaction-button-list li .btn-floating {
        border-radius: 0;
    }
    
    
    .mobile-fab-tip {
        position: absolute;
        padding: 0 0.5rem;
    
        text-align: right;
        background-color: #323232;
        border-radius: 2px;
    
        width: auto;
    
    }
    
    #button-new-transaction {
        height: 36px;
        width: auto;
        border-radius: 0;
        line-height: 36px;
        padding: 0 16px;
        font-size: 14px;
    }
    
    #button-new-transaction i {
        line-height: 36px;