salix/modules/item/front/last-entries/style.scss

27 lines
555 B
SCSS
Raw Normal View History

2019-02-06 10:24:29 +00:00
@import "variables";
2018-06-20 09:39:29 +00:00
vn-item-last-entries {
.round {
2019-02-08 16:49:51 +00:00
background-color: $color-spacer;
2018-06-20 09:39:29 +00:00
border-radius: 25px;
float: right;
width: 25px;
color: white;
text-align: center;
font-weight: bold;
}
& vn-horizontal {
justify-content: center;
}
& vn-date-picker {
flex: none!important;
& .mdl-textfield{
width: 400px!important;
}
}
@media screen and (max-width: 1440px) {
.expendable{
display: none;
}
}
}