From cf7a05f80f68b5b1c8bcc0089679dd497cec2506 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Sun, 14 Jun 2015 23:53:32 -0800 Subject: first commit --- web/sass-files/sass/partials/_variables.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 web/sass-files/sass/partials/_variables.scss (limited to 'web/sass-files/sass/partials/_variables.scss') diff --git a/web/sass-files/sass/partials/_variables.scss b/web/sass-files/sass/partials/_variables.scss new file mode 100644 index 000000000..eb1f3eef3 --- /dev/null +++ b/web/sass-files/sass/partials/_variables.scss @@ -0,0 +1,16 @@ +@function em($pixels, $context: 14px) { + @return #{$pixels/$context}em +} + +// Color Variables +$primary-color: #2389D7; +$primary-color--hover: darken(#2389D7, 5%); +$body-bg: #e9e9e9; +$header-bg: #f9f9f9; +$border-gray: 1px solid #ddd; + +// Animation +.glyphicon-refresh-animate { + -animation: spin .7s infinite linear; + -webkit-animation: spin2 .7s infinite linear; +} \ No newline at end of file -- cgit v1.2.3-1-g7c22