guild_front/src/components/ProfileCalendar/profileCalendar.scss

21 lines
314 B
SCSS
Raw Normal View History

2022-12-26 15:12:01 +03:00
.calendar {
2023-01-09 20:53:23 +03:00
font-family: 'LabGrotesque', sans-serif;
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;
}
}