Skip to content

Commit efb59c1

Browse files
committed
adjust formatting
1 parent 74f443e commit efb59c1

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

client/styles/components/_console.scss

+9-6
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,20 @@
8686

8787
.preview-console__clear {
8888
@include themify() {
89-
@extend %link;
90-
color: getThemifyVariable('secondary-text-color');
91-
&:hover {
92-
color: getThemifyVariable('logo-color');
93-
}
89+
@extend %link;
90+
color: getThemifyVariable('secondary-text-color');
91+
92+
&:hover {
93+
color: getThemifyVariable('logo-color');
94+
}
9495
}
96+
9597
background: transparent;
9698
border: none;
9799
padding-right: #{math.div(10, $base-font-size)}rem;
100+
98101
.preview-console--collapsed & {
99-
display: none;
102+
display: none;
100103
}
101104
}
102105

0 commit comments

Comments
 (0)