summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/custom/_tables.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets/styles/bmc/custom/_tables.scss')
-rw-r--r--src/assets/styles/bmc/custom/_tables.scss49
1 files changed, 9 insertions, 40 deletions
diff --git a/src/assets/styles/bmc/custom/_tables.scss b/src/assets/styles/bmc/custom/_tables.scss
index d86d40de..84dc5f99 100644
--- a/src/assets/styles/bmc/custom/_tables.scss
+++ b/src/assets/styles/bmc/custom/_tables.scss
@@ -17,9 +17,9 @@
// Table action buttons
.btn-link {
- width: 40px;
- height: 40px;
- padding: 5px !important;
+ height: 20px;
+ border-radius: 2px;
+ padding: 4px !important;
display: inline-flex;
justify-content: center;
align-items: center;
@@ -44,7 +44,7 @@
}
.status-icon svg {
- width: 1rem;
+ width: 1.2rem;
height: auto;
}
@@ -79,10 +79,7 @@
width: 50px;
.btn {
padding: 0;
- width: 50px;
- }
- svg {
- fill: theme-color("dark");
+ width: 27px;
}
}
.b-table-sort-icon-left {
@@ -170,6 +167,10 @@
// }
}
+.b-table-details > td {
+ padding: 0px !important;
+}
+
.indicators-Critical {
color: $indicators-errors !important;
}
@@ -318,35 +319,3 @@
-o-border-radius: 0;
-khtml-border-radius: 0;
}
-
-// logs tables styles
-#logs-table {
- margin: 0 !important;
-}
-
-#logs-table-wrapper div {
- overflow-y: overlay;
- &::-webkit-scrollbar {
- position: absolute;
- width: 10px;
- }
- &::-webkit-scrollbar-thumb {
- border: 4px solid transparent;
- border-top: 52px solid transparent;
- background: $faint-secondary-primary-20;
- border-radius: 16px;
- background-clip: content-box;
- }
-}
-
-.logs-table__th {
- background-color: #f8f8f8 !important;
- border-bottom: 1px solid $faint-secondary-primary-20 !important;
- border-top: 1px solid $faint-secondary-primary-20 !important;
- color: $text-primary !important;
-}
-
-.logs-table__td {
- border-bottom: 1px solid $faint-secondary-primary-10 !important;
- height: 64px;
-} \ No newline at end of file