summaryrefslogtreecommitdiff
path: root/src/assets
diff options
context:
space:
mode:
authorMaksim Zakharov <m.zakharov@IBS.RU>2022-08-16 12:55:15 +0300
committerMaksim Zakharov <m.zakharov@IBS.RU>2022-08-16 12:55:15 +0300
commitff01827eca7c0cdc7c1b4242483b766035587ad6 (patch)
treeffc039d4840f80570f162deebee89d003ebdb59c /src/assets
parent3e22d1b10a4bd2b9e998aaaf25b388377b3953da (diff)
downloadwebui-vue-ff01827eca7c0cdc7c1b4242483b766035587ad6.tar.xz
add second table to Fans, fix dynamic pages layouts
Diffstat (limited to 'src/assets')
-rw-r--r--src/assets/styles/bmc/_sila/_section-divider.scss11
-rw-r--r--src/assets/styles/bmc/_sila/_tables.scss14
2 files changed, 20 insertions, 5 deletions
diff --git a/src/assets/styles/bmc/_sila/_section-divider.scss b/src/assets/styles/bmc/_sila/_section-divider.scss
index 91300393..9ccdcf49 100644
--- a/src/assets/styles/bmc/_sila/_section-divider.scss
+++ b/src/assets/styles/bmc/_sila/_section-divider.scss
@@ -47,18 +47,19 @@
}
.limit-container {
- margin: 0rem -1.95rem 0rem -1.95rem;
+ width: auto;
+ margin: 0rem -1.95rem;
padding-left: 1rem;
padding-bottom: 1rem;
@include media-breakpoint-down(md) {
padding-left: 0rem;
- padding-right: 1rem;
- margin-left: -0.95rem;
+ margin: 0rem -0.95rem;
}
.form-group {
- margin-bottom: 0;
+ margin-bottom: 0 !important;
.col-form-label {
- white-space: nowrap;
+ padding-left: 0.7rem;
+ white-space: nowrap;
}
}
}
diff --git a/src/assets/styles/bmc/_sila/_tables.scss b/src/assets/styles/bmc/_sila/_tables.scss
index 969bf105..7cab44f3 100644
--- a/src/assets/styles/bmc/_sila/_tables.scss
+++ b/src/assets/styles/bmc/_sila/_tables.scss
@@ -164,6 +164,20 @@
border-radius: 0px;
}
}
+ @include media-breakpoint-down(lg) {
+ @include media-breakpoint-up(md) {
+ overflow: auto;
+ .table {
+ border-right: 1px solid $gray-30;
+ border-radius: $border-radius;
+ }
+ .table-accessory,
+ .table-full {
+ border-right: none;
+ border-radius: 0px;
+ }
+ }
+ }
}
// style for table contained in <b-card> components
#page-network {