styled link to `technical documentation` as button with small font size and narrower padding

This commit is contained in:
jorge 2021-10-07 21:00:16 +02:00
parent bff2eab376
commit b3b4e57249
2 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -29,7 +29,9 @@
} }
&.tech-document-link { &.tech-document-link {
a { a {
@include button(small); @include button;
padding: $global-padding*0.5 $global-padding*1.5;
font-size: $small-font-size;
} }
} }
} }