We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb4004 commit c016cc3Copy full SHA for c016cc3
1 file changed
src/Visualizer/style/database-menu-sidebar.scss
@@ -27,21 +27,13 @@
27
28
&__headline {
29
margin-top: 0;
30
- margin-bottom: 24px;
+ margin-bottom: 36px;
31
font-size: 28px;
32
font-weight: 700;
33
padding-right: 40px;
34
line-height: 1;
35
}
36
37
- &__subheadline {
38
- margin-top: 0;
39
40
- font-size: 18px;
41
- font-weight: 400;
42
- color: #666;
43
- }
44
-
45
&__body {
46
display: flex;
47
flex-direction: column;
@@ -155,7 +147,7 @@
155
147
max-height: 0;
156
148
opacity: 0;
157
149
overflow: hidden;
158
- transition: all 0.3s ease;
150
+ transition: all 0.15s ease;
159
151
font-size: 14px;
160
152
line-height: 1.6;
161
153
color: #666;
0 commit comments