changed class names and added shadow to boxes.css
Build and Push Docker image / build-and-push (push) Has been cancelled Details

This commit is contained in:
Valentin Kolb 2024-03-18 16:27:17 +01:00
parent c7ea2f9037
commit 5a9f50ccc7
2 changed files with 11 additions and 8 deletions

View File

@ -4,7 +4,8 @@
padding: 1rem !important;
border-radius: .6rem;
margin: 1rem 0 !important;
text-align: center !important
text-align: center !important;
box-shadow: var(--container_shadow);
}
.box-blau {
@ -13,7 +14,8 @@
padding: 1rem !important;
border-radius: .6rem;
margin: 1rem 0 !important;
text-align: center !important
text-align: center !important;
box-shadow: var(--container_shadow);
}
.box-gruen {
@ -22,5 +24,6 @@
padding: 1rem !important;
border-radius: .6rem;
margin: 1rem 0 !important;
text-align: center !important
text-align: center !important;
box-shadow: var(--container_shadow);
}

View File

@ -1,20 +1,20 @@
.StuVe-Text-Green {
.StuVe-Text-Gruen {
color: var(--StuVe-green) !important;
}
.StuVe-Text-Dark-Green {
.StuVe-Text-Dark-Gruen {
color: var(--StuVe-dark-green) !important;
}
.StuVe-Text-Blue {
.StuVe-Text-Blau {
color: var(--StuVe-blue) !important;
}
.StuVe-Text-Dark-Blue {
.StuVe-Text-Dark-Blasu {
color: var(--StuVe-dark-blue) !important;
}
.StuVe-Text-Gray {
.StuVe-Text-Grau {
color: var(--StuVe-gray) !important;
}