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

31 lines
611 B
SCSS
Raw Normal View History

2018-10-05 13:53:31 +00:00
@import 'colors';
vn-item-diary {
2018-10-05 13:53:31 +00:00
& > vn-vertical {
display: block;
}
& vn-horizontal {
justify-content: center;
}
& vn-autocomplete > div{
width: 400px;
}
2018-10-05 13:53:31 +00:00
.balanceNegative .balance {
2019-01-18 09:59:33 +00:00
color: $alert-01;
2018-10-23 12:29:34 +00:00
font-weight: bold;
2018-10-05 13:53:31 +00:00
}
.isIn .in {
2019-01-18 09:59:33 +00:00
color: $main-02;
2018-10-23 12:29:34 +00:00
font-weight: bold;
}
.isToday .date{
background-color: rgba(247, 147, 30, 0.5);
font-weight: bold;
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
}
}