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

14 lines
213 B
SCSS
Raw Normal View History

2019-02-05 10:25:47 +00:00
@import 'colors';
tpl-item{
&.notActive {
background-color: $main-bg;
color: $secondary-font-color;
width: 100%;
}
& > .inactive {
text-transform: uppercase;
}
}