Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit e2d53fc

Browse files
authored
Revert "Restyled by prettier (#489)"
This reverts commit 66f06b2.
1 parent 66f06b2 commit e2d53fc

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

src/components/molecules/HamburgerMenu/styles.module.css

+3-11
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
position: fixed;
99
z-index: 11;
1010
transform: translateX(100%);
11-
transition:
12-
transform 0.4s ease,
13-
visibility 0.4s;
11+
transition: transform 0.4s ease, visibility 0.4s;
1412
will-change: transform;
1513
left: 0;
1614
right: 0;
@@ -52,11 +50,7 @@
5250
justify-content: center;
5351
background: transparent;
5452
outline: none;
55-
transition:
56-
0.5s all,
57-
opacity 0.2s,
58-
outline-offset 0s,
59-
outline-width 0s,
53+
transition: 0.5s all, opacity 0.2s, outline-offset 0s, outline-width 0s,
6054
outline-color 0s;
6155

6256
&:hover {
@@ -229,9 +223,7 @@ a.sectionHeading {
229223
text-align: center;
230224
text-decoration: none;
231225
color: #24292e;
232-
transition:
233-
background-color 0.2s ease-in,
234-
opacity 0.2s ease-in;
226+
transition: background-color 0.2s ease-in, opacity 0.2s ease-in;
235227

236228
&:hover {
237229
cursor: pointer;

0 commit comments

Comments
 (0)