calendar and styles fixes

This commit is contained in:
2023-01-16 16:28:56 +03:00
parent 6315a4e7bb
commit d8720a9eb2
7 changed files with 58 additions and 16 deletions

View File

@@ -61,7 +61,7 @@ const ReportForm = () => {
<div>
<div className='report__head'>
<Link className='calendar__back' to={`/profile/profilecalendar`}>
<div><img src={arrow} alt=''/>Вернуться</div>
<img src={arrow} alt=''/><p>Вернуться</p>
</Link>
</div>
</div>

View File

@@ -22,6 +22,24 @@
.report__head {
margin-top: 20px;
a {
display: flex;
align-items: center;
grid-column-gap: 30px;
column-gap: 30px;
margin-top: 20px;
cursor: pointer;
text-decoration: none;
p {
margin-bottom: 0;
font-size: 14px;
line-height: 32px;
font-weight: 500;
color: black;
}
}
}
&__block-title {