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

14 lines
216 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 {
background-color: $main-bg;
color: $secondary-font-color;
width: 100%;
}
& > .inactive {
text-transform: uppercase;
}
}