Fix offset on the icons
This commit is contained in:
parent
65bce31d96
commit
c8cab6b7e2
1 changed files with 1 additions and 1 deletions
|
@ -1208,7 +1208,7 @@ a:focus {
|
|||
font-family: core-icons;
|
||||
content: "\f109";
|
||||
position: absolute;
|
||||
top: 19px;
|
||||
top: 11px;
|
||||
left: 12px;
|
||||
font-size: 22px;
|
||||
color: red;
|
||||
|
|
Reference in a new issue