mirror of https://github.com/ColorlibHQ/AdminLTE
✨ create new class for reduce files icons
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…
Reference in New Issue