Skip to content
Snippets Groups Projects
Select Git revision
  • 7aa9f762a682e2266c8d6d1900d9fd80b275740b
  • 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

base_en.properties

Blame
  • style.css 9.04 KiB
    body {
        display: flex;
        min-height: 100vh;
        flex-direction: column;
    }
    
    header, main, footer {
        margin-left: 350px;
    }
    
    @media only screen and (max-width: 992px) {
        header, main, footer {
            margin-left: 0;
        }
    }
    
    main {
        flex: 1 0 auto;
        margin-bottom: 24px;
    }
    
    .text-color {
        color: #212121;
    }
    
    .budgetmaster-blue {
        background-color: #2E79B9;
    }
    
    .budgetmaster-blue-text {
        color: #2E79B9;
    }
    
    .budgetmaster-blue-light {
        background-color: rgba(46, 121, 185, 0.8);
    }
    
    .budgetmaster-blue-light-text {
        color: rgba(46, 121, 185, 0.8);
    }
    
    .budgetmaster-green {
        background-color: #5cb85c !important;
    }
    
    .budgetmaster-green-text {
       color: #5cb85c;
    }
    
    .budgetmaster-dark-green {
        background-color: #468C46;
    }
    
    .budgetmaster-dark-green-text {
        color: #468C46;
    }
    
    .budgetmaster-red {
        background-color: #D82C29 !important;
    }
    
    .budgetmaster-red-text {
       color: #D82C29;
    }
    
    .budgetmaster-orange {
        background-color: orange;
    }
    
    .budgetmaster-orange-text {