Files
twenty/packages/twenty-front/src/index.css

28 lines
427 B
CSS

body {
margin: 0;
font-family: 'Inter', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
html {
font-size: 13px;
}
button {
font-size: 13px;
}
form {
display: contents;
}
html, body {
overscroll-behavior: none;
}
/* https://stackoverflow.com/questions/44543157/how-to-hide-the-google-invisible-recaptcha-badge */
.grecaptcha-badge {
visibility: hidden !important;
}