mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-09 20:12:26 +10:00
16 lines
219 B
SCSS
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;
|
|
}
|
|
}
|