You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
183 B

8 years ago
  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. }