mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Fixed icon position
This commit is contained in:
parent
d6f8406dbe
commit
c5da98cafd
@ -2,6 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>Alfresco Angular 2 Login - Demo</title>
|
<title>Alfresco Angular 2 Login - Demo</title>
|
||||||
<base href="./">
|
<base href="./">
|
||||||
|
|
||||||
|
@ -9,8 +9,8 @@
|
|||||||
:host .icon-inline {
|
:host .icon-inline {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: block;
|
display: block;
|
||||||
top: 25%;
|
top: 31%;
|
||||||
left: 90%;
|
left: 82%;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user