Skip to content
Snippets Groups Projects
staffer.scss 334 B
.staffer {
  display: flex;
  margin: $sp-4;

  .staffer-image {
    border-radius: 50%;
    height: 100px;
    margin-right: $sp-4;
  }

  p,
  .staffer-name {
    margin: $sp-1 !important;
  }

  .staffer-pronouns {
    @extend .label, .text-grey-dk-100, .bg-grey-lt-200;
  }

  .staffer-meta {
    @extend .text-grey-dk-000;
  }
}