_account.scss 183 B

1234567891011121314151617
  1. .account-profile-provider {
  2. height: 32px;
  3. display: flex;
  4. align-items: center;
  5. .fa {
  6. margin-right: 10px;
  7. }
  8. .is-blue {
  9. color: $blue;
  10. }
  11. .is-purple {
  12. color: $purple;
  13. }
  14. }