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

16 lines
320 B
SCSS
Raw Normal View History

2019-02-06 10:24:29 +00:00
@import "variables";
2019-01-16 14:05:35 +00:00
vn-claim-index {
.Pendiente {
2019-02-08 16:49:51 +00:00
background-color: $color-main-medium;
2019-01-16 14:05:35 +00:00
}
.Gestionado {
2019-02-08 16:49:51 +00:00
background-color: $color-notice-medium;
2019-01-16 14:05:35 +00:00
}
.Anulado, .Cuestionado {
background-color: white;
}
.Resuelto {
2019-02-08 16:49:51 +00:00
background-color: $color-success-medium;
2019-01-16 14:05:35 +00:00
}
}