From cf9b932f78be297ee91de048e634cfa83d91ef83 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Mon, 5 Feb 2018 15:00:17 -0700 Subject: Use sprite_icon and variables --- app/assets/stylesheets/framework/modal.scss | 4 ++-- app/assets/stylesheets/framework/variables.scss | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'app/assets/stylesheets') diff --git a/app/assets/stylesheets/framework/modal.scss b/app/assets/stylesheets/framework/modal.scss index 1b785341246..a6b1bf9b099 100644 --- a/app/assets/stylesheets/framework/modal.scss +++ b/app/assets/stylesheets/framework/modal.scss @@ -6,8 +6,8 @@ margin-top: 0; .color-label { - font-size: 14px; - padding: 6px 10px; + font-size: $gl-font-size; + padding: $gl-vert-padding $label-padding-modal; } } } diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss index f76c6866463..85004326656 100644 --- a/app/assets/stylesheets/framework/variables.scss +++ b/app/assets/stylesheets/framework/variables.scss @@ -558,6 +558,7 @@ $jq-ui-default-color: #777; * Label */ $label-padding: 7px; +$label-padding-modal: 10px; $label-gray-bg: #f8fafc; $label-inverse-bg: #333; $label-remove-border: rgba(0, 0, 0, .1); -- cgit v1.2.3