create new class for reduce files icons

pull/4133/head
Daniel 2021-12-12 19:28:54 +05:30
parent 77aa2200c8
commit 7b23289ed3
2 changed files with 15 additions and 24 deletions

View File

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

View File

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