chore: Update design for filters (#3423)
This commit is contained in:
committed by
GitHub
parent
330a97b5c5
commit
c23e2c23d4
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user