mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-23 16:48:12 +00:00
12 lines
214 B
SCSS
12 lines
214 B
SCSS
.binary-toggle {
|
|
/// Rules for the labels rendered when a user has clicked a state button
|
|
&__label {
|
|
&--affirm {
|
|
color: get-color(gray5);
|
|
}
|
|
&--deny {
|
|
color: get-color(red5);
|
|
}
|
|
}
|
|
}
|