2023-08-02 18:37:47 -04:00
|
|
|
p {
|
2023-08-02 19:56:35 -04:00
|
|
|
margin: 0px;
|
2023-08-02 22:00:54 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.wrapper {
|
2023-08-02 22:54:01 -04:00
|
|
|
background-color: #171926;
|
|
|
|
background-image: linear-gradient(to bottom, #171926, #10121d);
|
2023-08-02 22:00:54 -04:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
flex-direction: column;
|
|
|
|
width: 1200px;
|
|
|
|
height: 600px;
|
2023-08-02 18:37:47 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.main {
|
|
|
|
color: #ffffff;
|
|
|
|
display: flex;
|
2023-08-02 22:00:54 -04:00
|
|
|
flex-direction: column;
|
2023-08-02 22:21:14 -04:00
|
|
|
gap: 2rem;
|
2023-08-02 18:37:47 -04:00
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2023-08-02 22:00:54 -04:00
|
|
|
width: 1050px;
|
2023-08-02 18:37:47 -04:00
|
|
|
height: 600px;
|
|
|
|
}
|
|
|
|
|
2023-08-02 22:00:54 -04:00
|
|
|
.has-languages .main {
|
|
|
|
height: 576px;
|
|
|
|
}
|
|
|
|
|
2023-08-02 18:37:47 -04:00
|
|
|
.contents {
|
|
|
|
display: flex;
|
2023-08-02 22:00:54 -04:00
|
|
|
width: 100%;
|
2023-08-02 18:37:47 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.info {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
gap: 10px;
|
2023-08-02 22:21:14 -04:00
|
|
|
width: 80%;
|
2023-08-02 18:37:47 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.graphics {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
align-items: flex-start;
|
2023-08-02 22:21:14 -04:00
|
|
|
width: 20%;
|
2023-08-02 18:37:47 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.graphics > img {
|
|
|
|
border-radius: 100%;
|
|
|
|
width: 120px;
|
|
|
|
height: 120px;
|
|
|
|
}
|
2023-08-02 19:56:35 -04:00
|
|
|
|
2023-08-02 23:26:39 -04:00
|
|
|
.title {
|
2023-08-02 22:21:14 -04:00
|
|
|
font-weight: 800;
|
|
|
|
font-size: 4.5rem;
|
2023-08-02 23:26:39 -04:00
|
|
|
line-height: 1em;
|
2023-08-02 22:21:14 -04:00
|
|
|
display: flex;
|
|
|
|
column-gap: 0.25em;
|
2023-08-02 23:26:39 -04:00
|
|
|
row-gap: -0.1em;
|
2023-08-02 22:21:14 -04:00
|
|
|
line-height: 1em;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
2023-08-02 22:54:01 -04:00
|
|
|
.issue .number {
|
|
|
|
font-weight: 400;
|
|
|
|
color: #6d728f;
|
|
|
|
}
|
|
|
|
|
2023-08-02 22:00:54 -04:00
|
|
|
.repo .author {
|
2023-08-02 19:56:35 -04:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
gap: 0.75rem;
|
|
|
|
font-size: 2.5rem;
|
2023-08-02 22:54:01 -04:00
|
|
|
color: #aeb3d0;
|
2023-08-02 19:56:35 -04:00
|
|
|
}
|
|
|
|
|
2023-08-02 22:00:54 -04:00
|
|
|
.repo .author .username {
|
2023-08-02 19:56:35 -04:00
|
|
|
font-size: 1.75rem;
|
2023-08-02 22:54:01 -04:00
|
|
|
color: #6d728f;
|
|
|
|
}
|
|
|
|
|
|
|
|
.issue .repo-name {
|
|
|
|
font-size: 2.5rem;
|
|
|
|
color: #6d728f;
|
2023-08-02 19:56:35 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.repo .repo-name {
|
|
|
|
font-weight: 800;
|
|
|
|
font-size: 4.5rem;
|
|
|
|
line-height: 1.2em;
|
|
|
|
}
|
2023-08-02 22:00:54 -04:00
|
|
|
|
2023-08-02 22:54:01 -04:00
|
|
|
.description {
|
|
|
|
font-size: 42px;
|
|
|
|
font-weight: 500;
|
|
|
|
color: #8c91af;
|
|
|
|
}
|
|
|
|
|
2023-08-02 22:00:54 -04:00
|
|
|
.languages {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
height: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.language {
|
|
|
|
height: 100%;
|
|
|
|
}
|
2023-08-02 22:03:37 -04:00
|
|
|
|
|
|
|
.info-line {
|
|
|
|
display: flex;
|
|
|
|
font-size: 1.75rem;
|
2023-08-02 22:54:01 -04:00
|
|
|
color: #6d728f;
|
2023-08-02 22:03:37 -04:00
|
|
|
gap: 0.5em;
|
|
|
|
align-items: center;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-line .author {
|
|
|
|
color: #ffffff;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-line .avatar {
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
margin: 0;
|
|
|
|
border-radius: 100%;
|
|
|
|
}
|
2023-08-02 23:50:27 -04:00
|
|
|
|
|
|
|
.repo .info-line {
|
|
|
|
gap: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-fact {
|
|
|
|
display: flex;
|
|
|
|
font-size: 1.5rem;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-fact .fact-heading {
|
|
|
|
color: #8c91af;
|
|
|
|
font-size: 2rem;
|
|
|
|
font-weight: 500;
|
|
|
|
}
|