2017-12-18 09:48:04 +00:00
|
|
|
|
|
|
|
.button-wp {
|
|
|
|
min-height: $button-wp-height;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Light buttons color.
|
|
|
|
.button-wp-light {
|
|
|
|
color: color($colors, primary, base);
|
|
|
|
}
|
2017-12-29 17:05:52 +00:00
|
|
|
|
|
|
|
.col[align-self-stretch] .card-wp {
|
|
|
|
height: calc(100% - #{($card-wp-margin-end + $card-wp-margin-start)});
|
|
|
|
}
|
2017-12-28 11:55:54 +00:00
|
|
|
|
|
|
|
.bar-buttons core-context-menu .button-clear-wp {
|
|
|
|
color: $toolbar-wp-button-color;
|
|
|
|
}
|