safing-web/_sass/_button.scss
2018-09-19 13:29:00 +02:00

28 lines
472 B
SCSS

.ui.button.safing-active {
color: $white;
background-color: $primary;
}
.ui.button.safing-active:hover {
background-color: $anchor_hover;
color: $white;
}
.ui.button.safing-secondary{
color: $secondary;
}
.ui.button.safing-secondary:hover{
background-color: $fill_medium;
color: $white;
}
.ui.button.safing-full {
color: $fill_lighter;
background-color: $white;
}
.ui.button.safing-full:hover {
background-color: $fill_lighter;
color: $white;
}