Commit 20eadc06 authored by Martin Wortschack's avatar Martin Wortschack

Add UI improvements to redesigned project list

- Reduce font size
- Reduce padding and margin
- Remove unused SCSS variable
parent 75121798
...@@ -198,7 +198,6 @@ $well-light-text-color: #5b6169; ...@@ -198,7 +198,6 @@ $well-light-text-color: #5b6169;
$gl-font-size: 14px; $gl-font-size: 14px;
$gl-font-size-xs: 11px; $gl-font-size-xs: 11px;
$gl-font-size-small: 12px; $gl-font-size-small: 12px;
$gl-font-size-medium: 20px;
$gl-font-size-large: 16px; $gl-font-size-large: 16px;
$gl-font-weight-normal: 400; $gl-font-weight-normal: 400;
$gl-font-weight-bold: 600; $gl-font-weight-bold: 600;
......
...@@ -973,7 +973,7 @@ pre.light-well { ...@@ -973,7 +973,7 @@ pre.light-well {
padding: $gl-padding 0; padding: $gl-padding 0;
@include media-breakpoint-up(lg) { @include media-breakpoint-up(lg) {
padding: $gl-padding-24 0; padding: $gl-padding 0;
} }
&.no-description { &.no-description {
...@@ -990,7 +990,7 @@ pre.light-well { ...@@ -990,7 +990,7 @@ pre.light-well {
} }
h2 { h2 {
font-size: $gl-font-size-medium; font-size: $gl-font-size-large;
font-weight: $gl-font-weight-bold; font-weight: $gl-font-weight-bold;
margin-bottom: 0; margin-bottom: 0;
...@@ -1049,7 +1049,7 @@ pre.light-well { ...@@ -1049,7 +1049,7 @@ pre.light-well {
} }
.controls { .controls {
margin-top: $gl-padding; margin-top: $gl-padding-8;
@include media-breakpoint-down(md) { @include media-breakpoint-down(md) {
margin-top: 0; 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