changed class names and added shadow to boxes.css
Build and Push Docker image / build-and-push (push) Has been cancelled
Details
Build and Push Docker image / build-and-push (push) Has been cancelled
Details
This commit is contained in:
parent
c7ea2f9037
commit
5a9f50ccc7
|
@ -4,7 +4,8 @@
|
||||||
padding: 1rem !important;
|
padding: 1rem !important;
|
||||||
border-radius: .6rem;
|
border-radius: .6rem;
|
||||||
margin: 1rem 0 !important;
|
margin: 1rem 0 !important;
|
||||||
text-align: center !important
|
text-align: center !important;
|
||||||
|
box-shadow: var(--container_shadow);
|
||||||
}
|
}
|
||||||
|
|
||||||
.box-blau {
|
.box-blau {
|
||||||
|
@ -13,7 +14,8 @@
|
||||||
padding: 1rem !important;
|
padding: 1rem !important;
|
||||||
border-radius: .6rem;
|
border-radius: .6rem;
|
||||||
margin: 1rem 0 !important;
|
margin: 1rem 0 !important;
|
||||||
text-align: center !important
|
text-align: center !important;
|
||||||
|
box-shadow: var(--container_shadow);
|
||||||
}
|
}
|
||||||
|
|
||||||
.box-gruen {
|
.box-gruen {
|
||||||
|
@ -22,5 +24,6 @@
|
||||||
padding: 1rem !important;
|
padding: 1rem !important;
|
||||||
border-radius: .6rem;
|
border-radius: .6rem;
|
||||||
margin: 1rem 0 !important;
|
margin: 1rem 0 !important;
|
||||||
text-align: center !important
|
text-align: center !important;
|
||||||
|
box-shadow: var(--container_shadow);
|
||||||
}
|
}
|
|
@ -1,20 +1,20 @@
|
||||||
.StuVe-Text-Green {
|
.StuVe-Text-Gruen {
|
||||||
color: var(--StuVe-green) !important;
|
color: var(--StuVe-green) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.StuVe-Text-Dark-Green {
|
.StuVe-Text-Dark-Gruen {
|
||||||
color: var(--StuVe-dark-green) !important;
|
color: var(--StuVe-dark-green) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.StuVe-Text-Blue {
|
.StuVe-Text-Blau {
|
||||||
color: var(--StuVe-blue) !important;
|
color: var(--StuVe-blue) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.StuVe-Text-Dark-Blue {
|
.StuVe-Text-Dark-Blasu {
|
||||||
color: var(--StuVe-dark-blue) !important;
|
color: var(--StuVe-dark-blue) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.StuVe-Text-Gray {
|
.StuVe-Text-Grau {
|
||||||
color: var(--StuVe-gray) !important;
|
color: var(--StuVe-gray) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue