Merge pull request #1241 from mleanos/fix/connected-accounts-not-shown

fix(users): Missing primary social provider
This commit is contained in:
Michael Leanos
2016-03-04 16:12:44 -08:00
2 changed files with 11 additions and 0 deletions

View File

@@ -26,6 +26,12 @@ a:hover .header-profile-image {
padding-top: 11px !important;
padding-bottom: 11px !important;
}
.user-primary-account {
font-size: 30px;
top: 10px;
right: 10px;
position: absolute;
}
.error-text {
display: none;
}