Select Git revision
base_en.properties
-
Robert Goldmann authoredRobert Goldmann authored
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 {