fix: switch back to pixel based border sizes
This commit is contained in:
parent
e748a7dbc0
commit
a8af7c3791
6 changed files with 15 additions and 14 deletions
|
@ -45,7 +45,7 @@
|
|||
a,
|
||||
&__link {
|
||||
text-decoration: none;
|
||||
border-bottom: 1px solid transparent;
|
||||
border-bottom: $border-1 solid transparent;
|
||||
line-height: 1em;
|
||||
|
||||
&:hover {
|
||||
|
@ -121,7 +121,7 @@
|
|||
tr th,
|
||||
tr td {
|
||||
padding: $padding-8 $padding-16;
|
||||
border: $border-2 solid $gray-200;
|
||||
border: $border-1 solid $gray-200;
|
||||
}
|
||||
|
||||
tr:nth-child(2n) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue