Improved small-box block icon appearance.

This commit is contained in:
Dmitry Khomutov 2018-01-13 23:09:43 +07:00
parent b1c9dbd04e
commit 00522d78b3
No known key found for this signature in database
GPG key ID: EC19426474B37AAC

View file

@ -498,6 +498,11 @@
height: 50px;
}
.small-box:hover .icon {
font-size: 90px;
color: rgba(0, 0, 0, 0.30);
}
.small-box > .inner {
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@ -584,7 +589,7 @@ h6,
}
.CodeMirror pre {
font-size: 12px !important;
font-size: 12px !important;
}
.CodeMirror-linenumber {