We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b40dd9 commit 16a5b8fCopy full SHA for 16a5b8f
packages/edit-site/src/components/sidebar-navigation-screen/style.scss
@@ -12,7 +12,6 @@
12
}
13
14
.edit-site-sidebar-navigation-screen__content {
15
- margin: 0 0 $grid-unit-20 0;
16
color: $gray-400;
17
padding: 0 $grid-unit-20;
18
.components-item-group {
@@ -88,9 +87,10 @@
88
87
bottom: 0;
89
background-color: $gray-900;
90
gap: 0;
91
- padding: $grid-unit-40 0;
92
- margin: $grid-unit-40 $grid-unit-20;
+ padding: $grid-unit-20 0;
+ margin: $grid-unit-20 0 0;
93
border-top: 1px solid $gray-800;
+ box-shadow: 0 #{-$grid-unit-10} $grid-unit-20 $gray-900;
94
95
96
.edit-site-sidebar-navigation-screen__footer {
0 commit comments