2023-10-09 20:09:03 +02:00
|
|
|
@use "@openfun/cunningham-react/sass/fonts";
|
|
|
|
|
@use "@openfun/cunningham-react/sass/icons";
|
|
|
|
|
@use "@openfun/cunningham-react/style";
|
|
|
|
|
@use "cunningham-tokens";
|
2022-12-01 12:05:50 +01:00
|
|
|
|
|
|
|
|
:root {
|
|
|
|
|
font-family: Roboto, sans-serif;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
2023-09-26 11:39:28 +02:00
|
|
|
padding: 3rem;
|
|
|
|
|
background-color: var(--c--theme--colors--greyscale-000);
|
2022-12-01 12:05:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.center {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
2023-09-26 11:39:28 +02:00
|
|
|
padding: 2rem;
|
|
|
|
|
background-color: var(--c--theme--colors--greyscale-100);
|
|
|
|
|
border-radius: 1rem;
|
2022-12-01 12:05:50 +01:00
|
|
|
|
2023-01-02 12:06:00 +01:00
|
|
|
h1, h3 {
|
2022-12-01 12:05:50 +01:00
|
|
|
margin-bottom: 40px;
|
|
|
|
|
}
|
2023-09-26 11:39:28 +02:00
|
|
|
}
|