lecoffre-front/src/front/index.scss
2024-07-25 11:22:42 +02:00

65 lines
980 B
SCSS

@import "@Themes/fonts.scss";
@import "@Themes/constants.scss";
@import "@Themes/variables.scss";
* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
background-size: inherit;
background-position: top center;
font-size: 0px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
input {
font-size: 18px;
/* Firefox */
-moz-appearance: textfield;
/* Chrome */
&::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Opéra*/
&::-o-inner-spin-button {
-o-appearance: none;
margin: 0;
}
}
::placeholder {
font-size: 14px;
}
*:focus {
outline: none;
}
a,
a:visited {
color: initial;
text-decoration: none !important;
}
.react-select__input-container {
color: black !important;
font-weight: normal !important;
}
.react-select__menu-notice {
font-size: 18px;
font-family: "Inter", sans-serif !important;
}
.Toastify__toast-body {
font-size: 14px;
font-family: "Inter", sans-serif !important;
}