diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-03-02 18:55:15 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-03-02 18:55:15 +0100 |
commit | 4d23a85c29c6cfd1340b3365c081a940766e50bc (patch) | |
tree | 8d719507a3c04250af7a39a4d10cca5867e1b0fa /app/assets | |
parent | 4c0e9f85c5c9e3be91f9a76139fab3b55abbf363 (diff) |
Fix up storybook
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/components.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index ecf510916..4b1e86aca 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -1,3 +1,5 @@ +@import 'variables'; + .button { background-color: darken($color4, 3%); font-family: inherit; |