Files
Reactive-Resume/apps/client/components/shared/ArrayInput.module.scss
Amruth Pillai 295172687b 🚀 release: v3.0.0
2022-03-02 17:44:11 +01:00

16 lines
219 B
SCSS

.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;
}
}