mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 23:09:29 -07:00
Make proof styles more generally available
This commit is contained in:
parent
8ddb0dfe37
commit
469dc6e6df
1 changed files with 4 additions and 5 deletions
|
@ -140,17 +140,16 @@ input[type="submit"] {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
.profileDataItem__value a.proofDisplay {
|
a.proofDisplay {
|
||||||
margin-right: 16px;
|
margin-right: 16px;
|
||||||
}
|
}
|
||||||
.profileDataItem__value a.proofUrl {
|
a.proofUrl {
|
||||||
color: #777;
|
color: #777;
|
||||||
/* text-decoration: none; */
|
|
||||||
}
|
}
|
||||||
.profileDataItem__value a.proofUrl.proofUrl--verified {
|
a.proofUrl.proofUrl--verified {
|
||||||
color: #499539;
|
color: #499539;
|
||||||
}
|
}
|
||||||
.profileDataItem__value a.proofUrl:hover {
|
a.proofUrl:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
@media (max-width: 680px) {
|
@media (max-width: 680px) {
|
||||||
|
|
Loading…
Reference in a new issue