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

37 lines
652 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;
}
}
2021-02-26 11:32:05 +00:00
}
.ellipsis {
white-space: nowrap;
overflow: hidden;
max-width: 400px;
text-overflow: ellipsis;
display: inline-block;
}
2021-03-05 10:40:01 +00:00
.alignSpan {
2021-02-26 11:32:05 +00:00
overflow: hidden;
display: inline-block;
2018-10-23 09:34:07 +00:00
}