mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
24 lines
435 B
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;
|
|
}
|