mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-27 05:01:23 +01:00
20 lines
432 B
SCSS
20 lines
432 B
SCSS
.waves-button {
|
|
color: #fff;
|
|
&:hover, &:link, &:visited, .waves-button-input {
|
|
color: #fff;
|
|
}
|
|
}
|
|
.btn {
|
|
font-weight: $bold;
|
|
transition: $base-cubic-transition;
|
|
}
|
|
.btn-primary {
|
|
user-select: none;
|
|
text-transform: uppercase;
|
|
border: 0;
|
|
background: $primary-color !important;
|
|
&:hover, &:focus, &:active, &.active {
|
|
outline: none;
|
|
background: $primary-color-hover;
|
|
}
|
|
}
|