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 {
|
.btn-pavilion-pro {
|
||||||
background: #3C1c8c;
|
background: #3c1c8c;
|
||||||
color: white;
|
color: white;
|
||||||
|
|
||||||
.d-icon {
|
.d-icon {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover, &:focus {
|
&:hover,
|
||||||
|
&:focus {
|
||||||
background: #2d1569 !important;
|
background: #2d1569 !important;
|
||||||
color: rgba(white, 0.8);
|
color: rgba(white, 0.8);
|
||||||
&[href], svg.d-icon {
|
&[href],
|
||||||
|
svg.d-icon {
|
||||||
color: rgba(white, 0.85) !important;
|
color: rgba(white, 0.85) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -727,4 +729,4 @@
|
||||||
&[href] {
|
&[href] {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Laden …
In neuem Issue referenzieren