This repository has been archived on 2025-01-02. You can view files and clone it, but cannot push or open issues or pull requests.
Files
mylinks/admin/src/App.sass

18 lines
280 B
Sass

@import "@/common/styles/colors"
*
font-family: 'Roboto', serif
body, html
margin: 0
background-color: $white
::-webkit-scrollbar
width: 13px
::-webkit-scrollbar-thumb
background: $gray
border-radius: 10px
::-webkit-scrollbar-thumb:hover
background: $light-gray