Skip to content

Commit 9b590b7

Browse files
uzmannazaribdukes
authored andcommitted
Add box-shadow to sticky header
1 parent 6f1ffc8 commit 9b590b7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

DNN Platform/Skins/Aperture/src/scss/sections/_header.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
position: sticky;
66
top: 0;
77
z-index: 1000;
8+
box-shadow: .4rem .2rem .3rem 0rem var(--dnn-color-foreground-dark);
89
.eyebrow-bar {
910
background-color: colors.color('tertiary');
1011
padding: .5rem 0;
@@ -37,4 +38,4 @@
3738
}
3839
}
3940
}
40-
}
41+
}

0 commit comments

Comments
 (0)