2024-03-14 18:13:52 +00:00
|
|
|
.box-grau {
|
2024-03-14 21:45:50 +00:00
|
|
|
color: #fff !important;
|
2024-03-18 14:29:35 +00:00
|
|
|
background-color: var(--StuVe-gray) !important;
|
2024-03-14 21:45:50 +00:00
|
|
|
padding: 1rem !important;
|
|
|
|
border-radius: .6rem;
|
|
|
|
margin: 1rem 0 !important;
|
|
|
|
text-align: center !important
|
2024-03-14 18:13:52 +00:00
|
|
|
}
|
2024-03-14 21:45:50 +00:00
|
|
|
|
2024-03-14 18:13:52 +00:00
|
|
|
.box-blau {
|
2024-03-14 21:45:50 +00:00
|
|
|
color: #fff !important;
|
2024-03-18 14:29:35 +00:00
|
|
|
background-color: var(--StuVe-blue) !important;
|
2024-03-14 21:45:50 +00:00
|
|
|
padding: 1rem !important;
|
|
|
|
border-radius: .6rem;
|
|
|
|
margin: 1rem 0 !important;
|
|
|
|
text-align: center !important
|
2024-03-14 18:13:52 +00:00
|
|
|
}
|
2024-03-14 21:45:50 +00:00
|
|
|
|
2024-03-14 18:13:52 +00:00
|
|
|
.box-gruen {
|
2024-03-14 21:45:50 +00:00
|
|
|
color: #fff !important;
|
2024-03-18 14:29:35 +00:00
|
|
|
background-color: var(--StuVe-green) !important;
|
2024-03-14 21:45:50 +00:00
|
|
|
padding: 1rem !important;
|
|
|
|
border-radius: .6rem;
|
|
|
|
margin: 1rem 0 !important;
|
|
|
|
text-align: center !important
|
2024-03-14 18:13:52 +00:00
|
|
|
}
|