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.patch109
1 files changed, 0 insertions, 109 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
deleted file mode 100644
index 2498145552..0000000000
--- a/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0072-IBS-custom-styles-_base.scss.patch
+++ /dev/null
@@ -1,109 +0,0 @@
-From 6198794ce96561b30e95dc28c2d2fa43d8bd1fe8 Mon Sep 17 00:00:00 2001
-From: "Andrey V.Kosteltsev" <AKosteltsev@IBS.RU>
-Date: Tue, 28 Jun 2022 19:52:22 +0300
-Subject: [PATCH] IBS: custom styles _base.scss
-
----
- 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..53be0328 100644
---- a/src/assets/styles/bmc/custom/_base.scss
-+++ b/src/assets/styles/bmc/custom/_base.scss
-@@ -1,50 +1,70 @@
--dt,
--legend,
--label {
-- color: gray("800");
-- font-size: 14px;
-- font-weight: 400;
-- line-height: 1.4285;
--}
-
- h1,
- .h1 {
-- font-size: 2.625rem;
-- font-weight: 300;
-- 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;
-- line-height: 1.3333;
-+ font-size: 1.5rem !important;
-+ font-weight: 500;
-+ line-height: 1.2;
- }
-
- h3,
- .h3 {
-- font-size: 1.75rem;
-+ font-size: 1.5rem !important;
- font-weight: 400;
-- line-height: 1.2857;
-+ line-height: 1.2;
- }
-
- h4,
- .h4 {
-- font-size: 1.25rem;
-+ font-size: 1.25rem !important;
- font-weight: 400;
-- line-height: 1.3;
-+ line-height: 1.2;
- }
-
- h5,
- .h5 {
-- font-size: 1rem;
-+ font-size: 1rem !important;
- font-weight: 500;
-- line-height: 1.375;
-+ line-height: 1.2;
- }
-
- h6,
- .h6 {
-- font-size: 0.875rem;
-+ font-size: 0.825rem !important;
- font-weight: 500;
-- line-height: 1.2857;
-+ line-height: 1.2;
-+}
-+
-+
-+.nav-link--current{
-+ background-color: $red-light-background !important;
-+ color: $red !important;
-+ &:hover,
-+ &:focus {
-+ background-color: $red-light-background !important;
-+ color: $red !important;
-+ }
-+}
-+
-+.btn-link:active, .nav-link:active {
-+ background-color: $red-light-background !important;
-+ color: $red !important;
-+}
-+
-+.app-header .navbar-text, .app-header .nav-link, .app-header .btn-link {
-+ &:hover {
-+ background-color: $red-40 !important;
-+ }
-+ &:active {
-+ background-color: $red-active !important;
-+ }
-+ &:focus {
-+ outline: 0;
-+ }
- }
---
-2.35.1
-