Skip to content
Snippets Groups Projects
Commit be3d6a29 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Fix login hover

parent c7742eaf
No related branches found
No related tags found
No related merge requests found
......@@ -308,7 +308,8 @@ class VPUAuth extends LitElement {
.loginbox svg {
width: 1.2em;
height: 1.2em;
padding-top: 0.25em;
top: 0.15em;
position: relative;
}
.loginbox {
......@@ -330,6 +331,10 @@ class VPUAuth extends LitElement {
fill: var(--vpu-light);
}
.loginbox .icon {
display: inline-block;
}
.loginbox .label {
padding-left: 0.2em;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment