Move ohlhafv to its own app
This commit is contained in:
@@ -1,34 +0,0 @@
|
||||
#footer-div {
|
||||
height:10vh;
|
||||
}
|
||||
|
||||
footer {
|
||||
/* position: absolute; */
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 60px; /* Set the fixed height of the footer here */
|
||||
/* line-height: 60px; /* Vertically center the text there */ */
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
footer .container .col .nav .nav-item {
|
||||
display: inline-block;
|
||||
margin-right: 3vh;
|
||||
}
|
||||
|
||||
.lang-button {
|
||||
height: 4vh;
|
||||
width: 6vh;
|
||||
margin-left: 1vh;
|
||||
margin-right: 1vh;
|
||||
}
|
||||
|
||||
.lang-select {
|
||||
width: 10rem;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
footer .lang-form {
|
||||
margin: 1rem auto 0;
|
||||
}
|
||||
@@ -1,37 +0,0 @@
|
||||
.header-content {
|
||||
|
||||
}
|
||||
|
||||
.header-content .logo {
|
||||
|
||||
}
|
||||
|
||||
.header-content .logo img {
|
||||
display: block;
|
||||
height: auto;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.kaehmy-banner {
|
||||
max-width: 1000px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1000px) {
|
||||
.kaehmy_header-content {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
background-color: #052f5f;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.kaehmy_header {
|
||||
margin-bottom: 331px;
|
||||
}
|
||||
}
|
||||
|
||||
.kaehmy-banner-image {
|
||||
width: 100%;
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
.kaehmy_navigation {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.navbar-border {
|
||||
border-bottom: 2px solid #282b3b;
|
||||
}
|
||||
|
||||
.navbar-light .navbar-nav .nav-link {
|
||||
color: black;
|
||||
}
|
||||
@@ -1,95 +0,0 @@
|
||||
html, body {
|
||||
background-color: rgb(252, 225, 69);
|
||||
}
|
||||
|
||||
body {
|
||||
padding: 0 1rem 0;
|
||||
}
|
||||
|
||||
.bg-faded, .form-control {
|
||||
/*background-color: rgb(252, 225, 69);*/
|
||||
border-color: black;
|
||||
color: black;
|
||||
|
||||
border-radius: 0;
|
||||
box-shadow: 10px 10px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.form-control:focus {
|
||||
border-color: black;
|
||||
outline-style: solid;
|
||||
outline-color: black;
|
||||
outline-width: 2px;
|
||||
}
|
||||
|
||||
.form-control::placeholder {
|
||||
color: rgb(63, 63, 63);
|
||||
}
|
||||
|
||||
.form-group label {
|
||||
color: black;
|
||||
}
|
||||
|
||||
footer {
|
||||
color: black;
|
||||
}
|
||||
|
||||
footer select.form-control {
|
||||
box-shadow: 0 0;
|
||||
}
|
||||
|
||||
h3 {
|
||||
padding: 2rem 0 2rem;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
border-radius: 0;
|
||||
background-color: rgb(252, 225, 69);
|
||||
box-shadow: 0 0;
|
||||
}
|
||||
|
||||
.btn.btn-primary {
|
||||
border-color: black;
|
||||
background-color: white;
|
||||
border-radius: 0;
|
||||
color: black;
|
||||
|
||||
margin-top: 1rem;
|
||||
box-shadow: 10px 10px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.btn.btn-primary:hover {
|
||||
outline-style: solid;
|
||||
outline-color: black;
|
||||
outline-width: 2px;
|
||||
}
|
||||
|
||||
.card {
|
||||
background-color: rgb(252, 225, 69);
|
||||
border-color: black;
|
||||
border-radius: 0;
|
||||
|
||||
box-shadow: 10px 10px rgba(0, 0, 0, 0.5);
|
||||
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.card-header {
|
||||
border-width: 0 0 1px 0;
|
||||
border-style: solid;
|
||||
border-color: black;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.card h5 {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.card p {
|
||||
color: black;
|
||||
}
|
||||
|
||||
h6 {
|
||||
color: black;
|
||||
}
|
||||
@@ -1,37 +0,0 @@
|
||||
.header-content {
|
||||
|
||||
}
|
||||
|
||||
.header-content .logo {
|
||||
|
||||
}
|
||||
|
||||
.header-content .logo img {
|
||||
display: block;
|
||||
height: auto;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.ohlhafv-banner {
|
||||
max-width: 1000px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1000px) {
|
||||
.ohlhafv_header-content {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
background-color: #052f5f;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ohlhafv_header {
|
||||
margin-bottom: 331px;
|
||||
}
|
||||
}
|
||||
|
||||
.ohlhafv-banner-image {
|
||||
width: 100%;
|
||||
}
|
||||
@@ -1,35 +0,0 @@
|
||||
.page-content {
|
||||
margin-top: 1vh;
|
||||
width: 90%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
body {
|
||||
max-width: 1000px;
|
||||
margin-left: auto !important;
|
||||
margin-right: auto !important;
|
||||
}
|
||||
|
||||
div.tooltip-inner {
|
||||
max-width: 25rem;
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
.role-filter-form {
|
||||
max-width: 30rem;
|
||||
width: auto;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.kaehmy-content {
|
||||
padding-left: 0.5rem;
|
||||
padding-right: 0.5rem;
|
||||
}
|
||||
|
||||
p {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
Reference in New Issue
Block a user