guild_front/src/components/ProfileCalendar/profileCalendar.scss

44 lines
645 B
SCSS
Raw Normal View History

2022-12-26 15:12:01 +03:00
.calendar {
2023-01-13 15:53:07 +03:00
background: #F1F1F1;
height: 100%;
min-height: 100vh;
font-family: "LabGrotesque", sans-serif;
.container {
max-width: 1160px;
margin-top: 23px;
@media (max-width: 570px) {
margin-top: 0;
}
}
.summary__info {
padding-right: 25px;
}
2022-12-26 15:12:01 +03:00
.profile__calendar {
margin-top: 20px;
}
&__back {
text-decoration: none !important;
color: black !important;
font-size: 14px;
div {
display: flex;
column-gap: 20px;
}
}
&__profile {
margin-top: 42px;
}
2023-01-13 15:53:07 +03:00
&__btn {
transition: all 0.3s ease;
&:hover {
transform: scale(1.02);
}
}
2022-12-26 15:12:01 +03:00
}