Add large size buttons variant and make disabled state global

This commit is contained in:
2021-10-18 11:14:02 +02:00
parent 7ca8366cd5
commit d9648f7513
5 changed files with 36 additions and 22 deletions

View File

@@ -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);
}
}