summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/variables.scss
diff options
context:
space:
mode:
authorEnrique Alcantara <ealcantara@gitlab.com>2019-05-16 14:05:56 -0400
committerEnrique Alcantara <ealcantara@gitlab.com>2019-06-07 08:52:43 -0400
commitb57633f0cafcff811aaf13349390f7a49d799b2a (patch)
treed22437e62a0f54a96810c49952d6e5ef6b0542ff /app/assets/stylesheets/framework/variables.scss
parent2320e4451fa0c0c60326a7d29fa53599559b6484 (diff)
downloadgitlab-ce-b57633f0cafcff811aaf13349390f7a49d799b2a.tar.gz
Style popovers according to the design specs
- Apply new styles for header, padding, border, and fonts - Remove bootstrap 3 backward compat code
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 dc451a97e17..3d7a3d5766e 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -810,6 +810,11 @@ $modal-border-color: #e9ecef;
$priority-label-empty-state-width: 114px;
/*
+Popovers
+*/
+$popover-max-width: 384px;
+
+/*
Issues Analytics
*/
$issues-analytics-popover-boarder-color: rgba(0, 0, 0, 0.15);