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
|
||||
// icons
|
||||
> .fa,
|
||||
> .fas,
|
||||
> .far,
|
||||
> .fab,
|
||||
> .fal,
|
||||
> .fad,
|
||||
> .svg-inline--fa,
|
||||
> .ion {
|
||||
> i,
|
||||
> svg,
|
||||
> img,
|
||||
> object,
|
||||
> iframe {
|
||||
cursor: pointer;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue