reduced button size of search and loadmore to match the rest of font-sizes
This commit is contained in:
parent
09b0de783f
commit
f0f6e24f6a
File diff suppressed because one or more lines are too long
|
@ -61,11 +61,17 @@ button,.button {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.load_more {
|
||||||
|
button,.button {
|
||||||
|
font-size: $global-font-size;
|
||||||
|
}
|
||||||
|
}
|
||||||
.end_of_page_button {
|
.end_of_page_button {
|
||||||
@extend .button.small;
|
@extend .button.small;
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: $global-margin auto;
|
margin: $global-margin auto;
|
||||||
padding: $global-padding*0.5 $global-padding*5;
|
padding: $global-padding*0.5 $global-padding*5;
|
||||||
|
font-size: $global-font-size;
|
||||||
}
|
}
|
||||||
.accordion-item.is-active {
|
.accordion-item.is-active {
|
||||||
& button, & .button {
|
& button, & .button {
|
||||||
|
|
|
@ -44,6 +44,7 @@ article,.omekas-entry-content {
|
||||||
}
|
}
|
||||||
.appear{
|
.appear{
|
||||||
display:none;
|
display:none;
|
||||||
|
font-size: $global-font-size;
|
||||||
}
|
}
|
||||||
input{
|
input{
|
||||||
&:active{
|
&:active{
|
||||||
|
|
Loading…
Reference in New Issue