salix/modules/entry/front/summary/style.scss

30 lines
559 B
SCSS
Raw Normal View History

2020-02-04 08:34:31 +00:00
@import "variables";
2020-02-21 11:48:34 +00:00
vn-entry-summary .summary {
2020-02-04 08:34:31 +00:00
max-width: $width-lg;
2020-09-09 09:39:18 +00:00
.dark-row {
background-color: lighten($color-marginal, 10%);
}
2020-10-15 12:40:41 +00:00
tbody tr:nth-child(1) {
border-top: 1px solid $color-marginal;
}
tbody tr:nth-child(1),
tbody tr:nth-child(2) {
border-left: 1px solid $color-marginal;
border-right: 1px solid $color-marginal
}
tbody tr:nth-child(3) {
height: inherit
2020-09-09 09:39:18 +00:00
}
tr {
margin-bottom: 10px;
}
}
$color-font-link-medium: lighten($color-font-link, 20%)