styled the page descripton technical documentation as button

This commit is contained in:
jorge 2021-10-07 20:27:16 +02:00
parent 3b08513cfd
commit 2a56062fd3
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -27,6 +27,11 @@
display:inline;
width: 0;
}
&.tech-document-link {
a {
@include button;
}
}
}
}
}