Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

_splash.scss 425 B

12345678910111213141516171819
  1. .splash{
  2. width: 100%;
  3. height: 100%;
  4. display: flex;
  5. flex-direction: column;
  6. background-size: cover;
  7. background-position: center center;
  8. justify-content: space-between;
  9. &.splash-01{
  10. background-image: url(../img/splash-01.jpg);
  11. }
  12. &.splash-02{
  13. background-image: url(../img/splash-02.jpg);
  14. }
  15. &.splash-03{
  16. background-image: url(../img/splash-03.jpg);
  17. }
  18. }