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

27 lines
545 B
SCSS
Raw Normal View History

2018-06-20 09:39:29 +00:00
@import "colors";
vn-item-last-entries {
.round {
background-color: $lines;
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;
}
}
}