hensei-web/components/FilterModal/index.scss
Justin Edmund 87390bc07c Update styles for various components
Added some new colors and fixed spacing
2023-03-21 19:20:05 -07:00

10 lines
155 B
SCSS

.Dialog {
.Filter.DialogContent {
overflow: hidden;
}
.DialogFooter .Buttons .Button.Blended {
padding-left: 0;
padding-right: 0;
}
}