mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
fix(css) .icon: {width, height: 16px -> 15.5px}
This commit is contained in:
parent
8b1af21bb2
commit
12b4e2d768
1 changed files with 5 additions and 6 deletions
|
|
@ -62,12 +62,11 @@ body {
|
|||
text-shadow:black 0 0 1px;
|
||||
}
|
||||
.icon {
|
||||
display:inline-block;
|
||||
width:16px;
|
||||
height:16px;
|
||||
margin-left:0.5%;
|
||||
/* font-family: 'GeneralFoundicons'; */
|
||||
font-family: 'Fontello';
|
||||
display : inline-block;
|
||||
font-family : 'Fontello';
|
||||
height : 15.5px;
|
||||
margin-left : 0.5%;
|
||||
width : 15.5px;
|
||||
}
|
||||
.error::before {
|
||||
position: relative;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue