mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
make header only box-shadow on bottom
This commit is contained in:
parent
cd28b3a21b
commit
73a9290d3f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
box-shadow: 1px 0 4px rgba($primary_text_color, .45);
|
box-shadow: 0 2px 4px -2px rgba($primary_text_color, .45);
|
||||||
background-color: $primary_background_color;
|
background-color: $primary_background_color;
|
||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
.docked & {
|
.docked & {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue