reduced button size of search and loadmore to match the rest of font-sizes

This commit is contained in:
jorge 2022-04-27 13:44:18 +02:00
parent 09b0de783f
commit f0f6e24f6a
3 changed files with 8 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -61,11 +61,17 @@ button,.button {
border: none;
}
}
.load_more {
button,.button {
font-size: $global-font-size;
}
}
.end_of_page_button {
@extend .button.small;
display: flex;
margin: $global-margin auto;
padding: $global-padding*0.5 $global-padding*5;
font-size: $global-font-size;
}
.accordion-item.is-active {
& button, & .button {

View File

@ -44,6 +44,7 @@ article,.omekas-entry-content {
}
.appear{
display:none;
font-size: $global-font-size;
}
input{
&:active{