quiz styles

This commit is contained in:
Victor Batischev
2024-02-08 16:39:22 +03:00
parent 5b44a97329
commit 51ae926a2f
8 changed files with 50 additions and 69 deletions

View File

@ -17,12 +17,12 @@
}
&__block {
background: #e1fccf;
border-radius: 12px 12px 0px 0px;
border-radius: 12px;
font-weight: 400;
font-size: 18px;
font-size: 23px;
line-height: 178%;
color: #000000;
padding: 20px 51px;
padding: 20px;
margin: 0 0 16px 0;
}
&__cards-test {

View File

@ -306,7 +306,7 @@ export const Tracker = () => {
</div>
<div>
<img src={downloadExcel} alt="#" />
<p>Скачать Excel отчет</p>
<p>Скачать Excel-отчет</p>
</div>
</div>
</div>