You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
494 B
32 lines
494 B
@import url(../component/header.css);
|
|
@import url(../theme/dark.css);
|
|
|
|
#body {
|
|
background-color: var(--second-color);
|
|
width: 100%;
|
|
height: 100vh;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
#content {
|
|
width: 85%;
|
|
height: 100%;
|
|
padding-top : 20px;
|
|
}
|
|
|
|
.content {
|
|
color : var(--main-contrast-color);
|
|
}
|
|
|
|
#account-infos {
|
|
width: 50%;
|
|
padding-left : 5%;
|
|
}
|
|
|
|
#img {
|
|
display: flex;
|
|
justify-content: center;
|
|
width: 100%;
|
|
padding-bottom : 10px;
|
|
} |