Commit 50beedb3 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '55669-redesign-project-lists-ui-further-improvements' into 'master'

Resolve "Redesign project lists UI: Further improvements"

Closes #55669

See merge request gitlab-org/gitlab-ce!24011
parents 77909a88 20eadc06
......@@ -198,7 +198,6 @@ $well-light-text-color: #5b6169;
$gl-font-size: 14px;
$gl-font-size-xs: 11px;
$gl-font-size-small: 12px;
$gl-font-size-medium: 20px;
$gl-font-size-large: 16px;
$gl-font-weight-normal: 400;
$gl-font-weight-bold: 600;
......
......@@ -973,7 +973,7 @@ pre.light-well {
padding: $gl-padding 0;
@include media-breakpoint-up(lg) {
padding: $gl-padding-24 0;
padding: $gl-padding 0;
}
&.no-description {
......@@ -990,7 +990,7 @@ pre.light-well {
}
h2 {
font-size: $gl-font-size-medium;
font-size: $gl-font-size-large;
font-weight: $gl-font-weight-bold;
margin-bottom: 0;
......@@ -1049,7 +1049,7 @@ pre.light-well {
}
.controls {
margin-top: $gl-padding;
margin-top: $gl-padding-8;
@include media-breakpoint-down(md) {
margin-top: 0;
......
---
title: UI improvements for redesigned project lists
merge_request: 24011
author:
type: other
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