mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-14 23:07:01 +10:00
- refactor sections
- combine resume and metadata contexts
This commit is contained in:
@@ -14,10 +14,16 @@
|
||||
@apply text-primary opacity-50;
|
||||
}
|
||||
|
||||
.container label input:hover,
|
||||
.container label textarea:hover,
|
||||
.container label select:hover {
|
||||
@apply outline-none border-secondary-dark;
|
||||
}
|
||||
|
||||
.container label input:focus,
|
||||
.container label textarea:focus,
|
||||
.container label select:focus {
|
||||
@apply outline-none border-gray-500;
|
||||
@apply outline-none border-primary;
|
||||
}
|
||||
|
||||
.container label > p {
|
||||
|
||||
Reference in New Issue
Block a user