mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Create and adjust big button
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -10,12 +10,3 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.button.big {
|
||||
width: 100%;
|
||||
font-size: 1rem;
|
||||
|
||||
@include border-radius(25px);
|
||||
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user