23 lines
258 B
CSS
23 lines
258 B
CSS
/* These Styles will be converted by tailwind */
|
|
|
|
|
|
@import "tailwindcss";
|
|
|
|
#resumePreviewSection {
|
|
display: none;
|
|
}
|
|
|
|
#coverLetterSection {
|
|
display: none;
|
|
}
|
|
|
|
#tailoredResumeSection {
|
|
display: none;
|
|
}
|
|
|
|
@layer base {
|
|
textarea {
|
|
resize: auto;
|
|
}
|
|
}
|
|
|