caisse-bliss/assets/styles/pages/home.scss

41 lines
490 B
SCSS
Raw Permalink Normal View History

@use "../split/custom_vars";
2025-02-09 16:45:35 +01:00
.main-section {
padding: 1rem;
display: flex;
color: custom_vars.$light;
2025-02-09 16:45:35 +01:00
justify-content: center;
2025-02-13 18:14:53 +01:00
2025-02-09 16:45:35 +01:00
h1 {
font-size: 4em;
}
2025-02-13 18:14:53 +01:00
2025-02-09 16:45:35 +01:00
h2 {
color: custom_vars.$light !important;
2025-02-09 16:45:35 +01:00
}
2025-02-13 18:14:53 +01:00
>div {
2025-02-09 16:45:35 +01:00
height: 80vh;
padding-top: 25vh;
2025-02-13 18:14:53 +01:00
max-width: 50%;
2025-02-09 16:45:35 +01:00
}
}
.product-values {
color: custom_vars.$light;
2025-02-09 16:45:35 +01:00
padding: 4rem;
padding-top: 25vh;
}
#homepage {
2025-02-13 18:14:53 +01:00
h2,
h3,
h4,
h5,
h6 {
color: custom_vars.$light;
2025-02-09 16:45:35 +01:00
}
2025-02-13 18:14:53 +01:00
2025-02-09 16:45:35 +01:00
font-size: 1.5rem;
2025-02-13 18:14:53 +01:00
}