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
2022-10-02 17:36:49 +07:00

22 lines
306 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;
}