mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 09:24:24 +04:00
17 lines
370 B
SCSS
17 lines
370 B
SCSS
.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;
|
|
} |