mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
fix(login): add text-decoration: underline
on the sub-formfield links (#5012)
* fix: login underline * a styles
This commit is contained in:
parent
c9445227c5
commit
e7a97b1f3b
@ -1,6 +1,5 @@
|
||||
a {
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
margin: 2px 0;
|
||||
|
||||
@ -10,5 +9,6 @@ a {
|
||||
|
||||
&.sub-formfield-link {
|
||||
margin: 10px 0;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
@ -417,6 +417,7 @@ select::placeholder,
|
||||
max-width: 150px;
|
||||
overflow-x: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.lgn-label {
|
||||
@ -516,7 +517,6 @@ select::placeholder,
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
margin: 2px 0;
|
||||
}
|
||||
@ -525,6 +525,7 @@ a.block {
|
||||
}
|
||||
a.sub-formfield-link {
|
||||
margin: 10px 0;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.lgn-idp {
|
||||
@ -1391,6 +1392,7 @@ select::placeholder,
|
||||
max-width: 150px;
|
||||
overflow-x: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.lgn-label {
|
||||
@ -1490,7 +1492,6 @@ select::placeholder,
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
margin: 2px 0;
|
||||
}
|
||||
@ -1499,6 +1500,7 @@ a.block {
|
||||
}
|
||||
a.sub-formfield-link {
|
||||
margin: 10px 0;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.lgn-idp {
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user