Alle Seiten haben eigenes CSS-Files

This commit is contained in:
ja
2021-08-27 08:30:29 +02:00
parent e089f74a7a
commit 79fe87cf54
12 changed files with 9015 additions and 668 deletions

42
css/Invoices.css Normal file
View File

@@ -0,0 +1,42 @@
.btn btn-primary {
color: #043381;
background-color: #fff;
}
#tableSearch {
width: 1500px;
}
#conovertab {
margin-left: 10px;
width: 1200px;
}
.align-self-xl-start {
width: 100%;
}
#normaltable {
width: 100%;
}
@media (max-width: 558.98px) {
#conovertab {
width: 350px;
overflow-x: auto;
}
h1 {
font-size: 12px;
}
#tableSearch {
max-width: 60%;
}
#containerseiterand {
margin-left: 5px;
margin-right: 5px;
width: 350px;
}
}