salix/modules/client/front/summary/style.scss

9 lines
146 B
SCSS
Raw Normal View History

2019-02-06 10:24:29 +00:00
@import "variables";
2021-06-16 07:43:07 +00:00
vn-client-summary .summary {
max-width: $width-lg;
.alert span {
2019-02-08 16:49:51 +00:00
color: $color-alert !important
2018-12-10 13:22:11 +00:00
}
2018-03-27 13:06:22 +00:00
}