Browse Source

(feat) user profile card

Signed-off-by: Muthu Kumar <muthukumar@thefeathers.in>
master
Muthu Kumar 3 years ago
parent
commit
71ef3602ae
Signed by: mkrhere GPG Key ID: 3FD688398897097E
  1. 25
      public/custom.css

25
public/custom.css

@ -78,6 +78,31 @@ body .full.height {
border: none !important;
}
.user.profile .ui.card .profile-avatar-name {
margin-top: 3em;
}
.user.profile .ui.card {
background: transparent;
border: none;
}
.user.profile .ui.card > .extra {
border-top-color: transparent !important;
}
.user.profile .ui.card .extra.content ul li {
border: none !important;
}
.user-orgs {
margin-top: 1em !important;
}
.user-orgs li {
width: auto;
}
.ui.green.button,
.ui.green.buttons .button {
background: var(--color-primary);

Loading…
Cancel
Save