summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/variables.scss
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-04-19 19:48:48 +0000
committerClement Ho <clemmakesapps@gmail.com>2017-04-19 19:48:48 +0000
commit0fc1e04f4c15e9d5adbb4e47c82d3eebf8b48110 (patch)
tree34b2235afb83a09ba69a6bcd4a9221d49b312633 /app/assets/stylesheets/framework/variables.scss
parent7125c96668101f7ffdddd053214697089fcc84f0 (diff)
downloadgitlab-ce-0fc1e04f4c15e9d5adbb4e47c82d3eebf8b48110.tar.gz
Add renderNote animation and added spec
Diffstat (limited to 'app/assets/stylesheets/framework/variables.scss')
-rw-r--r--app/assets/stylesheets/framework/variables.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index 20ef9a774e4..3ef6ec3f912 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -458,6 +458,11 @@ $label-remove-border: rgba(0, 0, 0, .1);
$label-border-radius: 100px;
/*
+* Animation
+*/
+$fade-in-duration: 200ms;
+
+/*
* Lint
*/
$lint-incorrect-color: $red-500;