update main branch #47

Merged
jorge merged 166 commits from develop into main 2021-12-01 11:20:13 +01:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit b3b4e57249 - Show all commits

File diff suppressed because one or more lines are too long

View File

@ -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;
}
}
}