Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit 1fd83d3

Browse files
committed
Component: Meter
Solve all the issue.
1 parent c6d38bc commit 1fd83d3

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

scss/atoms/typography/_typography.scss

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,26 @@ meter {
2424

2525
.MultiColor::-webkit-meter-optimum-value {
2626
background-image: linear-gradient(
27-
90deg,
28-
#3ee3ef 10%,
29-
#3ad5e0 10%,
30-
#3ad5e0 20%,
31-
#34cdd8 20%,
32-
#34cdd8 30%,
33-
#36c6d1 30%,
34-
#36c6d1 40%,
35-
#30bfc9 40%,
36-
#30bfc9 50%,
37-
#2ebac1 50%,
38-
#2ebac1 60%,
39-
#2fb8bf 60%,
40-
#2fb8bf 70%,
41-
#2eb3ba 70%,
42-
#2eb3ba 80%,
43-
#30abb2 80%,
44-
#30abb2 90%,
45-
#2ea7ad 90%,
46-
#2ea7ad 100%
27+
90deg,
28+
#3ee3ef 10%,
29+
#3ad5e0 10%,
30+
#3ad5e0 20%,
31+
#34cdd8 20%,
32+
#34cdd8 30%,
33+
#36c6d1 30%,
34+
#36c6d1 40%,
35+
#30bfc9 40%,
36+
#30bfc9 50%,
37+
#2ebac1 50%,
38+
#2ebac1 60%,
39+
#2fb8bf 60%,
40+
#2fb8bf 70%,
41+
#2eb3ba 70%,
42+
#2eb3ba 80%,
43+
#30abb2 80%,
44+
#30abb2 90%,
45+
#2ea7ad 90%,
46+
#2ea7ad 100%
4747
);
4848
background-size: 100% 100%;
4949
}

0 commit comments

Comments
 (0)