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

25 lines
493 B
SCSS
Raw Normal View History

2019-02-06 10:24:29 +00:00
@import "variables";
2019-02-13 13:01:37 +00:00
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;
2019-02-13 13:01:37 +00:00
color: $color-font-dark;
2018-06-20 09:39:29 +00:00
text-align: center;
font-weight: bold;
}
2019-02-13 13:01:37 +00:00
vn-horizontal {
2018-06-20 09:39:29 +00:00
justify-content: center;
}
2019-02-13 13:01:37 +00:00
vn-date-picker {
flex: none !important;
2018-06-20 09:39:29 +00:00
}
@media screen and (max-width: 1440px) {
.expendable {
2018-06-20 09:39:29 +00:00
display: none;
}
}
}