We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e6445 commit da5e958Copy full SHA for da5e958
client/styles/components/_console.scss
@@ -89,23 +89,19 @@
89
@extend %link;
90
color: getThemifyVariable('secondary-text-color');
91
&:hover {
92
- color: $p5-light-pink;
93
-
94
- @if (getThemifyVariable('logo-color') == $yellow) {
95
- color: $yellow;
96
- }
+ color: getThemifyVariable('logo-color');
97
}
98
99
background: transparent;
100
border: none;
101
padding-right: #{math.div(10, $base-font-size)}rem;
102
.preview-console--collapsed & {
103
- display: none;
+ display: none;
104
105
+}
106
107
.preview-console__body {
108
display: flex;
109
flex-direction: column;
110
height: calc(100% - #{math.div(30, $base-font-size)}rem);
111
-}
0 commit comments