Commit 2c2b487d authored by Filipa Lacerda's avatar Filipa Lacerda

Improvements after review

parent 43701de5
...@@ -273,7 +273,6 @@ $calendar-unselectable-bg: $gray-light; ...@@ -273,7 +273,6 @@ $calendar-unselectable-bg: $gray-light;
* Cycle Analytics * Cycle Analytics
*/ */
$cycle-analytics-box-padding: 30px; $cycle-analytics-box-padding: 30px;
$cycle-analytics-box-margin-bottom: 16px;
$cycle-analytics-box-text-color: #8c8c8c; $cycle-analytics-box-text-color: #8c8c8c;
/* /*
......
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
} }
.landing { .landing {
margin-bottom: $cycle-analytics-box-margin-bottom; margin-bottom: $gl-padding;
overflow: hidden; overflow: hidden;
.dismiss-icon { .dismiss-icon {
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
p { p {
color: $cycle-analytics-box-text-color; color: $cycle-analytics-box-text-color;
margin-bottom: $cycle-analytics-box-margin-bottom; margin-bottom: $gl-padding;
} }
} }
} }
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
- page_title "Cycle Analytics" - page_title "Cycle Analytics"
= render "projects/pipelines/head" = render "projects/pipelines/head"
#cycle-analytics{class: container_class , "v-cloak" => "true", data: { request_path: project_cycle_analytics_path(@project)}} #cycle-analytics{class: container_class, "v-cloak" => "true", data: { request_path: project_cycle_analytics_path(@project)}}
.bordered-box.landing.content-block{"v-if" => "!isHelpDismissed"} .bordered-box.landing.content-block{"v-if" => "!isHelpDismissed"}
= icon('times', class: 'dismiss-icon', "@click": "dismissLanding()") = icon('times', class: 'dismiss-icon', "@click": "dismissLanding()")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment