salix/front/core/components/log/style.scss

30 lines
497 B
SCSS

@import 'colors';
vn-log {
vn-td {
vertical-align: initial !important;
}
.changes {
display: none;
}
.label {
color: $secondary-font-color;
}
.value {
color: $main-font-color;
}
.after, .before {
max-width: 250px;
}
@media screen and (max-width: 1570px) {
.expendable {
display: none;
}
.changes {
padding-top: 10px;
display: block;
}
}
}