test_lavanture.scss 823 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .dialog-off-canvas-main-canvas{
  2. background-color: rgb(0, 255, 106) !important;
  3. }
  4. .layout-container {
  5. display: flex;
  6. margin: auto;
  7. background-color: red;
  8. max-width: 70%;
  9. }
  10. #footer-bottom {
  11. height: 200px;
  12. background-color: salmon;
  13. }
  14. .layout-content {
  15. display: flex;
  16. margin: auto;
  17. background-color: aqua;
  18. text-transform: uppercase;
  19. max-width: 50%;
  20. }
  21. #auth_box {
  22. background-color: $blue-light;
  23. font-family: $font-family-default;
  24. font-style: $font-regular-italic;
  25. // font-family: 'Marianne';
  26. // font-weight: 300;
  27. #middle_part {
  28. color: $grey-background;
  29. background-color: $black;
  30. }
  31. }
  32. // class="rouge" que j'ai rajouté dans fichiers templates/layout/field.html.twig marche pas
  33. .rouge {
  34. text-decoration: brown;
  35. }