Vmeda.Online/src/app/app.wp.scss

14 lines
247 B
SCSS
Raw Normal View History

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)});
}