hensei-web/components/JobAccessoryPopover/index.scss
Justin Edmund bef9c2b286 Add JobAccessoryPopover
This opens, closes, and saves the value but it doesn't persist to the server yet. Not a responsive component yet.
2023-01-24 02:07:54 -08:00

10 lines
185 B
SCSS

.JobAccessory.Popover {
padding: $unit-2x;
width: 504px;
.Accessories {
display: grid;
gap: $unit;
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
}