30 lines
495 B
SCSS
30 lines
495 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;
|
|
}
|
|
|
|
@media screen and (max-width: 1570px) {
|
|
.expendable {
|
|
display: none;
|
|
}
|
|
.changes {
|
|
padding-top: 10px;
|
|
display: block;
|
|
}
|
|
}
|
|
} |