styled link to `technical documentation` as small button

This commit is contained in:
jorge 2021-10-07 20:39:47 +02:00
parent 31c7edfe7b
commit bff2eab376
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -29,7 +29,7 @@
} }
&.tech-document-link { &.tech-document-link {
a { a {
@include button; @include button(small);
} }
} }
} }