GilbN
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
1 deletions
-
CSS/themes/organizr-marine.css
|
@ -30,6 +30,11 @@ |
|
|
.text-info, .text-dark { |
|
|
.text-info, .text-dark { |
|
|
color: #ffffff !important; |
|
|
color: #ffffff !important; |
|
|
} |
|
|
} |
|
|
|
|
|
@media (max-width: 480px) |
|
|
|
|
|
login-sidebar { |
|
|
|
|
|
margin-top: auto; |
|
|
|
|
|
height: 100%; |
|
|
|
|
|
} |
|
|
/* Header */ |
|
|
/* Header */ |
|
|
.navbar-header { |
|
|
.navbar-header { |
|
|
background: var(--main-bg-color) !important; |
|
|
background: var(--main-bg-color) !important; |
|
|