From f817aab49764510341e004e529aa9fc8c4fd193e Mon Sep 17 00:00:00 2001 From: Ivo Almeida Date: Fri, 31 May 2024 12:01:21 +0100 Subject: [PATCH] added override for modals --- .../frontend/src/styles/carbon-overrides.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/pybind/mgr/dashboard/frontend/src/styles/carbon-overrides.scss b/src/pybind/mgr/dashboard/frontend/src/styles/carbon-overrides.scss index ffdc83655ce48..76b16fc8d727a 100644 --- a/src/pybind/mgr/dashboard/frontend/src/styles/carbon-overrides.scss +++ b/src/pybind/mgr/dashboard/frontend/src/styles/carbon-overrides.scss @@ -21,6 +21,10 @@ to set the body's font-size at 12px. Once this component is removed we should be ok to remove the overrides below **********************************************************************************/ +/****************************************** +Side nav +******************************************/ + $block-size: 2.7rem; .cds--side-nav__submenu { @@ -53,9 +57,22 @@ a.cds--side-nav__link > .cds--side-nav__link-text { min-width: 4.2rem; } +/****************************************** +Header +******************************************/ + a.cds--header__menu-item, .cds--header__action, .cds--header { block-size: 3.9rem; font-size: calc(type.type-scale(4) + 0.5px); } + + +/****************************************** +Modals +******************************************/ + +.modal-dialog { + margin-top: 5rem !important; +} \ No newline at end of file -- 2.39.5