27 lines
545 B
SCSS
27 lines
545 B
SCSS
|
@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;
|
||
|
}
|
||
|
}
|
||
|
}
|