create new class for reduce files icons

pull/4133/head
Daniel 3 years ago
parent 77aa2200c8
commit 7b23289ed3

@ -413,14 +413,11 @@ html.maximized-card {
// TODO: create new class for reduce files // TODO: create new class for reduce files
// icons // icons
> .fa, > i,
> .fas, > svg,
> .far, > img,
> .fab, > object,
> .fal, > iframe {
> .fad,
> .svg-inline--fa,
> .ion {
cursor: pointer; cursor: pointer;
margin-right: 5px; margin-right: 5px;
} }

@ -264,28 +264,22 @@
justify-content: center; justify-content: center;
z-index: 50; z-index: 50;
> .fa, > i,
> .fas, > svg,
> .far, > img,
> .fab, > object,
> .fal, > iframe {
> .fad,
> .svg-inline--fa,
> .ion {
color: $gray-800; color: $gray-800;
} }
&.dark { &.dark {
background-color: rgba($black, .5); background-color: rgba($black, .5);
> .fa, > i,
> .fas, > svg,
> .far, > img,
> .fab, > object,
> .fal, > iframe {
> .fad,
> .svg-inline--fa,
> .ion {
color: $gray-400; color: $gray-400;
} }
} }

Loading…
Cancel
Save