Bootstrap-Stage / Admin-LTE

A Free Bootstrap 3 Admin Dashboard Theme
http://www.bootstrapstage.com/admin-lte/
MIT License
6 stars 6 forks source link

Scaling of the SVGs in the top badges #1

Closed luc-ass closed 3 years ago

luc-ass commented 3 years ago

Hey there!

I recognized, that the background glyph somehow akwardly scales to down and to the left. I was able to fix this easily within the css and also added a (option) little fadeout. I have no idea if this should be changed within Admin-LTE or if this needs to be changed within the actual template.

from:

.small-box:hover .icon {
    font-size: 95px;
}

to:

.small-box:hover .icon {
    font-size: 95px;
    top: -14px;
    right: 7px;
    color: rgba(0,0,0,0.1)
}

Please let me know how you like it and wether to implement it.

luc-ass commented 3 years ago

Sorry this needed to be posted to the pi-hole/AdminLTE. closed.