guild_front/src/components/ProfileCalendar/profileCalendar.scss

21 lines
272 B
SCSS
Raw Normal View History

2022-12-26 15:12:01 +03:00
.calendar {
.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;
}
}