home.scss 277 B

12345678910111213141516171819202122232425
  1. .home-banner{
  2. width: 100%;
  3. }
  4. a{
  5. text-decoration: none;
  6. color: white;
  7. &:hover{
  8. color: $focus-color;
  9. }
  10. }
  11. .hot-courses{
  12. text-align: center;
  13. width: 100%;
  14. &__title{
  15. margin-top: 20px;
  16. }
  17. &__list{
  18. color: $sub-color;
  19. margin: 20px 0 40px 0;
  20. }
  21. }