mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +02:00
17 lines
No EOL
341 B
CSS
17 lines
No EOL
341 B
CSS
.loop-button{
|
|
outline: none;
|
|
}
|
|
.loop-button:before {
|
|
display: inline-block;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
text-rendering: auto;
|
|
content: "\f021";
|
|
font-size: 1.2em;
|
|
line-height: 1.0em;
|
|
font-family: "Font Awesome\ 5 Free";
|
|
font-weight: 900;
|
|
}
|
|
.loop-disabled-button:before {
|
|
opacity: 0.2;
|
|
} |