Understanding-4D/styles/style.sass
2021-08-21 20:45:29 +02:00

21 lines
374 B
Sass

@import ./_main_tags
@import ./_classes
@import ./_variables
@import ./_mixins
*
padding: 0px
margin: 0px
user-select: none
background-color: $primary
line-height: 1.3
::-webkit-scrollbar
width: 10px
::-webkit-scrollbar-track
background-color: $scrollbar_track_color
::-webkit-scrollbar-thumb
background-color: $scrollbar_thumb_color