Anmelde Button und status sichtbarer
This commit is contained in:
@ -1 +1,23 @@
|
||||
/* Module Custom Styles */
|
||||
/* Module Custom Styles */
|
||||
.AbsageBtn {
|
||||
|
||||
background-color: #e63946; /* sch<63>nes kr<6B>ftiges Rot */
|
||||
color: white;
|
||||
|
||||
}
|
||||
.AbsageBtn:hover {
|
||||
background-color: #ae262f
|
||||
}
|
||||
.ZusageBtn {
|
||||
background-color: #2a9d8f; /* angenehmes Gr<47>n */
|
||||
color: white;
|
||||
}
|
||||
.ZusageBtn:hover {
|
||||
background-color: #20776d
|
||||
}
|
||||
.Ueberschrift {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
.Underline {
|
||||
text-decoration: underline;
|
||||
}
|
Reference in New Issue
Block a user