76 lines
1.0 KiB
CSS
76 lines
1.0 KiB
CSS
.btn btn-primary {
|
|
color: #043381;
|
|
background-color: #fff;
|
|
}
|
|
|
|
#tableSearch {
|
|
width: 1500px;
|
|
}
|
|
|
|
.align-self-xl-start {
|
|
width: 100%;
|
|
}
|
|
|
|
#normaltable {
|
|
width: 1500px;
|
|
}
|
|
|
|
@media (max-width: 558.98px) {
|
|
#conovertab {
|
|
width: 350px;
|
|
overflow-x: auto;
|
|
}
|
|
body {
|
|
width: 390px;
|
|
}
|
|
h1 {
|
|
color: #043381;
|
|
font-size: 22px;
|
|
}
|
|
|
|
h2 {
|
|
color: #043381;
|
|
font-size: 30px;
|
|
}
|
|
|
|
#tableSearch {
|
|
max-width: 350px;
|
|
}
|
|
|
|
#containerseiterand {
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
width: 350px;
|
|
}
|
|
}
|
|
@media (max-width: 322.98px) {
|
|
#conovertab {
|
|
width: 322px;
|
|
overflow-x: auto;
|
|
}
|
|
|
|
body {
|
|
width: 322px;
|
|
}
|
|
|
|
h1 {
|
|
color: #043381;
|
|
font-size: 22px;
|
|
}
|
|
|
|
h2 {
|
|
color: #043381;
|
|
font-size: 30px;
|
|
}
|
|
|
|
#tableSearch {
|
|
max-width: 348px;
|
|
}
|
|
|
|
#containerseiterand {
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
width: 322px;
|
|
}
|
|
}
|