1
0
Fork 0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2026-05-26 12:32:25 +00:00

Implement video filters

This commit is contained in:
Cadence Ember 2021-05-12 00:29:44 +12:00
parent aa953dc796
commit db7ccabb3b
No known key found for this signature in database
GPG key ID: BC1C2C61CF521B17
19 changed files with 790 additions and 9 deletions

View file

@ -55,4 +55,28 @@
.border-look
@include border-button
@include button-size
@include button-hover
@at-root #{selector.unify(&, "a, button")}
@include button-hover
.menu-look
@include button-size
-webkit-appearance: none
-moz-appearance: none
color: c.$fg-bright
text-decoration: none
line-height: 1.25
margin: 0
padding: 8px 20px
background: c.$bg-accent
border: solid c.$bg-darker
border-width: 1px 0px 0px
text-align: left
&:last-child
border-width: 1px 0px 1px
&:hover
background: c.$bg-accent-x
&:active
background: c.$bg-darker