2025-02-17 16:13:49 -05:00
|
|
|
/* These Styles will be converted by tailwind */
|
|
|
|
|
|
|
|
|
|
|
|
@import "tailwindcss";
|
|
|
|
|
|
|
|
#resumePreviewSection {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#coverLetterSection {
|
|
|
|
display: none;
|
|
|
|
}
|
2025-02-18 16:21:50 -05:00
|
|
|
|
2025-02-20 09:19:20 -05:00
|
|
|
#tailoredResumeSection {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2025-02-18 16:21:50 -05:00
|
|
|
@layer base {
|
|
|
|
textarea {
|
|
|
|
resize: auto;
|
|
|
|
}
|
2025-02-20 09:19:20 -05:00
|
|
|
}
|
|
|
|
|