Skip to content

Commit bb163d1

Browse files
committed
remove extra spacing
1 parent efb59c1 commit bb163d1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

client/styles/components/_console.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,13 @@
8888
@include themify() {
8989
@extend %link;
9090
color: getThemifyVariable('secondary-text-color');
91-
9291
&:hover {
9392
color: getThemifyVariable('logo-color');
9493
}
9594
}
96-
9795
background: transparent;
9896
border: none;
9997
padding-right: #{math.div(10, $base-font-size)}rem;
100-
10198
.preview-console--collapsed & {
10299
display: none;
103100
}

0 commit comments

Comments
 (0)