salix/modules/worker/front/log/style.scss

30 lines
495 B
SCSS
Raw Normal View History

2019-02-06 10:24:29 +00:00
@import "variables";
2018-10-23 09:34:07 +00:00
2018-11-05 08:29:05 +00:00
vn-log {
2018-10-23 09:34:07 +00:00
vn-td {
vertical-align: initial !important;
}
.changes {
display: none;
}
.label {
2019-02-08 16:49:51 +00:00
color: $color-font-secondary;
2018-10-23 09:34:07 +00:00
}
.value {
2019-02-08 16:49:51 +00:00
color: $color-font;
2018-10-23 09:34:07 +00:00
}
.after, .before {
max-width: 250px;
}
@media screen and (max-width: 1570px) {
.expendable {
display: none;
}
.changes {
padding-top: 10px;
display: block;
}
}
}