override.styl 648 B

1234567891011121314151617181920212223242526272829303132
  1. .scrimba
  2. background-color #e7ecf3
  3. padding 1em 1.25em
  4. border-radius 2px
  5. color #486491
  6. position relative
  7. margin-top: 16px
  8. a
  9. color #486491 !important
  10. position relative
  11. padding-left 36px
  12. &:before
  13. content ''
  14. position absolute
  15. display block
  16. width 30px
  17. height 30px
  18. top -5px
  19. left -4px
  20. border-radius 50%
  21. background-color #73abfe
  22. &:after
  23. content ''
  24. position absolute
  25. display block
  26. width 0
  27. height 0
  28. top 5px
  29. left 8px
  30. border-top 5px solid transparent
  31. border-bottom 5px solid transparent
  32. border-left 8px solid #fff