Skip to content

Commit 66f06b2

Browse files
Restyled by prettier (#489)
Co-authored-by: Restyled.io <[email protected]>
1 parent 028cdc4 commit 66f06b2

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

Diff for: src/components/molecules/HamburgerMenu/styles.module.css

+11-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
position: fixed;
99
z-index: 11;
1010
transform: translateX(100%);
11-
transition: transform 0.4s ease, visibility 0.4s;
11+
transition:
12+
transform 0.4s ease,
13+
visibility 0.4s;
1214
will-change: transform;
1315
left: 0;
1416
right: 0;
@@ -50,7 +52,11 @@
5052
justify-content: center;
5153
background: transparent;
5254
outline: none;
53-
transition: 0.5s all, opacity 0.2s, outline-offset 0s, outline-width 0s,
55+
transition:
56+
0.5s all,
57+
opacity 0.2s,
58+
outline-offset 0s,
59+
outline-width 0s,
5460
outline-color 0s;
5561

5662
&:hover {
@@ -223,7 +229,9 @@ a.sectionHeading {
223229
text-align: center;
224230
text-decoration: none;
225231
color: #24292e;
226-
transition: background-color 0.2s ease-in, opacity 0.2s ease-in;
232+
transition:
233+
background-color 0.2s ease-in,
234+
opacity 0.2s ease-in;
227235

228236
&:hover {
229237
cursor: pointer;

0 commit comments

Comments
 (0)