From e4f9abfc0166b70583da0e1b4849eb17d915498f Mon Sep 17 00:00:00 2001 From: imedina Date: Tue, 28 May 2024 01:49:00 +0100 Subject: [PATCH 01/41] style: set font-size to 13px --- styles/css/global.css | 9 ++++----- styles/scss/custom.scss | 7 ++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/styles/css/global.css b/styles/css/global.css index 5bd6798b9..de5f2cdc1 100644 --- a/styles/css/global.css +++ b/styles/css/global.css @@ -43,8 +43,9 @@ } html { - /* 14px use this size by default*/ - font-size: 0.875rem; + /* 13px use this size by default*/ + /*font-size: 0.875rem;*/ + font-size: 0.8125rem; } body, @@ -129,7 +130,6 @@ a:visited { text-overflow: ellipsis; background-color: transparent; user-select: none; - } /*********** data-table *****************/ @@ -143,7 +143,6 @@ a:visited { min-height: 135px; } - /* Custom pagination-detail on top of the boostrap-table grids. This removes the pager buttons on top pf the grids leaving only the counter of records. nth-child(2) is the top pager while nth-child(4) would the bottom pager. @@ -205,7 +204,7 @@ a:visited { } /********** interpreter side-nav & opencga-project side-nav ************/ -.side-tabs.side-nav a{ +.side-tabs.side-nav a { cursor: pointer; } diff --git a/styles/scss/custom.scss b/styles/scss/custom.scss index 78f045772..d4d57c18e 100644 --- a/styles/scss/custom.scss +++ b/styles/scss/custom.scss @@ -1,20 +1,17 @@ // Include any default variable overrides here (though functions won't be available) $font-family-base: 'Lato', Helvetica, Arial, sans-serif; -$font-size-base: 0.875rem; // 14px +//$font-size-base: 0.875rem; // 14px +$font-size-base: 0.8125rem; // 14px $main-bg-color: #17224D; $enable-negative-margins: true; $enable-shadows: true; $btn-box-shadow: none; // enable-shadow add shadows to btn by default. - // migrate global.css to global.scss (temporal) @import "./global.scss"; - // Include all of Bootstrap (temporal) // @import "../node_modules/bootstrap/scss/bootstrap"; @import "~bootstrap/scss/bootstrap"; - - From e86699a96d7a2a95d00a2e5f84f5636895870919 Mon Sep 17 00:00:00 2001 From: Rodiel Martinez <10471758+Rodielm@users.noreply.github.com> Date: Thu, 6 Jun 2024 13:04:36 +0200 Subject: [PATCH 02/41] wc: fix variant-browser layout #TASK-6133 --- src/webcomponents/variant/variant-browser.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webcomponents/variant/variant-browser.js b/src/webcomponents/variant/variant-browser.js index 652e378b8..6b6ec0606 100644 --- a/src/webcomponents/variant/variant-browser.js +++ b/src/webcomponents/variant/variant-browser.js @@ -319,7 +319,7 @@ export default class VariantBrowser extends LitElement { return html` -
+
-
+