1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00
Files
tabler/core/scss/ui/_offcanvas.scss

24 lines
435 B
SCSS

.offcanvas {
@include media-print {
display: none;
}
}
.offcanvas-header {
border-bottom: var(--#{$prefix}border-width) var(--#{$prefix}border-style) var(--#{$prefix}border-color);
}
.offcanvas-footer {
padding: $offcanvas-padding-y $offcanvas-padding-x;
}
.offcanvas-title {
font-size: $h3-font-size;
font-weight: var(--#{$prefix}font-weight-medium);
line-height: 1.5rem;
}
.offcanvas-narrow {
width: 20rem;
}