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

26 lines
449 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
}
@media screen and (max-width: 1570px) {
2020-01-03 07:43:03 +00:00
vn-table .expendable {
2018-10-23 09:34:07 +00:00
display: none;
}
.changes {
padding-top: 10px;
display: block;
}
}
}