css fixes

This commit is contained in:
Laura Hausmann 2020-01-05 00:15:59 +01:00
parent 96a51ce1a2
commit 640b22a496

View file

@ -2,95 +2,104 @@
for details on configuring this project to bundle and minify static web assets. */ for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand { a.navbar-brand {
color: #e3d7c0 !important; color: #e3d7c0 !important;
white-space: normal; white-space: normal;
text-align: center; text-align: center;
word-break: break-all; word-break: break-all;
} }
a:not(.btn):not(.navbar-brand) { a:not(.btn):not(.navbar-brand) {
color: #7ca9c8 !important; color: #7ca9c8 !important;
} }
.navbar { .navbar {
color: #ebddc4 !important; color: #ebddc4 !important;
background-color: #1b1b18 !important; background-color: #1b1b18 !important;
border-color: #3c3d3c !important; border-color: #3c3d3c !important;
} }
/* Sticky footer styles /* Sticky footer styles
-------------------------------------------------- */ -------------------------------------------------- */
html { html {
font-size: 14px; font-size: 14px;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
html { html {
font-size: 16px; font-size: 16px;
} }
} }
.box-shadow { .box-shadow {
box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
} }
button.accept-policy { button.accept-policy {
font-size: 1rem; font-size: 1rem;
line-height: inherit; line-height: inherit;
} }
/* Sticky footer styles /* Sticky footer styles
-------------------------------------------------- */ -------------------------------------------------- */
html { html {
position: relative; position: relative;
min-height: 100%; min-height: 100%;
} }
body { body {
/* Margin bottom by footer height */ /* Margin bottom by footer height */
margin-bottom: 60px; margin-bottom: 60px;
color: #ebddc4 !important; color: #ebddc4 !important;
background-color: #1b1b18 !important; background-color: #1b1b18 !important;
} }
.table{
color: #ebddc4 !important; .table {
color: #ebddc4 !important;
} }
.footer { .footer {
position: absolute; position: absolute;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
white-space: nowrap; white-space: nowrap;
line-height: 60px; /* Vertically center the text there */ line-height: 60px; /* Vertically center the text there */
} }
.table td { .table td {
vertical-align: middle; vertical-align: middle;
border-color: #3c3d3c !important; border-color: #3c3d3c !important;
} }
.table th { .table th {
vertical-align: middle; vertical-align: middle;
border-color: #3c3d3c !important; border-color: #3c3d3c !important;
} }
.btn-primary.disabled { .btn-primary.disabled {
color: #afafa2; color: #afafa2;
border-color: #3c6385; border-color: #3c6385;
background-color: #254667 !important; background-color: #254667 !important;
opacity: 1; opacity: 1;
border-top-color: #254667 !important; border-top-color: #254667 !important;
border-bottom-color: #254667 !important; border-bottom-color: #254667 !important;
} }
.btn-primary { .btn-primary {
color: #ffffff; color: #ffffff;
border-color: #3c6385; border-color: #3c6385;
background-color: #375a7a; background-color: #375a7a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
color: #ffffff;
border-color: #3c6385;
background-color: #2c5f93;
} }
.border-top { .border-top {
border-top-color: #3c3d3c !important; border-top-color: #3c3d3c !important;
} }
code { code {
color: #cB6d87 !important; color: #cB6d87 !important;
} }