Create and adjust big button

This commit is contained in:
Jean-Baptiste Bellet
2023-09-14 11:11:18 +02:00
parent 4aaf0ddc18
commit ae04063643
2 changed files with 8 additions and 9 deletions

View File

@@ -89,6 +89,14 @@ button:not(.plain):not(.trix-button),
height: $btn-relaxed-height;
}
&.big {
@extend .relaxed; // use relaxed height
width: 100%;
font-size: 1rem;
@include border-radius(25px);
text-transform: uppercase;
}
&.red {
background-color: $color-btn-red-bg;
border-color: $color-btn-red-bg;

View File

@@ -10,12 +10,3 @@
}
}
}
.button.big {
width: 100%;
font-size: 1rem;
@include border-radius(25px);
padding: 15px;
}