[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

@@ -724,6 +724,14 @@
a {
color: lighten($ui-highlight-color, 8%);
}
dl:first-child .verified {
border-radius: 0 4px 0 0;
}
.verified a {
color: $valid-value-color;
}
}
.account__header__content {