added styles for smaller buttons in media, item and page view

This commit is contained in:
jorge 2021-09-07 11:42:11 +02:00
parent 97f6ce8c95
commit 8475bc2a9a
2 changed files with 7 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,6 @@
button {
@extend .button;
}
button,.button {
&.small{
padding: $global-padding*0.5 $global-padding*1.5;
@ -58,3 +61,6 @@ button,.button {
border: none;
}
}
.end_of_page_button {
@extend .button.small;
}