Make proof styles more generally available

This commit is contained in:
Yarmo Mackenbach 2020-06-27 14:56:30 +02:00
parent 8ddb0dfe37
commit 469dc6e6df

View file

@ -140,17 +140,16 @@ input[type="submit"] {
overflow: hidden;
text-overflow: ellipsis;
}
.profileDataItem__value a.proofDisplay {
a.proofDisplay {
margin-right: 16px;
}
.profileDataItem__value a.proofUrl {
a.proofUrl {
color: #777;
/* text-decoration: none; */
}
.profileDataItem__value a.proofUrl.proofUrl--verified {
a.proofUrl.proofUrl--verified {
color: #499539;
}
.profileDataItem__value a.proofUrl:hover {
a.proofUrl:hover {
text-decoration: underline;
}
@media (max-width: 680px) {