styled link to `technical documentation` as button with small font size and narrower padding
This commit is contained in:
parent
bff2eab376
commit
b3b4e57249
File diff suppressed because one or more lines are too long
|
@ -29,7 +29,9 @@
|
|||
}
|
||||
&.tech-document-link {
|
||||
a {
|
||||
@include button(small);
|
||||
@include button;
|
||||
padding: $global-padding*0.5 $global-padding*1.5;
|
||||
font-size: $small-font-size;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue