diff options
Diffstat (limited to 'src/index.sass')
| -rw-r--r-- | src/index.sass | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/index.sass b/src/index.sass index 18d14843..4b36d4e9 100644 --- a/src/index.sass +++ b/src/index.sass @@ -1,3 +1,5 @@ +@import ./style-globals/_mixins.sass + html, body, #root margin: 0 padding: 0 @@ -17,5 +19,8 @@ html, body, #root .text-page-container padding-top: 80px +.btn + +clickable + a, a:hover text-decoration: none |
