summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-06-22 21:09:25 +0300
committerAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-06-22 21:09:25 +0300
commit1ac772723bd291d26d30ef4fe98c0d6e347cfc61 (patch)
treead9e0bbb38aa10eec675ba47dd400165a9d671ad
parentce43d5ca9bc408c40c3c10d936110d9ee7db35f0 (diff)
downloadwebui-vue-1ac772723bd291d26d30ef4fe98c0d6e347cfc61.tar.xz
remove IBS styles which applyed by patches
-rw-r--r--src/env/assets/styles/_ibs.scss11
1 files changed, 4 insertions, 7 deletions
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;
}