mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-16 09:41:31 +10:00
- designing the builder
- designing the left navbar and sidebar
This commit is contained in:
12
src/components/builder/left/LeftSidebar.module.css
Normal file
12
src/components/builder/left/LeftSidebar.module.css
Normal file
@ -0,0 +1,12 @@
|
||||
.container {
|
||||
z-index: 10;
|
||||
box-shadow: var(--left-shadow);
|
||||
@apply w-full h-screen p-8;
|
||||
}
|
||||
|
||||
.circle {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
flex: 0 0 60px;
|
||||
@apply bg-gray-300 rounded-full;
|
||||
}
|
||||
Reference in New Issue
Block a user