File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
packages/uikit-workshop/src
scripts/components/pl-controls Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 51
51
@import ' ../scripts/components/pl-logo/pl-logo.scss' ;
52
52
@import ' ../scripts/components/pl-nav/pl-nav.scss' ;
53
53
@import ' ../scripts/components/pl-search/pl-search.scss' ;
54
- @import ' ../scripts/components/pl-toggle-info/pl-toggle-info.scss' ;
55
- @import ' ../scripts/components/pl-toggle-layout/pl-toggle-layout.scss' ;
56
- @import ' ../scripts/components/pl-toggle-theme/pl-toggle-theme.scss' ;
57
54
@import ' ../scripts/components/pl-tools-menu/pl-tools-menu.scss' ;
58
55
@import ' ../scripts/components/pl-tooltip/pl-tooltip.scss' ;
59
56
@import ' ../scripts/components/pl-viewport-size-list/pl-viewport-size-list.scss' ;
Original file line number Diff line number Diff line change 17
17
.pl-c-header {
18
18
width : $pl-sidebar-width ; /* 1 */
19
19
height : 100vh ; /* 2 */
20
+ padding-top : 0.5rem ;
21
+ padding-bottom : 0.5rem ;
20
22
flex-direction : column ; /* 3 */
21
23
border-bottom : 0 ; /* 4 */
22
24
justify-content : space-between ;
Original file line number Diff line number Diff line change @@ -7,18 +7,16 @@ pl-controls {
7
7
display : flex ;
8
8
flex-wrap : nowrap ;
9
9
align-self : center ;
10
- padding : 0 0.5rem ;
11
10
12
11
.pl-c-body--theme-sidebar & {
13
12
display : block ;
14
-
13
+
15
14
@media all and (min-width : $pl-bp-med ) {
16
15
width : 100% ;
17
16
position : relative ;
18
17
padding-top : 0.5rem ;
19
- padding-bottom : 0.5rem ;
20
18
box-shadow : 0 -2px 5px rgba ($pl-color-black , 0.1 );
21
-
19
+
22
20
& :before {
23
21
position : absolute ;
24
22
left : 0 ;
You can’t perform that action at this time.
0 commit comments