merge develop into main issues #9 list #64

Merged
jorge merged 17 commits from develop into main 2022-04-27 14:50:50 +02:00
2 changed files with 4 additions and 3 deletions
Showing only changes of commit 5f4867d3f1 - Show all commits

File diff suppressed because one or more lines are too long

View File

@ -67,10 +67,11 @@ button,.button {
}
}
.end_of_page_button {
@extend .button.small;
// @extend .button.small;
@extend .button;
display: flex;
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 {