correct border colour of account header fields from green to purple

This commit is contained in:
Emma Winston 2019-09-06 19:10:32 +01:00
parent 32b4537e32
commit 9b22e2c3fa

View File

@ -1037,6 +1037,10 @@ a.status-card.compact:hover {
border-bottom: 1px solid lighten($purple, 8%);
}
.account__header__fields dl {
border-bottom: 1px solid lighten($purple, 8%);
}
@media screen and (max-width: 600px) {
.public-layout .public-account-header__bar {
background: $blue;