Make CSS for Twitch button more consistent.
parent
772ab12016
commit
94344e918e
|
@ -11,9 +11,15 @@ html[data-toggled-dark='true'] * {
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
.btn.btn-twitch {
|
$twitch-color: rgb(145, 71, 255);
|
||||||
border-color: purple;
|
|
||||||
background-color: purple;
|
.btn {
|
||||||
color: white;
|
&.btn-twitch {
|
||||||
|
@include button-variant($twitch-color, $twitch-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.btn-outline-twitch {
|
||||||
|
@include button-outline-variant($twitch-color);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue