From 3480a6751ba381aaac5d90a8c3b1776a5757e505 Mon Sep 17 00:00:00 2001 From: Jan Faracik <43062514+janfaracik@users.noreply.github.com> Date: Sun, 9 Jan 2022 20:54:53 +0000 Subject: [PATCH] Increase size of section headings, decrease weight of radios/checkbox labels, change padding to REM --- war/src/main/less/abstracts/theme.less | 4 ++-- war/src/main/less/modules/form.less | 4 ++-- war/src/main/less/modules/section.less | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/war/src/main/less/abstracts/theme.less b/war/src/main/less/abstracts/theme.less index ce429189971f..f165c35f8705 100644 --- a/war/src/main/less/abstracts/theme.less +++ b/war/src/main/less/abstracts/theme.less @@ -275,8 +275,8 @@ --form-item-max-width: ~"min(65vw, 1600px)"; --form-item-max-width--medium: ~"min(50vw, 1400px)"; --form-item-max-width--small: ~"min(35vw, 1200px)"; - --form-label-font-weight: bold; - --form-input-padding: 8px; + --form-label-font-weight: 600; + --form-input-padding: 0.5rem; --form-input-border-radius: 6px; --form-input-glow: 0 0 0 10px transparent; --form-input-glow--focus: 0 0 0 5px var(--focus-input-glow); diff --git a/war/src/main/less/modules/form.less b/war/src/main/less/modules/form.less index a16f6d052893..2ae31e9972ca 100644 --- a/war/src/main/less/modules/form.less +++ b/war/src/main/less/modules/form.less @@ -308,7 +308,7 @@ margin-bottom: 0; padding: 0 0 5px 32px; cursor: pointer; - font-weight: 600; + font-weight: 500; // remove 300ms pause on mobile touch-action: manipulation; @@ -474,7 +474,7 @@ margin: 0; cursor: pointer; line-height: 22px; - font-weight: 600; + font-weight: 500; &::before { content: ""; diff --git a/war/src/main/less/modules/section.less b/war/src/main/less/modules/section.less index 3c78b4a7f2ab..3e257be0fbdb 100644 --- a/war/src/main/less/modules/section.less +++ b/war/src/main/less/modules/section.less @@ -23,7 +23,7 @@ .jenkins-section__title { margin: 0 0 var(--section-padding) 0; - font-size: 1rem; + font-size: 1.1rem; font-weight: 700; }