Skip to content

Commit 9eb3ada

Browse files
committed
style: add box shadow by default in header
1 parent 6c336e4 commit 9eb3ada

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

themes/basic/assets/css/_header.scss

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
justify-content: center;
77
align-items: center;
88
height: $header-height;
9-
border-bottom: 1px solid #ddd;
9+
border-bottom: 1px solid #ccc;
10+
box-shadow: 1px 1px 3px #ccc;
1011

1112
.header-left { text-align: left }
1213
.header-center {
@@ -18,11 +19,6 @@
1819
.button-search {
1920
text-decoration: none;
2021
}
21-
22-
&:hover {
23-
border-bottom: 1px solid #ccc;
24-
box-shadow: 1px 1px 3px #ccc;
25-
}
2622
}
2723

2824
.menu-button {

0 commit comments

Comments
 (0)