summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole3/frontend/src/styles.scss
diff options
context:
space:
mode:
Diffstat (limited to 'admin/WebConsole3/frontend/src/styles.scss')
-rw-r--r--admin/WebConsole3/frontend/src/styles.scss21
1 files changed, 18 insertions, 3 deletions
diff --git a/admin/WebConsole3/frontend/src/styles.scss b/admin/WebConsole3/frontend/src/styles.scss
index 57a04153..b0a5eaec 100644
--- a/admin/WebConsole3/frontend/src/styles.scss
+++ b/admin/WebConsole3/frontend/src/styles.scss
@@ -1,4 +1,8 @@
/* You can add global styles to this file, and also import other style files */
+.input-group {
+ width: 100%;
+}
+
.capitalize {
text-transform: capitalize;
}
@@ -15,6 +19,14 @@ table.table-no-border {
border: none;
}
+.loader {
+ position: absolute;
+ top: 0;
+ width: 100%;
+ height: 100%;
+ z-index: 999999;
+}
+
#loading-bar .bar {
background: white;
}
@@ -96,8 +108,7 @@ i.client {
}
.bg-lab{
- background-color: #d7dbef;
- padding: 10px 10px 0 10px;
+ background-color: #d7dbef !important;
}
tr.odd {
@@ -178,7 +189,7 @@ table.disk-partitions td {
}
table.disk-partitions td span {
- padding: 5px 10px;
+ padding: 5px 5px;
font-weight: bold;
}
@@ -302,3 +313,7 @@ ul.dropdown-menu.fit {
ng2-smart-table {
font-size: initial !important;
}
+
+.swal2-popup {
+ font-size: 1em !important;
+}