Skip to content

Commit c856dc6

Browse files
committed
Change youtube icon style
1 parent 0b54b74 commit c856dc6

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

components/TheFooter.vue

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const handleChangeTheme = (theme) => {
139139
<Icon name="discord" size="14" color="secondary" :class="$style.btn" />
140140
</a>
141141
<a href="https://www.youtube.com/watch?v=l4IrPuzTR-Q&list=PL3qDmPA7Yigp2fOHRqmQeZBMvZptOYQqB&pp=iAQB" target="_blank">
142-
<Icon name="youtube" size="18" color="secondary" :class="$style.btn_youtube" />
142+
<Icon name="youtube" size="14" color="secondary" :class="$style.btn" />
143143
</a>
144144
</Flex>
145145
</Flex>
@@ -210,25 +210,6 @@ const handleChangeTheme = (theme) => {
210210
}
211211
}
212212
213-
.btn_youtube {
214-
box-sizing: content-box;
215-
border-radius: 5px;
216-
background: var(--op-8);
217-
cursor: pointer;
218-
219-
padding: 4px;
220-
221-
transition: all 0.2s ease;
222-
223-
&:hover {
224-
background: var(--op-10);
225-
}
226-
227-
&:active {
228-
background: var(--op-15);
229-
}
230-
}
231-
232213
.socials {
233214
& a {
234215
display: flex;

0 commit comments

Comments
 (0)