Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-15 14:22:53 +01:00
DEV: Format stylesheet code
Dieser Commit ist enthalten in:
Ursprung
f005e8f277
Commit
bf536df198
1 geänderte Dateien mit 6 neuen und 4 gelöschten Zeilen
|
@ -709,17 +709,19 @@
|
|||
}
|
||||
|
||||
.btn-pavilion-pro {
|
||||
background: #3C1c8c;
|
||||
background: #3c1c8c;
|
||||
color: white;
|
||||
|
||||
.d-icon {
|
||||
color: white;
|
||||
}
|
||||
|
||||
&:hover, &:focus {
|
||||
&:hover,
|
||||
&:focus {
|
||||
background: #2d1569 !important;
|
||||
color: rgba(white, 0.8);
|
||||
&[href], svg.d-icon {
|
||||
&[href],
|
||||
svg.d-icon {
|
||||
color: rgba(white, 0.85) !important;
|
||||
}
|
||||
}
|
||||
|
@ -727,4 +729,4 @@
|
|||
&[href] {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Laden …
In neuem Issue referenzieren