summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/variables.scss
diff options
context:
space:
mode:
authorHeinrich Lee Yu <heinrich@gitlab.com>2018-12-04 16:42:27 +0800
committerHeinrich Lee Yu <hleeyu@gmail.com>2019-01-07 11:16:58 +0800
commit876ab436fabf2f44e2a6912262f980256b7c9736 (patch)
treed9c94ea5ce9efe8d8ef588da132a143b1f526139 /app/assets/stylesheets/framework/variables.scss
parentb83be5032716548ea9d738a03e0a20f660dc04ac (diff)
downloadgitlab-ce-876ab436fabf2f44e2a6912262f980256b7c9736.tar.gz
Add Import CSV Frontend
Added button and modal to accept CSV file for uploading
Diffstat (limited to 'app/assets/stylesheets/framework/variables.scss')
-rw-r--r--app/assets/stylesheets/framework/variables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index d92d81b2cb5..242977e8543 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -656,6 +656,7 @@ $border-color-settings: #e1e1e1;
Modals
*/
$modal-body-height: 134px;
+$modal-border-color: #e9ecef;
$priority-label-empty-state-width: 114px;