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

10 lines
155 B
SCSS

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