34 lines
564 B
SCSS
34 lines
564 B
SCSS
@import "variables";
|
|
|
|
vn-log {
|
|
vn-td {
|
|
vertical-align: initial !important;
|
|
}
|
|
.changes {
|
|
display: none;
|
|
}
|
|
.label {
|
|
color: $color-font-secondary;
|
|
}
|
|
.value {
|
|
color: $color-font;
|
|
}
|
|
|
|
.after, .before {
|
|
max-width: 250px;
|
|
}
|
|
|
|
vn-table .firstColumn {
|
|
min-width: 150px
|
|
}
|
|
|
|
@media screen and (max-width: 1570px) {
|
|
vn-table .expendable {
|
|
display: none;
|
|
}
|
|
.changes {
|
|
padding-top: 10px;
|
|
display: block;
|
|
}
|
|
}
|
|
} |