2023-03-17 17:11:03 +01:00
|
|
|
@import "@openfun/cunningham-react/sass/fonts";
|
|
|
|
|
@import "@openfun/cunningham-react/sass/icons";
|
2022-12-01 12:05:50 +01:00
|
|
|
@import "@openfun/cunningham-react/style";
|
2023-02-16 15:25:05 +01:00
|
|
|
@import "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;
|
|
|
|
|
background-color: #242424;
|
|
|
|
|
height: 100vh;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.center {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
2023-01-02 12:06:00 +01:00
|
|
|
h1, h3 {
|
2022-12-01 12:05:50 +01:00
|
|
|
color: white;
|
|
|
|
|
margin-bottom: 40px;
|
|
|
|
|
}
|
|
|
|
|
}
|