Add large size buttons variant and make disabled state global
This commit is contained in:
@@ -388,25 +388,12 @@
|
||||
|
||||
// See More Photos
|
||||
.button {
|
||||
$color-button: #F2D3B8;
|
||||
grid-column: span var(--columns);
|
||||
grid-row: 1;
|
||||
margin: 0 auto;
|
||||
height: 56px;
|
||||
background-color: $color-button;
|
||||
font-size: rem(16px);
|
||||
border: none;
|
||||
|
||||
@include bp (sm) {
|
||||
grid-column: 6 / span 12;
|
||||
height: 72px;
|
||||
padding: 0 40px;
|
||||
font-size: rem(18px);
|
||||
}
|
||||
|
||||
&[disabled] {
|
||||
background: none;
|
||||
border: 2px solid darken($color-button, 2);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user