Reactive-Resume/apps/client/components/shared/ArrayInput.module.scss

16 lines
219 B
SCSS
Raw Normal View History

2022-03-02 16:44:11 +00:00
.header {
@apply mb-4 flex items-center justify-between;
.label {
@apply text-base font-semibold;
}
}
.inputGrid {
@apply grid grid-cols-2 gap-4;
.delete {
@apply opacity-25 hover:opacity-75;
}
}