guild_front/src/components/ProfileCalendar/profileCalendar.scss

57 lines
825 B
SCSS
Raw Normal View History

2023-01-16 16:28:56 +03:00
.profile__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;
2023-02-17 15:19:49 +03:00
@media (max-width: 500px) {
padding-right: 5px;
}
2023-01-13 15:53:07 +03:00
}
2023-01-24 19:11:24 +03:00
.loader {
margin: 20px 0 50px;
&:hover {
path {
fill: #ffffff;
}
}
}
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
}