chore: Update design for filters (#3423)

This commit is contained in:
Nithin David Thomas
2021-11-24 14:26:32 +05:30
committed by GitHub
parent 330a97b5c5
commit c23e2c23d4
10 changed files with 161 additions and 138 deletions

View File

@@ -25,6 +25,7 @@ $default-button-height: 4.0rem;
// @TODDO - Remove after moving all buttons to woot-button
.icon+.button__content {
padding-left: var(--space-small);
width: auto;
}
&.expanded {
@@ -103,7 +104,6 @@ $default-button-height: 4.0rem;
padding: 0;
}
}

View File

@@ -47,6 +47,11 @@
position: relative;
width: 60rem;
&.medium {
max-width: 80%;
width: 90rem;
}
.content-box {
@include padding($zero);
height: auto;
@@ -94,6 +99,7 @@
.delete-item {
@include padding($space-large);
button {
@include margin($zero);
}