mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-16 17:51:43 +10:00
🚀 release: v3.0.0
This commit is contained in:
15
apps/client/components/shared/ArrayInput.module.scss
Normal file
15
apps/client/components/shared/ArrayInput.module.scss
Normal file
@ -0,0 +1,15 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user