Fixed archive and select modal

This commit is contained in:
MaxOvs19
2023-10-10 19:29:08 +03:00
parent fe2c45cb22
commit be411ffef2
4 changed files with 95 additions and 17 deletions

View File

@ -14,7 +14,7 @@
&__content {
position: relative;
background: linear-gradient(180deg, #ffffff 0%, #ebebeb 100%);
border-radius: 24px;
border-radius: 10px;
padding: 25px;
display: flex;
flex-direction: column;
@ -117,3 +117,17 @@
.modal-layout.active {
transform: scale(1);
}
.createProject {
background: linear-gradient(180deg, #fff 0%, #ebebeb 37.29%);
.title-project {
margin-top: 20px;
}
.button-add {
margin-top: 8px;
}
.exit {
top: 16px;
right: 15px;
}
}