fix: switch back to pixel based border sizes

This commit is contained in:
Robert Kaussow 2021-02-21 22:34:34 +01:00
parent e748a7dbc0
commit a8af7c3791
No known key found for this signature in database
GPG key ID: 65362AE74AF98B61
6 changed files with 15 additions and 14 deletions

View file

@ -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) {