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;
|
||||
}
|
||||
}
|
||||
.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 {
|
||||
|
|
|
@ -44,6 +44,7 @@ article,.omekas-entry-content {
|
|||
}
|
||||
.appear{
|
||||
display:none;
|
||||
font-size: $global-font-size;
|
||||
}
|
||||
input{
|
||||
&:active{
|
||||
|
|
Loading…
Reference in New Issue