forked from EVOgeek/Vmeda.Online
18 lines
335 B
SCSS
18 lines
335 B
SCSS
|
|
.button-wp {
|
|
min-height: $button-wp-height;
|
|
}
|
|
|
|
// Light buttons color.
|
|
.button-wp-light {
|
|
color: color($colors, primary, base);
|
|
}
|
|
|
|
.col[align-self-stretch] .card-wp {
|
|
height: calc(100% - #{($card-wp-margin-end + $card-wp-margin-start)});
|
|
}
|
|
|
|
.bar-buttons core-context-menu .button-clear-wp {
|
|
color: $toolbar-wp-button-color;
|
|
}
|