salix/modules/ticket/front/index/style.scss

40 lines
790 B
SCSS
Raw Normal View History

2019-02-06 10:24:29 +00:00
@import "variables";
vn-ticket-index{
vn-icon-menu{
padding-top: 30px;
padding-left: 10px;
2019-02-08 16:49:51 +00:00
color: $color-main;
li {
color: initial;
}
}
2018-12-21 06:53:04 +00:00
.alert1 {
2019-02-08 16:49:51 +00:00
background-color: $color-main-light;
2018-12-21 11:06:01 +00:00
&:hover {
2019-02-08 16:49:51 +00:00
background-color: $color-main-medium;
2018-12-21 11:06:01 +00:00
}
2018-12-21 06:53:04 +00:00
}
.alertOk {
2019-02-08 16:49:51 +00:00
background-color: $color-success-light;
2018-12-21 11:06:01 +00:00
&:hover {
2019-02-08 16:49:51 +00:00
background-color: $color-success-medium;
2018-12-21 11:06:01 +00:00
}
2018-12-21 06:53:04 +00:00
}
.alertFree {
2019-02-08 16:49:51 +00:00
background-color: $color-notice-light;
2018-12-21 11:06:01 +00:00
&:hover {
2019-02-08 16:49:51 +00:00
background-color: $color-notice-medium;
2018-12-21 11:06:01 +00:00
}
2018-12-21 06:53:04 +00:00
}
.alert0 {
2019-02-08 16:49:51 +00:00
background-color: $color-alert-light;
2018-12-21 11:06:01 +00:00
&:hover {
2019-02-08 16:49:51 +00:00
background-color: $color-alert-medium;
2018-12-21 11:06:01 +00:00
}
2018-12-21 06:53:04 +00:00
}
}