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