Improved small-box block icon appearance +.

This commit is contained in:
Dmitry Khomutov 2018-01-13 23:39:22 +07:00
parent f00eca9b46
commit 08e57461d4
No known key found for this signature in database
GPG key ID: EC19426474B37AAC

View file

@ -498,9 +498,21 @@
height: 50px;
}
.small-box .icon {
color: rgba(0, 0, 0, 0.1);
}
.small-box:hover .icon {
font-size: 90px;
color: rgba(0, 0, 0, 0.30);
color: rgba(0, 0, 0, 0.20);
}
.small-box > .small-box-footer {
background: rgba(0, 0, 0, 0.1);
}
.small-box > .small-box-footer:hover {
color: #fff;
background: rgba(0, 0, 0, 0.20);
}
.small-box > .inner {