Finished update modal for tracker

This commit is contained in:
MaxOvs19
2023-04-12 18:22:25 +03:00
parent 19865fb9e3
commit 1e4e79897a
4 changed files with 74 additions and 9 deletions

View File

@ -14,14 +14,13 @@
&__content {
position: relative;
width: 424px;
height: 248px;
background: linear-gradient(180deg, #ffffff 0%, #ebebeb 100%);
border-radius: 40px;
padding: 15px;
padding: 60px 60px 30px 60px;
display: flex;
flex-direction: column;
align-items: center;
align-items: flex-start;
justify-content: center;
}
@ -41,8 +40,26 @@
font-weight: 500;
font-size: 22px;
line-height: 26px;
color: #263238;
margin-bottom: 22px;
color: #263238 !important;
margin-bottom: 22px !important;
}
&__decs {
font-weight: 300;
font-size: 12px;
line-height: 14px;
margin: -13px 0 16px 0;
}
&__textarea {
resize: none;
width: 302px;
height: 83px;
background: #ffffff;
border-radius: 8px;
border: none;
font-size: 15px;
line-height: 18px;
}
}
@ -56,7 +73,7 @@
}
.button-add {
margin: 30px 0 0 0;
margin: 20px 40% 0 0;
width: 130px;
height: 37px;
background: #52b709;