From 1ac772723bd291d26d30ef4fe98c0d6e347cfc61 Mon Sep 17 00:00:00 2001 From: "Andrey V.Kosteltsev" Date: Wed, 22 Jun 2022 21:09:25 +0300 Subject: remove IBS styles which applyed by patches --- src/env/assets/styles/_ibs.scss | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'src/env/assets') diff --git a/src/env/assets/styles/_ibs.scss b/src/env/assets/styles/_ibs.scss index bfdffa28..7b3114f9 100644 --- a/src/env/assets/styles/_ibs.scss +++ b/src/env/assets/styles/_ibs.scss @@ -56,7 +56,7 @@ $red-click: #C71414; $red-shadow: #e1171780; $red-light-background: #e117170d; -$gray-2: #fbfbfc;// #1a3e5b05; +$gray-2: #fbfbfc; $gray-5: #1a3e5b0d; $gray-5-hover: #1427351a; $gray-10: #1a3e5b1a; @@ -85,12 +85,9 @@ $navbar-color: $dark; background-color: transparent !important; } -@media (min-width: 1200px) { - .container-xl { - max-width: unset !important; - } -} - +// +// botstrap-vue overrides: +// [class*="table-responsive-"] { overflow: auto; } -- cgit v1.2.3