initial commit

This commit is contained in:
2024-07-25 10:54:27 +02:00
parent 3a922fd5bc
commit d2ae809b98
113 changed files with 19295 additions and 2522 deletions
+20
View File
@@ -0,0 +1,20 @@
body {
background-color: lightgray;
}
.reports-all .col {
margin-bottom: 20px;
}
.reports-months-all {
margin-bottom: 20px;
}
/*.status-row {*/
/* background-color: lightgray;*/
/*}*/
a {
text-decoration: none !important;
}
.reports-all .report-one .fa{
padding: 5px 20px;
font-size: 20px;
}
+2
View File
@@ -0,0 +1,2 @@
@import "~bootstrap/scss/bootstrap";
@import "app.css";
+33
View File
@@ -0,0 +1,33 @@
body {
background-color: #e6e6e6;
}
.reports-all {
.col {
margin-bottom: 20px;
}
.report-one {
.fa{
margin: auto;
font-size: 20px;
}
.btn-group {
width: 100%;
}
.report-number {
position: absolute;
right: 0;
.badge {
font-size: 15px;
}
}
}
}
.reports-months-all {
margin-bottom: 20px;
}
/*.status-row {*/
/* background-color: lightgray;*/
/*}*/
a {
text-decoration: none !important;
}