Skip to content

Commit 6f6e19c

Browse files
authored
fix: typo & remove empty block in sponsors.scss (#284)
1 parent 526d1f5 commit 6f6e19c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

scss/sponsors.scss

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
--btn-bg2: #210891;
66
--btn-bg2-hover: #5518b7;
77
--btn-text-color: white;
8-
--carousel-bg: trasparent;
8+
--carousel-bg: transparent;
99
}
1010

1111
body.dark {
@@ -134,8 +134,6 @@ li.sponsor-card {
134134
font-size: 0.75rem;
135135
}
136136

137-
.description{
138-
}
139137

140138
&[data-tier='silver'] {
141139
.description {
@@ -266,15 +264,8 @@ li.sponsor-card {
266264
opacity: 1;
267265
}
268266
}
269-
270-
&:active {
271-
272-
}
273267
}
274268

275-
.sponsor_chevron_crown{
276-
background-image: url(/asserts/crown.svg);
277-
}
278269

279270
.sponsors_container {
280271
margin-top: 3rem;

0 commit comments

Comments
 (0)