2018-09-04 11:24:51 +01:00
|
|
|
.dashboard-icon {
|
2019-11-12 17:53:52 +05:30
|
|
|
color: $color-brand;
|
2018-09-04 11:24:51 +01:00
|
|
|
}
|
|
|
|
|
|
Improvement in the look and feel of the whole application
Changed the SCSS/CSS for the below third party libraries to adopt the
new look 'n' feel:
- wcDocker
- Alertify dialogs, and notifications
- AciTree
- Bootstrap Navbar
- Bootstrap Tabs
- Bootstrap Drop-Down menu
- Backgrid
- Select2
Adopated the new the look 'n' feel for the dialogs, wizard, properties,
tab panels, tabs, fieldset, subnode control, spinner control, HTML
table, and other form controls.
- Font is changed to Roboto
- Using SCSS variables to define the look 'n' feel
- Designer background images for the Login, and Forget password pages in
'web' mode
- Improved the look 'n' feel for the key selection in the preferences
dialog
- Table classes consistency changes across the application
- File Open and Save dialog list view changes
Author(s): Aditya Toshniwal & Khushboo Vashi
2018-12-21 17:14:55 +05:30
|
|
|
.dashboard-container {
|
2022-08-26 12:34:48 +05:30
|
|
|
padding-top: math.div($grid-gutter-width, 2);
|
|
|
|
|
padding-bottom: math.div($grid-gutter-width, 2);
|
Improvement in the look and feel of the whole application
Changed the SCSS/CSS for the below third party libraries to adopt the
new look 'n' feel:
- wcDocker
- Alertify dialogs, and notifications
- AciTree
- Bootstrap Navbar
- Bootstrap Tabs
- Bootstrap Drop-Down menu
- Backgrid
- Select2
Adopated the new the look 'n' feel for the dialogs, wizard, properties,
tab panels, tabs, fieldset, subnode control, spinner control, HTML
table, and other form controls.
- Font is changed to Roboto
- Using SCSS variables to define the look 'n' feel
- Designer background images for the Login, and Forget password pages in
'web' mode
- Improved the look 'n' feel for the key selection in the preferences
dialog
- Table classes consistency changes across the application
- File Open and Save dialog list view changes
Author(s): Aditya Toshniwal & Khushboo Vashi
2018-12-21 17:14:55 +05:30
|
|
|
min-height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dashboard-row {
|
2022-08-26 12:34:48 +05:30
|
|
|
margin-bottom: math.div($grid-gutter-width, 2);
|
2018-09-04 11:24:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.graph-error {
|
2020-02-24 14:11:00 +05:30
|
|
|
background-color: inherit;
|
2018-09-04 11:24:51 +01:00
|
|
|
padding-top: 20px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grid-error {
|
|
|
|
|
background-color: $color-gray-lighter;
|
|
|
|
|
padding-top: 20px;
|
|
|
|
|
padding-bottom: 40px;
|
|
|
|
|
}
|
|
|
|
|
|
Improvement in the look and feel of the whole application
Changed the SCSS/CSS for the below third party libraries to adopt the
new look 'n' feel:
- wcDocker
- Alertify dialogs, and notifications
- AciTree
- Bootstrap Navbar
- Bootstrap Tabs
- Bootstrap Drop-Down menu
- Backgrid
- Select2
Adopated the new the look 'n' feel for the dialogs, wizard, properties,
tab panels, tabs, fieldset, subnode control, spinner control, HTML
table, and other form controls.
- Font is changed to Roboto
- Using SCSS variables to define the look 'n' feel
- Designer background images for the Login, and Forget password pages in
'web' mode
- Improved the look 'n' feel for the key selection in the preferences
dialog
- Table classes consistency changes across the application
- File Open and Save dialog list view changes
Author(s): Aditya Toshniwal & Khushboo Vashi
2018-12-21 17:14:55 +05:30
|
|
|
.grid-container {
|
|
|
|
|
width: 100%;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
border-radius: $card-border-radius;
|
|
|
|
|
border: $panel-border;
|
2018-09-04 11:24:51 +01:00
|
|
|
}
|
2019-01-07 16:03:54 +05:30
|
|
|
|
|
|
|
|
.dashboard-link a {
|
|
|
|
|
cursor: pointer;
|
2019-11-07 18:51:03 +05:30
|
|
|
color: $color-fg;
|
|
|
|
|
}
|
|
|
|
|
|
2020-07-29 14:49:22 +05:30
|
|
|
.dashboard-graph {
|
|
|
|
|
& .legend {
|
|
|
|
|
font-size: $tree-font-size;
|
|
|
|
|
& .legend-value {
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
margin-left: 0.25rem;
|
|
|
|
|
& .legend-label {
|
|
|
|
|
margin-left: 0.25rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-07-06 19:11:43 +05:30
|
|
|
|
2020-08-05 12:30:09 +05:30
|
|
|
& .dashboard-graph-body {
|
2019-11-11 18:47:43 +05:30
|
|
|
padding: 0.25rem 0.5rem;
|
2020-08-06 16:52:16 +05:30
|
|
|
height: 165px;
|
2020-08-05 12:30:09 +05:30
|
|
|
|
|
|
|
|
& .flotr-labels {
|
2019-11-07 18:51:03 +05:30
|
|
|
color: $color-fg !important;
|
|
|
|
|
}
|
2020-08-05 12:30:09 +05:30
|
|
|
& .flotr-legend {
|
2019-11-11 18:47:43 +05:30
|
|
|
border: none !important;
|
2020-08-05 12:30:09 +05:30
|
|
|
padding: 0.25rem 0.5rem;
|
|
|
|
|
& .flotr-legend-label {
|
|
|
|
|
color: $color-fg !important;
|
|
|
|
|
padding-left: 0.25rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
& .flotr-legend-color-box>div {
|
2019-11-11 18:47:43 +05:30
|
|
|
border: none !important;
|
2020-08-05 12:30:09 +05:30
|
|
|
&>div {
|
|
|
|
|
border: none !important;
|
|
|
|
|
}
|
2019-11-11 18:47:43 +05:30
|
|
|
}
|
|
|
|
|
|
2020-08-05 12:30:09 +05:30
|
|
|
& .flotr-legend-bg {
|
|
|
|
|
border-radius: $border-radius;
|
|
|
|
|
}
|
2019-11-11 18:47:43 +05:30
|
|
|
}
|
|
|
|
|
}
|
2019-01-07 16:03:54 +05:30
|
|
|
}
|
2019-11-12 17:53:52 +05:30
|
|
|
|
|
|
|
|
.welcome-logo {
|
|
|
|
|
width: 400px;
|
|
|
|
|
& .app-name {
|
|
|
|
|
fill: $color-brand;
|
|
|
|
|
}
|
|
|
|
|
& .app-name-underline {
|
|
|
|
|
stroke: $color-fg;
|
|
|
|
|
}
|
|
|
|
|
& .app-tagline {
|
|
|
|
|
fill: $color-fg;
|
|
|
|
|
}
|
|
|
|
|
}
|