mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-15 07:17:00 +10:00
- implementing hobby, language and reference sections
- dynamic template selection
This commit is contained in:
@@ -3,17 +3,20 @@
|
||||
}
|
||||
|
||||
.container label input,
|
||||
.container label textarea {
|
||||
@apply py-3 px-4 rounded bg-secondary text-primary border border-secondary;
|
||||
.container label textarea,
|
||||
.container label select {
|
||||
@apply py-3 px-4 rounded bg-secondary text-primary border border-secondary appearance-none;
|
||||
}
|
||||
|
||||
.container label input::placeholder,
|
||||
.container label textarea::placeholder {
|
||||
.container label textarea::placeholder,
|
||||
.container label select::placeholder {
|
||||
@apply text-primary opacity-50;
|
||||
}
|
||||
|
||||
.container label input:focus,
|
||||
.container label textarea:focus {
|
||||
.container label textarea:focus,
|
||||
.container label select:focus {
|
||||
@apply outline-none border-gray-500;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user