feat: finish my pages overview page according to wireframe

This commit is contained in:
Simon Emanuelsson
2024-04-02 10:26:12 +02:00
parent d902a5a704
commit 8c8fa2d02c
48 changed files with 1161 additions and 91 deletions

View File

@@ -1,34 +1,294 @@
.container {
background-color: var(--some-grey-color, #f2f2f2);
}
.overview {
display: grid;
}
.friend {
align-items: center;
display: flex;
flex-direction: column;
}
.level {
color: var(--some-black-color, #000);
/* font-family: var(--ff-biro-script-plus); */
font-size: 2.1rem;
font-weight: 400;
letter-spacing: 4%;
line-height: 3.6rem;
margin-bottom: 0;
margin-top: 0;
}
.name {
color: var(--some-black-color, #111);
/* font-family: var(--ff-brandon-text); */
font-size: 2.8rem;
font-weight: 900;
letter-spacing: -3%;
line-height: 2.8rem;
margin: 1.6rem 0 1.8rem;
text-transform: uppercase;
}
.membershipContainer {
align-items: center;
display: flex;
gap: 0.8rem;
margin-bottom: 2.2rem;
}
.membershipId {
color: var(--some-black-color, #1e1e1e);
font-family: var(--ff-fira-mono);
font-size: 1.5rem;
font-weight: 500;
letter-spacing: 6%;
line-height: 1.8rem;
margin: 0;
}
.qualifyingPoints {
display: none;
}
.overviewMobile {
background-color: var(--some-grey-color, #f2f2f2);
left: 50%;
margin-left: -50vw;
margin-right: -50vw;
padding: 3.5rem 2rem 2rem;
position: relative;
right: 50%;
width: 100dvw;
.pointsTitle {
color: var(--some-grey-color, #000);
/* font-family: var(--ff-brandon-text); */
font-size: 1.5rem;
font-weight: 500;
letter-spacing: 0.6%;
line-height: 1.7rem;
margin: 0 0 0.7rem;
}
.points {
color: var(--some-black-color, #111);
/* font-family: var(--ff-brandon-text); */
font-size: 3.7rem;
font-weight: 900;
letter-spacing: -3%;
line-height: 3.7rem;
margin: 1.4rem 0;
}
.progressTitle {
color: var(--some-black-color, #000);
/* font-family: var(--ff-brandon-text); */
font-size: 1.5rem;
font-weight: 500;
letter-spacing: 0.6%;
line-height: 1.7rem;
margin: 0;
}
.pointsRemaining {
color: var(--some-grey-color, #4f4f4f);
/* font-family: var(--ff-brandon-text); */
font-size: 1.5rem;
font-weight: 500;
letter-spacing: 0.6%;
line-height: 1.7rem;
margin: 1rem 0 0;
}
.link {
color: var(--some-black-color, #111);
font-family: var(--ff-fira-sans);
font-size: 1.4rem;
font-weight: 600;
justify-self: flex-end;
letter-spacing: 1.2%;
line-height: 2rem;
margin-top: 2.8rem;
text-decoration: none;
}
.target {
color: var(--some-black-color, #000);
/* font-family: var(--ff-biro-script-plus); */
font-size: 1.8rem;
font-weight: 400;
letter-spacing: 4%;
line-height: 3rem;
margin: 0;
text-align: right;
}
@media screen and (max-width: 950px) {
.container {
/* Full-width override styling */
left: 50%;
margin-left: -50vw;
margin-right: -50vw;
padding: 0 2rem 2rem;
position: relative;
right: 50%;
width: 100dvw;
}
.header {
margin-bottom: 1rem;
}
.level {
margin-bottom: 1rem;
transform: translate(-60%, 40%) rotate(-20deg);
}
.progress {
display: flex;
flex-direction: column;
}
.progressTitle {
order: 0;
}
.pointsRemaining {
margin-bottom: 0.8rem;
margin-top: 0.6rem;
order: 1;
}
.progressbar {
order: 2;
}
.target {
position: absolute;
right: 2rem;
transform: rotate(-15deg) translateY(-50%);
}
}
@media screen and (min-width: 950px) {
.container {
background-color: var(--some-white-color, #fff);
display: grid;
gap: 2.2rem;
}
.overview {
background-color: var(--some-grey-color, #f2f2f2);
border-radius: 0.8rem;
display: block;
height: 35rem;
gap: 4rem;
grid-template-columns: 1fr 1fr;
justify-content: center;
left: unset;
margin-left: unset;
margin-right: unset;
max-width: var(--max-width);
padding: 3.5rem 2rem;
position: static;
right: unset;
width: 100%;
}
.overviewMobile {
.friend {
justify-self: flex-end;
}
.level {
margin-bottom: 2.4rem;
}
.name {
margin: 3rem 0 1.8rem;
}
.membershipContainer {
margin-bottom: 4rem;
}
.stats {
display: flex;
flex-direction: column;
gap: 3rem;
max-width: 32rem;
}
.qualifyingPoints {
display: block;
}
.pointsTitle {
color: var(--some-grey-color, #4f4f4f);
font-size: 1.2rem;
}
.points {
margin: 1.4rem 0 0;
}
.pointsContainer {
display: grid;
gap: 3.8rem;
grid-template-columns: auto 1fr;
margin-top: 1.5rem;
}
.pointsProgress {
align-items: center;
display: grid;
gap: 1rem;
grid-template-columns: auto 1fr;
}
.point {
/* font-family: var(--ff-brandon-text); */
font-size: 2.7rem;
font-weight: 900;
line-height: 2.7rem;
margin: 0;
}
.pointsProgressTitle {
font-family: var(--ff-fira-sans);
font-size: 1.2rem;
font-weight: 400;
letter-spacing: 0.6%;
line-height: 1.4rem;
grid-column: 1/-1;
margin: 0;
}
.progressTitle {
display: none;
}
.pointsRemaining {
font-size: 1.2rem;
}
.target {
position: relative;
}
.target::after {
--height: 3.2rem;
--width: 4.5rem;
background-image: url("/arrow_biro.svg");
background-repeat: no-repeat;
content: " ";
display: inline-block;
height: var(--height);
position: relative;
top: calc(var(--height) - var(--width));
width: var(--width);
}
.link {
display: none;
}
}
@media screen and (min-width: 1100px) {
.overview {
gap: 10rem;
}
}