Improvements after review
This commit is contained in:
parent
43701de5f2
commit
2c2b487dc3
3 changed files with 3 additions and 4 deletions
|
@ -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;
|
||||
|
||||
/*
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
}
|
||||
|
||||
.landing {
|
||||
margin-bottom: $cycle-analytics-box-margin-bottom;
|
||||
margin-bottom: $gl-padding;
|
||||
overflow: hidden;
|
||||
|
||||
.dismiss-icon {
|
||||
|
@ -114,7 +114,7 @@
|
|||
|
||||
p {
|
||||
color: $cycle-analytics-box-text-color;
|
||||
margin-bottom: $cycle-analytics-box-margin-bottom;
|
||||
margin-bottom: $gl-padding;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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…
Reference in a new issue