refactor base modal styles

This commit is contained in:
Jay_Makwana
2019-11-15 19:42:16 +05:30
parent 9707b6b3a2
commit 1567d9fd37
8 changed files with 47 additions and 8 deletions

View File

@ -55,14 +55,29 @@
.close-icon {
position: absolute;
padding: 6px 0 0 0;
padding: 6px;
top: 23px;
right: 15px;
display: flex;
justify-content: center;
align-content: center;
width: 20px;
cursor: pointer;
}
}
@media (max-width: $x-small-breakpoint) {
.base-modal {
.modal-body {
height: 100%;
overflow: scroll;
border-radius: 0px;
}
}
}