File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed
Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments