From d8bd57901e33a7057e26e782e295099ffcc0da89 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Wed, 6 Sep 2017 23:04:13 -0700 Subject: Removing webapp --- webapp/sass/utils/_functions.scss | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 webapp/sass/utils/_functions.scss (limited to 'webapp/sass/utils/_functions.scss') diff --git a/webapp/sass/utils/_functions.scss b/webapp/sass/utils/_functions.scss deleted file mode 100644 index 26e3c6147..000000000 --- a/webapp/sass/utils/_functions.scss +++ /dev/null @@ -1,33 +0,0 @@ -@charset "UTF-8"; - -@function em($pixels, $context: 14px) { - @return ($pixels / $context * 1em) -} - -@function alpha-color($color, $amount) { - @return rgba($color, $amount) -} - -%popover-box-shadow { - @include box-shadow(rgba(black, .175) 1px -3px 12px); -} - -%font-awesome { - display: inline-block; - font: normal normal normal 14px/1 FontAwesome; - font-size: inherit; - text-rendering: auto; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); -} - -@mixin unselectable { - -webkit-user-select: none; /* Chrome/Safari */ - -moz-user-select: none; /* Firefox */ - -ms-user-select: none; /* IE10+ */ - - /* Rules below not implemented in browsers yet */ - -o-user-select: none; - user-select: none; -} -- cgit v1.2.3-1-g7c22