From b57633f0cafcff811aaf13349390f7a49d799b2a Mon Sep 17 00:00:00 2001 From: Enrique Alcantara Date: Thu, 16 May 2019 14:05:56 -0400 Subject: Style popovers according to the design specs - Apply new styles for header, padding, border, and fonts - Remove bootstrap 3 backward compat code --- app/assets/stylesheets/framework/variables.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/assets/stylesheets/framework/variables.scss') 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 @@ -809,6 +809,11 @@ $modal-border-color: #e9ecef; $priority-label-empty-state-width: 114px; +/* +Popovers +*/ +$popover-max-width: 384px; + /* Issues Analytics */ -- cgit v1.2.1