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;
|
||||
}
|
||||
}
|
||||
|
@ -5,13 +5,13 @@
|
||||
background: #e1fccf;
|
||||
border-radius: 12px;
|
||||
transform: scale(0);
|
||||
bottom: -148px;
|
||||
bottom: -90px;
|
||||
right: -120px;
|
||||
|
||||
@media (max-width: 1050px) {
|
||||
right: 10px;
|
||||
padding-top: 10px;
|
||||
bottom: -160px;
|
||||
bottom: -75px;
|
||||
}
|
||||
|
||||
&-menu {
|
||||
|
Reference in New Issue
Block a user