Skip to content

Commit 378ec23

Browse files
committed
refactoring
1 parent 2124dfe commit 378ec23

File tree

3 files changed

+3
-22
lines changed

3 files changed

+3
-22
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
88
/>
99
<meta name="theme-color" content="var(--background)" />
10-
<meta name="description" content="ZLottie Minifier" />
10+
<meta name="description" content="ZLottie Compressor" />
1111
<meta
1212
name="keywords"
1313
content="lottie, web-lottie, compressor, lottie-web, zlib, minifier, unzip, tgs"

src/components/FileLoader/FileLoader.sass

+1-21
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,4 @@
88
border: 2px dashed var(--color)
99
transition: border .3s
1010
height: 100%
11-
12-
&__title
13-
color: var(--text-primary)
14-
15-
&__dnd
16-
&-text
17-
color: var(--color)
18-
text-align: center
19-
padding: 4px 12px
20-
transition: color var(--dnd-transition-speed)
21-
22-
@include respond("tablet")
23-
padding: 0
24-
25-
&__icon
26-
color: var(--color)
27-
transition: color var(--dnd-transition-speed)
28-
29-
&__content
30-
width: 100%
31-
height: 100%
11+
cursor: pointer

src/uikit/Block/Placeholder/Placeholder.sass

+1
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@
3434
align-items: center
3535
width: 100%
3636
gap: 4px
37+
text-align: center

0 commit comments

Comments
 (0)