1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-10-23 18:56:29 +02:00
Files
csslayout/styles/patterns/_drawer.scss
Phuoc Nguyen b7bd6a9d0a feat: Drawer
2022-09-21 15:36:23 +07:00

21 lines
309 B
SCSS

.drawer {
/* Demo */
border: 1px solid #d1d5db;
border-radius: 0.25rem;
height: 100%;
width: 100%;
display: flex;
}
.drawer__sidebar {
/* Demo */
border-right: 1px solid #d1d5db;
width: 25%;
}
.drawer__overlay {
/* Demo */
background: #4b5563;
flex: 1;
}