mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-22 12:41:31 +10:00
- designing the builder
- designing the left navbar and sidebar
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
@import "~react-loader-spinner/dist/loader/css/react-spinner-loader.css";
|
||||
@import "./toastify.css";
|
||||
|
||||
:root {
|
||||
@apply transition-colors duration-200 ease-in-out;
|
||||
@ -23,3 +22,7 @@ a {
|
||||
a:hover {
|
||||
@apply underline;
|
||||
}
|
||||
|
||||
hr {
|
||||
@apply w-full h-1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user