fix proper gray color
This commit is contained in:
parent
30c7637693
commit
5b8cb67d2c
@ -5,7 +5,6 @@
|
|||||||
- [] delete flag user administration
|
- [] delete flag user administration
|
||||||
- [] max_people = 0 -> Rot hervorheben, dass Ausfahrt abgesagt wurde?
|
- [] max_people = 0 -> Rot hervorheben, dass Ausfahrt abgesagt wurde?
|
||||||
- [] my trips for cox
|
- [] my trips for cox
|
||||||
- [ ] ~/frontend/scss/components/_btns.scss -> line 13 -> use proper scss variables
|
|
||||||
|
|
||||||
# Nice to have
|
# Nice to have
|
||||||
- [] automatically add regular planned trip
|
- [] automatically add regular planned trip
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-gray {
|
&-gray {
|
||||||
background-color: gray;
|
@apply bg-gray-700 hover:bg-gray-800 focus-visible:outline-primary-800;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-attention {
|
&-attention {
|
||||||
|
Loading…
Reference in New Issue
Block a user