Try to add ep stuff to login page
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="Eternity Project">
|
||||||
|
<rect width="64" height="64" fill="#11212b"/>
|
||||||
|
<circle cx="32" cy="32" r="22" fill="none" stroke="#f1f1e9" stroke-width="3"/>
|
||||||
|
<circle cx="22" cy="22" r="4" fill="#ff6b35"/>
|
||||||
|
<circle cx="41" cy="28" r="2.5" fill="#f1f1e9"/>
|
||||||
|
<circle cx="27" cy="43" r="3" fill="#ff6b35"/>
|
||||||
|
<line x1="22" y1="22" x2="41" y2="28" stroke="#f1f1e9" stroke-width="1.5"/>
|
||||||
|
<line x1="22" y1="22" x2="27" y2="43" stroke="#f1f1e9" stroke-width="1.5"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 543 B |
+2
-1
@@ -6,6 +6,7 @@
|
|||||||
"extends": "elastic",
|
"extends": "elastic",
|
||||||
"localization": false,
|
"localization": false,
|
||||||
"config": {
|
"config": {
|
||||||
"product_name": "eternityproject.fi"
|
"product_name": "eternityproject.fi",
|
||||||
|
"favicon": "/images/favicon.svg"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -283,8 +283,8 @@ select:focus,
|
|||||||
/* Keep loading/error notifications away from the credential fields instead of
|
/* Keep loading/error notifications away from the credential fields instead of
|
||||||
stacking over the password box. */
|
stacking over the password box. */
|
||||||
body.task-login #messagestack {
|
body.task-login #messagestack {
|
||||||
top: 1rem;
|
top: auto;
|
||||||
bottom: auto;
|
bottom: 1rem;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
right: auto;
|
right: auto;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
|
|||||||
Reference in New Issue
Block a user