1
0
Fork 0
mirror of https://github.com/medialab-prado/datamad2017.git synced 2025-01-19 23:40:19 +01:00
datamad2017/_sass/partials/_buttons.scss

16 lines
365 B
SCSS

.btn {
font-weight: $bold;
transition: $base-cubic-transition;
}
.btn-primary {
color: #fff !important;
user-select: none;
text-transform: uppercase;
border: 0;
background: $primary-color !important;
&:hover, &:focus, &:active, &.active {
outline: none;
color: #fff;
background: $primary-color-hover;
}
}