Files
bigcapital/server/resources/scss/base.scss
2021-08-17 10:47:04 +02:00

24 lines
273 B
SCSS

@import "./normalize.scss";
*,
*::before,
*::after {
box-sizing: border-box;
}
th {
text-align: inherit; // 2
text-align: -webkit-match-parent; // 3
}
thead,
tbody,
tfoot,
tr,
td,
th {
border-color: inherit;
border-style: solid;
border-width: 0;
}