22 lines
297 B
SCSS
22 lines
297 B
SCSS
//$background-color-base: #e3e8ee;
|
|
|
|
html,
|
|
body {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
body {
|
|
background-color: #e3e8ee;
|
|
}
|
|
|
|
.ant-modal {
|
|
max-width: 380px !important;
|
|
}
|
|
|
|
.react-modal-sheet-container {
|
|
display: flex !important;
|
|
flex-direction: column !important;
|
|
align-items: center !important;
|
|
}
|