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.

24 line
317B

  1. .online-index {
  2. .box {
  3. overflow: hidden;
  4. &.box-user {
  5. height: 150px;
  6. }
  7. &.box-producer {
  8. height: 250px;
  9. }
  10. .profile-username {
  11. font-family: 'Source Sans Pro',sans-serif;
  12. font-weight: normal;
  13. font-size: 18px;
  14. a {
  15. color: #333;
  16. }
  17. }
  18. }
  19. }