Customer Master Seite angpasst kein BG in Mobilansicht. und Auslagern von Css in Css File

This commit is contained in:
ja
2021-08-27 08:18:34 +02:00
parent 695bac0303
commit e089f74a7a
4 changed files with 298 additions and 241 deletions

62
css/CustomerIndex.css Normal file
View File

@@ -0,0 +1,62 @@
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;*/
}
.btn btn-primary {
color: #043381;
background-color: #fff;
}
#tableSearch {
width: 1250px;
}
.align-self-xl-start {
width: 102%;
}
#normaltable {
width: 1500px;
}
#conovertab {
margin-left: 0px;
width: 1700px;
}
@media (max-width: 558.98px) {
#conovertab {
width: 350px;
overflow-x: auto;
}
h1 {
font-size: 12px;
}
#tableSearch {
width: 315px;
}
#containerseiterand {
width: 352px;
}
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
/* background-color:#043381;*/
}
}