31 lines
466 B
SCSS
31 lines
466 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;
|
|
}
|
|
|
|
input::-webkit-outer-spin-button,
|
|
input::-webkit-inner-spin-button {
|
|
-webkit-appearance: none;
|
|
margin: 0;
|
|
}
|
|
|
|
input[type=number]{
|
|
-moz-appearance: textfield;
|
|
} |