Skip to content
Snippets Groups Projects
Commit 2c2b487d authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Improvements after review

parent 43701de5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -273,7 +273,6 @@ $calendar-unselectable-bg: $gray-light;
* Cycle Analytics
*/
$cycle-analytics-box-padding: 30px;
$cycle-analytics-box-margin-bottom: 16px;
$cycle-analytics-box-text-color: #8c8c8c;
 
/*
Loading
Loading
Loading
Loading
@@ -81,7 +81,7 @@
}
 
.landing {
margin-bottom: $cycle-analytics-box-margin-bottom;
margin-bottom: $gl-padding;
overflow: hidden;
 
.dismiss-icon {
Loading
Loading
@@ -114,7 +114,7 @@
 
p {
color: $cycle-analytics-box-text-color;
margin-bottom: $cycle-analytics-box-margin-bottom;
margin-bottom: $gl-padding;
}
}
}
Loading
Loading
Loading
Loading
@@ -2,7 +2,7 @@
- page_title "Cycle Analytics"
= 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"}
= icon('times', class: 'dismiss-icon', "@click": "dismissLanding()")
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment