mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-25 22:24:06 +03:00
20 lines
514 B
SCSS
20 lines
514 B
SCSS
/* You can add global styles to this file, and also import other style files */
|
|
|
|
@import '~overlayscrollbars/styles/overlayscrollbars.css';
|
|
|
|
body {
|
|
margin: 0;
|
|
min-height: 100vh;
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',
|
|
'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
body,
|
|
app-root {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|