63 lines
1.1 KiB
CSS
63 lines
1.1 KiB
CSS
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;*/
|
|
}
|
|
}
|