Merge branch 'small-box-improvement'
This commit is contained in:
commit
f00eca9b46
1 changed files with 6 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue