Verbesserungen an CSS

This commit is contained in:
ja
2021-09-01 14:10:32 +02:00
parent 6f236e488f
commit 2baf6dfe9b
3 changed files with 124 additions and 24 deletions

View File

@@ -166,7 +166,7 @@ ContentPlaceHolder1 {
}
}
@media (min-width: 575px) {
@media (min-width: 575px) and (max-width: 768px) {
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
@@ -235,7 +235,6 @@ ContentPlaceHolder1 {
right: 20px;
}
.modal-body {
/* background-color:#043381;*/
background-color: #fff;
@@ -249,28 +248,129 @@ ContentPlaceHolder1 {
#divueberdropdown {
margin-right: 7px;
}
#divübernavpills {
width: 10px;
margin-top: 10px;
right: -830px;
z-index: 1031;
position: relative;
}
}
@media (min-width: 575px) {
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: url("../../images/road.jpg");
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
/* background-color:#043381;*/
}
#ContentPlaceHolder1 {
align-self: center;
width: 1700px;
}
#offcanvasWithBothOptions {
min-width: 17.692852087756545vw;
max-width: 17.692852087756545vw;
}
#form1 {
align-content: center
}
#normaltable {
padding-left: -0.125em;
}
.align-self-center {
background-color: #fff;
}
h1 {
color: #043381;
font-size: 32px;
}
.modal-body {
/* background-color:#043381;*/
background-color: #fff;
color: #043381;
}
#conovertab {
max-width: 150px 11.25em;
margin-left: 35px;
overflow-x: auto;
}
.modal-header {
background-image: linear-gradient(to right, #003680, #0055cc);
color: #fff;
.containerSearch {
width: 3.1821797931583133vw;
color: #043381;
background-color: #fff;
}
.sidebar-header {
background-color: #fff;
max-width: 250px;
color: #043381;
}
.container-fluid {
background-color: #fff;
color: #043381;
}
#navbarhomebar {
background-color: #fff;
color: #043381;
margin-left: 21%;
}
.container-xxl {
background-color: #fff;
}
.list-unstyled components {
background-color: #fff;
max-width: 250px;
}
.dropdown-toggle::after {
display: block;
position: absolute;
top: 50%;
right: 20px;
}
.modal-body {
/* background-color:#043381;*/
background-color: #fff;
color: #043381;
}
.modal-header {
background-image: linear-gradient(to right, #003680, #0055cc);
color: #fff;
}
#divueberdropdown {
margin-right: 7px;
}
#divübernavpills {
width: 10px;
margin-top: 10px;
right: -230px;
z-index: 1031;
position: relative;
}
}
#ContentPlaceHolder1 {
align-self: center;
width: 1700px;
}
#form1 {
align-content: center
}
.align-self-center {
background-color: #fff;
}
.modal-body {
/* background-color:#043381;*/
background-color: #fff;
color: #043381;
}
.modal-header {
background-image: linear-gradient(to right, #003680, #0055cc);
color: #fff;
}