This opens, closes, and saves the value but it doesn't persist to the server yet. Not a responsive component yet.
10 lines
185 B
SCSS
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));
|
|
}
|
|
}
|