1
0
Fork 0

DEV: Format stylesheet code

Dieser Commit ist enthalten in:
Keegan George 2021-06-08 18:39:58 -07:00
Ursprung f005e8f277
Commit bf536df198

Datei anzeigen

@ -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;
}
}
}