summaryrefslogtreecommitdiff
path: root/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0072-IBS-custom-styles-_base.scss.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0072-IBS-custom-styles-_base.scss.patch')
-rw-r--r--meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0072-IBS-custom-styles-_base.scss.patch46
1 files changed, 26 insertions, 20 deletions
diff --git a/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0072-IBS-custom-styles-_base.scss.patch b/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0072-IBS-custom-styles-_base.scss.patch
index a97a4f0510..2498145552 100644
--- a/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0072-IBS-custom-styles-_base.scss.patch
+++ b/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0072-IBS-custom-styles-_base.scss.patch
@@ -1,14 +1,14 @@
-From bf9a66d5b998b439399e15feb957fbb90212011b Mon Sep 17 00:00:00 2001
+From 6198794ce96561b30e95dc28c2d2fa43d8bd1fe8 Mon Sep 17 00:00:00 2001
From: "Andrey V.Kosteltsev" <AKosteltsev@IBS.RU>
-Date: Tue, 28 Jun 2022 04:17:24 +0300
+Date: Tue, 28 Jun 2022 19:52:22 +0300
Subject: [PATCH] IBS: custom styles _base.scss
---
- src/assets/styles/bmc/custom/_base.scss | 52 +++++++++++++++++--------
- 1 file changed, 36 insertions(+), 16 deletions(-)
+ src/assets/styles/bmc/custom/_base.scss | 64 ++++++++++++++++---------
+ 1 file changed, 42 insertions(+), 22 deletions(-)
diff --git a/src/assets/styles/bmc/custom/_base.scss b/src/assets/styles/bmc/custom/_base.scss
-index c11e046c..ae59da51 100644
+index c11e046c..53be0328 100644
--- a/src/assets/styles/bmc/custom/_base.scss
+++ b/src/assets/styles/bmc/custom/_base.scss
@@ -1,50 +1,70 @@
@@ -25,51 +25,57 @@ index c11e046c..ae59da51 100644
.h1 {
- font-size: 2.625rem;
- font-weight: 300;
-+ font-size: 1.75rem !important;
-+ font-weight: 700;
- line-height: 1.238;
+- line-height: 1.238;
++ font-size: 2.25rem !important;
++ font-weight: 500;
++ line-height: 1.2;
}
h2,
.h2 {
- font-size: 2.25rem;
- font-weight: 300;
-+ font-size: 1.25rem !important;
+- line-height: 1.3333;
++ font-size: 1.5rem !important;
+ font-weight: 500;
- line-height: 1.3333;
++ line-height: 1.2;
}
h3,
.h3 {
- font-size: 1.75rem;
-+ font-size: 1rem !important;
++ font-size: 1.5rem !important;
font-weight: 400;
- line-height: 1.2857;
+- line-height: 1.2857;
++ line-height: 1.2;
}
h4,
.h4 {
- font-size: 1.25rem;
-+ font-size: 0.875rem !important;
++ font-size: 1.25rem !important;
font-weight: 400;
- line-height: 1.3;
+- line-height: 1.3;
++ line-height: 1.2;
}
h5,
.h5 {
- font-size: 1rem;
-+ font-size: 0.75rem !important;
++ font-size: 1rem !important;
font-weight: 500;
- line-height: 1.375;
+- line-height: 1.375;
++ line-height: 1.2;
}
h6,
.h6 {
- font-size: 0.875rem;
-+ font-size: 0.625rem !important;
++ font-size: 0.825rem !important;
font-weight: 500;
- line-height: 1.2857;
- }
+- line-height: 1.2857;
++ line-height: 1.2;
++}
+
+
+.nav-link--current{
@@ -97,7 +103,7 @@ index c11e046c..ae59da51 100644
+ &:focus {
+ outline: 0;
+ }
-+}
+ }
--
2.35.1