mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(css) .icon height, width: 15.5 -> 15
This commit is contained in:
parent
b48d7ba7fa
commit
74a2f16b53
1 changed files with 2 additions and 2 deletions
|
|
@ -67,9 +67,9 @@ body {
|
|||
.icon {
|
||||
display : inline-block;
|
||||
font-family : 'Fontello';
|
||||
height : 15.5px;
|
||||
height : 15px;
|
||||
margin-left : 0.5%;
|
||||
width : 15.5px;
|
||||
width : 15px;
|
||||
}
|
||||
|
||||
.error::before {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue