summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/pipelines.scss
diff options
context:
space:
mode:
authorJarek Ostrowski <jostrowski@gitlab.com>2019-07-16 17:31:12 +0000
committerPhil Hughes <me@iamphill.com>2019-07-16 17:31:12 +0000
commit7a796c76c2357411e6f3a564cda92031550cb989 (patch)
treec70a6b8bc474ea82caa4cf74ba6c10b8f0949691 /app/assets/stylesheets/pages/pipelines.scss
parentff2837c611a746f18152a8920a3dcae3870a3180 (diff)
downloadgitlab-ce-7a796c76c2357411e6f3a564cda92031550cb989.tar.gz
Align merge request icons and text
Align icons left Align text left Adjust padding to be consistent Make icons same 24 size Add changelog mr number Add right margin to widget status container Add left margin inside widget icon container Prepend left padding for error message Only give button left margin, some have buttons Prettify Adjust test summary icons Prettify Fix empty line before lint Remove author Switch to use gl-padding Use utility classes instead Prettify Change loading icon size to md Update summary_row.vue
Diffstat (limited to 'app/assets/stylesheets/pages/pipelines.scss')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index aa6bbc8e473..ff4fa8aacdc 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -588,8 +588,8 @@
}
.ci-status-icon svg {
- height: 20px;
- width: 20px;
+ height: 24px;
+ width: 24px;
}
.dropdown-menu-toggle {