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