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 a8b78f9 commit 34d348eCopy full SHA for 34d348e
assets/sass/main.scss
@@ -255,21 +255,17 @@
255
background-color: _palette(burger, bg);
256
padding: (_size(element-margin) * 0.25);
257
border-radius: _size(border-radius);
258
- min-width: 1em;
259
- min-height: 1em;
+ min-width: 40px;
+ min-height: 40px;
260
list-style-type: none;
261
font-size: 0.8em;
262
opacity: 1;
263
- transition: 0.25s all;
+ //transition: 0.25s all;
264
265
ul {
266
267
}
268
269
- * {
270
271
- }
272
-
273
&:not(:hover) {
274
li {
275
margin: 0;
@@ -289,6 +285,9 @@
289
285
290
286
291
287
&:hover {
288
+ width: 100px;
+ height: 200px;
+
292
&::before {
293
opacity: 0;
294
min-width: 0;
0 commit comments