Merge pull request 'fix/buttons-media-item-page' (#33) from fix/buttons-media-item-page into develop

Reviewed-on: #33
This commit is contained in:
jorge 2021-09-14 16:40:10 +02:00
commit 86f7d9d162
3 changed files with 13 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;
}

View File

@ -79,6 +79,12 @@ body:not(.browse) #content {
border-top: none;
}
// vertical spacing for bloc elements
//
.archive-item-block {
margin-bottom: $global-margin * 1;
}
/* Styles for vertical menu layout */
body.vertical-menu {