salix/modules/entry/front/buy/index/style.scss

43 lines
737 B
SCSS
Raw Normal View History

2021-04-28 08:32:24 +00:00
@import "variables";
vn-entry-buy-index vn-card {
max-width: $width-xl;
2021-04-28 08:32:24 +00:00
.dark-row {
background-color: lighten($color-marginal, 10%);
}
2021-06-14 13:52:46 +00:00
thead tr {
border: 1px solid white;;
2021-06-14 13:52:46 +00:00
}
tbody tr:nth-child(1),
tbody tr:nth-child(2) {
2021-11-18 09:12:21 +00:00
border-left: 1px solid $color-spacer;
border-right: 1px solid $color-spacer;
2021-04-28 08:32:24 +00:00
}
2021-06-14 13:52:46 +00:00
tbody tr:nth-child(2) {
2021-11-18 09:12:21 +00:00
border-bottom: 1px solid $color-spacer;
2021-06-14 13:52:46 +00:00
}
2021-04-28 08:32:24 +00:00
tbody{
2021-11-18 09:12:21 +00:00
border-bottom: 1px solid $color-spacer;
2021-04-28 08:32:24 +00:00
}
2021-06-14 13:52:46 +00:00
tbody:last-child {
border-bottom: 0;
}
2021-04-28 08:32:24 +00:00
tbody tr:nth-child(3) {
height: inherit
}
tr {
margin-bottom: 10px;
}
}
$color-font-link-medium: lighten($color-font-link, 20%)