salix/modules/item/front/diary/style.scss

34 lines
635 B
SCSS
Raw Normal View History

2019-02-06 10:24:29 +00:00
@import "variables";
2018-10-05 13:53:31 +00:00
vn-item-diary {
2018-10-05 13:53:31 +00:00
& > vn-vertical {
display: block;
}
2019-02-10 21:52:35 +00:00
vn-horizontal {
justify-content: center;
}
2019-02-10 21:52:35 +00:00
vn-autocomplete > div {
width: 400px;
}
2018-10-05 13:53:31 +00:00
.balanceNegative .balance {
2019-02-08 16:49:51 +00:00
color: $color-alert;
2018-10-05 13:53:31 +00:00
}
.isIn .in {
2019-02-08 16:49:51 +00:00
color: $color-success;
2018-10-23 12:29:34 +00:00
font-weight: bold;
}
2019-02-10 21:52:35 +00:00
.isToday .date {
color: white;
background-color: $color-main;
2018-10-05 13:53:31 +00:00
}
.truncate {
max-width: 250px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
2018-11-14 10:17:33 +00:00
}
2023-05-18 09:42:22 +00:00
.table-check{
justify-content: center;
}
}