bots-frontend/styles/globals.scss
2022-11-11 17:03:31 +07:00

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;
}