Skip to content

Commit 7f685eb

Browse files
committed
add variant for headers that are at the bottom
1 parent 790ea81 commit 7f685eb

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

build/shale.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/shale.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/components/_menu.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
width: 100%;
3737
z-index: 41;
3838

39+
&-invert-border {
40+
border-top: 1px solid var(--#{$shale}secondary-border);
41+
border-bottom: 0;
42+
}
43+
3944
&[disabled], &#{$disabled} {
4045
--#{$shale}header-background: var(--#{$shale}header-background-disabled);
4146
}

0 commit comments

Comments
 (0)