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

@@ -49,7 +49,17 @@ code {
.cursor-pointer {
cursor: pointer;
}
// remove when grid gutters are fixed
.columns.with-right-space {
padding-right: var(--space-normal);
}
.padding-right-small {
padding-right: var(--space-one);
}
.margin-right-small {
margin-right: var(--space-small);
}