font-weight: bold;
}
tr:hover {
- @include lightDark(background-color, #eee, #333);
+ @include lightDark(background-color, #F2F2F2, #333);
}
.text-right {
text-align: end;
a {
display: inline-block;
}
+ &.expand-to-padding {
+ margin-left: -$-s;
+ margin-right: -$-s;
+ width: calc(100% + (2*#{$-s}));
+ max-width: calc(100% + (2*#{$-s}));
+ }
}
table.no-style {