Fixed archive and select modal
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user