agnostic-react
Version:
AgnosticUI (react)
51 lines (40 loc) • 645 B
CSS
.drawer-start {
right: initial;
}
.drawer-start[aria-hidden] {
transform: none;
}
.drawer-end {
left: initial;
}
.drawer-end[aria-hidden] {
transform: none;
}
.drawer-top {
bottom: initial;
transform: none;
}
.drawer-top[aria-hidden] {
transform: none;
}
.drawer-bottom {
top: initial;
transform: none;
}
.drawer-bottom[aria-hidden] {
transform: none;
}
.drawer-content {
margin: initial;
max-width: initial;
border-radius: initial;
}
.drawer-start .drawer-content,
.drawer-end .drawer-content {
width: 25rem;
}
.drawer-top .drawer-content,
.drawer-bottom .drawer-content {
height: 25vh;
width: 100%;
}