mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-10-23 18:56:29 +02:00
21 lines
309 B
SCSS
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;
|
|
} |