main.scss 550 B

12345678910111213141516171819202122
  1. @import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500;700&display=swap');
  2. h1, h2, h3, h4, h5, h6, p, small, .btn-event, .btn-contact, .formation-btn, td, .button-faq, li, .btn-school,
  3. .btn-artist, .btn-manager, .name, .school, .view-button, .presentation-title, .subtitle .status {
  4. font-family: "Barlow", serif;
  5. font-style: normal;
  6. }
  7. .table-row {
  8. background-color: white;
  9. text-align: center;
  10. height: 3rem;
  11. }
  12. .table-data-left {
  13. text-align: left;
  14. }
  15. .row-custom{
  16. width: 90%;
  17. margin-right: auto;
  18. margin-left: auto;
  19. }