salix/client/item/src/diary/style.scss

32 lines
547 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-card {
margin: auto;
max-width: 880px;
}
& vn-horizontal {
justify-content: center;
}
& vn-autocomplete > div{
width: 400px;
}
2018-10-05 13:53:31 +00:00
.balanceNegative .balance {
background-color: $main-01;
}
.isIn .in {
background-color: $main-02;
}
.truncate {
max-width: 250px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}