[Glitch] Redesign forms, verify link ownership with rel="me"

Port SCSS changes from f4d549d300
This commit is contained in:
Thibaut Girka
2018-09-20 18:21:58 +02:00
parent a6d47ac5f5
commit fba0200765
6 changed files with 323 additions and 164 deletions

View File

@@ -267,6 +267,20 @@
}
}
.verified {
border: 1px solid rgba($valid-value-color, 0.5);
background: rgba($valid-value-color, 0.25);
a {
color: $valid-value-color;
font-weight: 500;
}
&__mark {
color: $valid-value-color;
}
}
dl:last-child {
border-bottom: 0;
}