salix/modules/ticket/front/basic-data/step-one/style.scss

14 lines
217 B
SCSS
Raw Normal View History

2019-02-06 10:25:36 +00:00
@import "variables";
2019-02-05 10:25:47 +00:00
tpl-item{
&.notActive {
2019-02-08 16:49:51 +00:00
background-color: $color-bg;
color: $color-font-secondary;
2019-02-05 10:25:47 +00:00
width: 100%;
}
& > .inactive {
text-transform: uppercase;
}
}