Commit c9283b12 authored by Zack Cuddy's avatar Zack Cuddy Committed by Paul Slaughter

Create .list-items-py-2 class for compact list

Replace usaged in geo/node/projects

https://gitlab.com/gitlab-org/gitlab/merge_requests/22718
parent defdd2f7
...@@ -101,6 +101,13 @@ ul.unstyled-list > li { ...@@ -101,6 +101,13 @@ ul.unstyled-list > li {
border-bottom: 0; border-bottom: 0;
} }
ul.list-items-py-2 {
> li {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
}
// Generic content list // Generic content list
ul.content-list { ul.content-list {
@include basic-list; @include basic-list;
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
.container.m-0.p-0 .container.m-0.p-0
.row .row
.col-sm-8 .col-sm-8
%ul.unstyled-list %ul.unstyled-list.list-items-py-2
- if project_registry.last_repository_sync_failure - if project_registry.last_repository_sync_failure
%li.d-flex.text-danger-500 %li.d-flex.text-danger-500
= sprite_icon('warning', size: 18) = sprite_icon('warning', size: 18)
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
.container.m-0.p-0 .container.m-0.p-0
.row .row
.col-sm-8 .col-sm-8
%ul.unstyled-list %ul.unstyled-list.list-items-py-2
- if project_registry.last_repository_sync_failure - if project_registry.last_repository_sync_failure
%li.d-flex.text-danger-500 %li.d-flex.text-danger-500
= sprite_icon('warning', size: 18) = sprite_icon('warning', size: 18)
......
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