omnia-sass 3.5.72 → 3.5.101
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/omnia-sass.scss +11631 -0
- package/package.json +17 -6
- package/src/lib/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
- package/src/lib/font-awesome/scss/_animated.scss +0 -36
- package/src/lib/font-awesome/scss/_bordered-pulled.scss +0 -41
- package/src/lib/font-awesome/scss/_core.scss +0 -11
- package/src/lib/font-awesome/scss/_fixed-width.scss +0 -6
- package/src/lib/font-awesome/scss/_icons.scss +0 -2139
- package/src/lib/font-awesome/scss/_larger.scss +0 -21
- package/src/lib/font-awesome/scss/_list.scss +0 -21
- package/src/lib/font-awesome/scss/_mixins.scss +0 -58
- package/src/lib/font-awesome/scss/_path.scss +0 -15
- package/src/lib/font-awesome/scss/_rotated-flipped.scss +0 -30
- package/src/lib/font-awesome/scss/_screen-reader.scss +0 -9
- package/src/lib/font-awesome/scss/_stacked.scss +0 -27
- package/src/lib/font-awesome/scss/_variables.scss +0 -799
- package/src/lib/font-awesome/scss/font-awesome.scss +0 -18
- package/src/management/render/components/ClientSecretWindow/style.scss +0 -8
- package/src/management/render/pages/Features/style.scss +0 -66
- package/src/modeler/render/components/BlogFeedPanel/style.scss +0 -11
- package/src/modeler/render/components/EditorSidebar/style.scss +0 -109
- package/src/modeler/render/components/Wizard/style.scss +0 -10
- package/src/modeler/render/pages/Home/style.scss +0 -5
- package/src/modeler/render/pages/Queries/style.scss +0 -158
- package/src/modeler/render/pages/Shared/UserInterface/style.scss +0 -47
- package/src/modeler/render/pages/TextTemplates/style.scss +0 -15
- package/src/modeler/render/pages/Themes/style.scss +0 -22
- package/src/modeler/render/pages/Units/style.scss +0 -19
- package/src/runtime/render/components/RemoteUiDevelopmentWindow/style.scss +0 -34
- package/src/runtime/render/pages/Shared/Instances/HistoryPanel/style.scss +0 -146
- package/src/runtime/render/pages/Shared/Instances/style.scss +0 -63
- package/src/shared/render/components/Breadcrumb/style.scss +0 -52
- package/src/shared/render/components/ColorPageIndicatorBar/style.scss +0 -7
- package/src/shared/render/components/Element/Elements/CalendarComponents/style.scss +0 -254
- package/src/shared/render/components/Element/Elements/ListComponents/style.scss +0 -160
- package/src/shared/render/components/Element/style.scss +0 -1005
- package/src/shared/render/components/FeedbackMessage/style.scss +0 -19
- package/src/shared/render/components/FormField/style.scss +0 -435
- package/src/shared/render/components/GraphVisualizer/style.scss +0 -30
- package/src/shared/render/components/GroupNavigator/style.scss +0 -10
- package/src/shared/render/components/HelpCenter/style.scss +0 -28
- package/src/shared/render/components/List/style.scss +0 -138
- package/src/shared/render/components/Loader/style.scss +0 -46
- package/src/shared/render/components/ModalHeaderWithContextualHelp/style.scss +0 -12
- package/src/shared/render/components/NotificationCenter/style.scss +0 -44
- package/src/shared/render/components/Sidebar/style.scss +0 -113
- package/src/shared/render/components/StaticForm/style.scss +0 -62
- package/src/shared/render/components/StaticList/style.scss +0 -55
- package/src/shared/render/components/Toaster/style.scss +0 -9
- package/src/shared/render/components/TopBar/style.scss +0 -27
- package/src/shared/render/components/UnsupportedBrowserWindow/style.scss +0 -29
- package/src/shared/render/pages/PageNotFound/style.scss +0 -16
- package/src/shared/render/pages/SmallContentPage/style.scss +0 -34
- package/src/shared/render/pages/ThemeSelector/style.scss +0 -16
- package/src/shared/render/pages/TimestampRefuse/style.scss +0 -16
- package/src/shared/render/styles/app.scss +0 -3
- package/src/shared/render/styles/bootstrap-color-system.scss +0 -34
- package/src/shared/render/styles/fonts/Exo2-Regular.ttf +0 -0
- package/src/shared/render/styles/global.scss +0 -233
- package/src/shared/render/styles/layout.scss +0 -92
- package/src/shared/render/styles/modal.scss +0 -40
- package/src/shared/render/styles/print.scss +0 -10
- package/src/shared/render/styles/styles.scss +0 -58
- package/src/shared/render/styles/variables.scss +0 -210
- package/src/shared/render/styles/z-index-fixer.scss +0 -40
- package/src/user/render/pages/Tenants/style.scss +0 -41
@@ -1,92 +0,0 @@
|
|
1
|
-
$transition-duration: 0.1s;
|
2
|
-
$transition-effect: ease-in-out;
|
3
|
-
.sidebar-container {
|
4
|
-
position: fixed;
|
5
|
-
display: inline;
|
6
|
-
padding: 0;
|
7
|
-
overflow: hidden;
|
8
|
-
height: $sidebar-height-sm-open;
|
9
|
-
width: $sidebar-size-sm;
|
10
|
-
margin-top: $topbar-height;
|
11
|
-
/* Transition */
|
12
|
-
-webkit-transition: width $transition-duration $transition-effect;
|
13
|
-
-moz-transition: width $transition-duration $transition-effect;
|
14
|
-
-o-transition: width $transition-duration $transition-effect;
|
15
|
-
transition: width $transition-duration $transition-effect;
|
16
|
-
.sidebar {
|
17
|
-
height: calc(100vh - #{$topbar-height});
|
18
|
-
position: relative;
|
19
|
-
overflow-x: hidden;
|
20
|
-
overflow-y: auto;
|
21
|
-
-ms-overflow-style: -ms-autohiding-scrollbar;
|
22
|
-
}
|
23
|
-
.sidebar-entry-text {
|
24
|
-
display: none;
|
25
|
-
}
|
26
|
-
}
|
27
|
-
|
28
|
-
.notification-center-container {
|
29
|
-
position: fixed;
|
30
|
-
display: inline;
|
31
|
-
padding: 0;
|
32
|
-
background: #fff;
|
33
|
-
overflow: hidden;
|
34
|
-
height: 100%;
|
35
|
-
width: $side-panel-size-sm-open;
|
36
|
-
right: 0;
|
37
|
-
margin-top: $topbar-height;
|
38
|
-
.notification-center {
|
39
|
-
height: calc(100vh - #{$topbar-height});
|
40
|
-
position: relative;
|
41
|
-
overflow-x: hidden;
|
42
|
-
overflow-y: auto;
|
43
|
-
}
|
44
|
-
&.hidden {
|
45
|
-
width: 0;
|
46
|
-
min-width: 0;
|
47
|
-
}
|
48
|
-
}
|
49
|
-
|
50
|
-
.content-container {
|
51
|
-
margin-top: calc(#{$topbar-height} + #{$color-page-indicator-bar-height});
|
52
|
-
width: 100%;
|
53
|
-
}
|
54
|
-
|
55
|
-
.sidebar-opened {
|
56
|
-
.sidebar-container {
|
57
|
-
margin-top: $topbar-height;
|
58
|
-
height: 100%;
|
59
|
-
width: $sidebar-min-size-open;
|
60
|
-
}
|
61
|
-
.content-container {
|
62
|
-
opacity: 0.25;
|
63
|
-
pointer-events: none;
|
64
|
-
}
|
65
|
-
}
|
66
|
-
|
67
|
-
@media (min-width: map-get($grid-breakpoints, 'lg')) {
|
68
|
-
.sidebar-container {
|
69
|
-
height: 100%;
|
70
|
-
width: $sidebar-min-size;
|
71
|
-
min-width: $sidebar-min-size;
|
72
|
-
}
|
73
|
-
.notification-center-container {
|
74
|
-
height: 100%;
|
75
|
-
width: $side-panel-min-size-open;
|
76
|
-
min-width: $side-panel-min-size-open;
|
77
|
-
margin-top: $topbar-height;
|
78
|
-
}
|
79
|
-
.content-container {
|
80
|
-
margin-left: $sidebar-min-size;
|
81
|
-
margin-top: $topbar-height;
|
82
|
-
width: $content-size;
|
83
|
-
}
|
84
|
-
.sidebar-opened {
|
85
|
-
.content-container {
|
86
|
-
pointer-events: all;
|
87
|
-
opacity: 1;
|
88
|
-
margin-left: $sidebar-min-size-open;
|
89
|
-
width: calc(100% - #{$sidebar-min-size-open});
|
90
|
-
}
|
91
|
-
}
|
92
|
-
}
|
@@ -1,40 +0,0 @@
|
|
1
|
-
.modal {
|
2
|
-
.modal-title {
|
3
|
-
font-size: 1.25rem;
|
4
|
-
}
|
5
|
-
.breadcrumb-container .breadcrumb {
|
6
|
-
min-height: 2rem;
|
7
|
-
padding-top: 0.25rem;
|
8
|
-
border-bottom: 1px solid $gray-300;
|
9
|
-
border-radius: $border-radius $border-radius 0 0;
|
10
|
-
font-size: 1rem;
|
11
|
-
background-color: $gray-200;
|
12
|
-
padding-left: 1rem;
|
13
|
-
.breadcrumb-back-btn {
|
14
|
-
display: none;
|
15
|
-
}
|
16
|
-
}
|
17
|
-
}
|
18
|
-
|
19
|
-
body.modal-open {
|
20
|
-
.sidebar-container,
|
21
|
-
.content-container,
|
22
|
-
.to-be-blurred {
|
23
|
-
filter: blur(3px);
|
24
|
-
transition: all 1.5s ease-out;
|
25
|
-
}
|
26
|
-
}
|
27
|
-
|
28
|
-
body.modal-scroll-fixer {
|
29
|
-
overflow: hidden;
|
30
|
-
.modal {
|
31
|
-
overflow-x: hidden;
|
32
|
-
overflow-y: auto;
|
33
|
-
}
|
34
|
-
}
|
35
|
-
|
36
|
-
@media (min-width: map-get($grid-breakpoints, 'lg')) {
|
37
|
-
.modal-xl {
|
38
|
-
max-width: 85vw;
|
39
|
-
}
|
40
|
-
}
|
@@ -1,58 +0,0 @@
|
|
1
|
-
// Global
|
2
|
-
@import './node_modules/bootstrap/scss/bootstrap';
|
3
|
-
@import 'global';
|
4
|
-
@import 'layout';
|
5
|
-
@import 'modal';
|
6
|
-
@import 'z-index-fixer';
|
7
|
-
@import 'print';
|
8
|
-
|
9
|
-
// SHARED Components
|
10
|
-
|
11
|
-
@import '../components/Breadcrumb/style.scss';
|
12
|
-
@import '../components/ColorPageIndicatorBar/style.scss';
|
13
|
-
@import '../components/Element/style.scss';
|
14
|
-
@import '../components/Element/Elements/CalendarComponents/style.scss';
|
15
|
-
@import '../components/Element/Elements/ListComponents/style.scss';
|
16
|
-
@import '../components/FeedbackMessage/style.scss';
|
17
|
-
@import '../components/FormField/style.scss';
|
18
|
-
@import '../components/GraphVisualizer/style.scss';
|
19
|
-
@import '../components/GroupNavigator/style.scss';
|
20
|
-
@import '../components/HelpCenter/style.scss';
|
21
|
-
@import '../components/List/style.scss';
|
22
|
-
@import '../components/Loader/style.scss';
|
23
|
-
@import '../components/ModalHeaderWithContextualHelp/style.scss';
|
24
|
-
@import '../components/NotificationCenter/style.scss';
|
25
|
-
@import '../components/Sidebar/style.scss';
|
26
|
-
@import '../components/StaticForm/style.scss';
|
27
|
-
@import '../components/StaticList/style.scss';
|
28
|
-
@import '../components/Toaster/style.scss';
|
29
|
-
@import '../components/TopBar/style.scss';
|
30
|
-
@import '../components/UnsupportedBrowserWindow/style.scss';
|
31
|
-
|
32
|
-
// SHARED Pages
|
33
|
-
|
34
|
-
@import '../pages/PageNotFound/style.scss';
|
35
|
-
@import '../pages/SmallContentPage/style.scss';
|
36
|
-
@import '../pages/ThemeSelector/style.scss';
|
37
|
-
@import '../pages/TimestampRefuse/style.scss';
|
38
|
-
|
39
|
-
// MANAGEMENT
|
40
|
-
|
41
|
-
@import '../../../management/render/components/ClientSecretWindow/style.scss';
|
42
|
-
@import '../../../management/render/pages/Features/style.scss';
|
43
|
-
|
44
|
-
// MODELER
|
45
|
-
@import '../../../modeler/render/components/BlogFeedPanel/style.scss';
|
46
|
-
@import '../../../modeler/render/components/Wizard/style.scss';
|
47
|
-
@import '../../../modeler/render/components/EditorSidebar/style.scss';
|
48
|
-
@import '../../../modeler/render/pages/Home/style.scss';
|
49
|
-
@import '../../../modeler/render/pages/Queries/style.scss';
|
50
|
-
@import '../../../modeler/render/pages/TextTemplates/style.scss';
|
51
|
-
@import '../../../modeler/render/pages/Themes/style.scss';
|
52
|
-
@import '../../../modeler/render/pages/Units/style.scss';
|
53
|
-
@import '../../../modeler/render/pages/Shared/UserInterface/style.scss';
|
54
|
-
// RUNTIME
|
55
|
-
@import '../../../runtime/render/components/RemoteUiDevelopmentWindow/style.scss';
|
56
|
-
@import '../../../runtime/render/pages/Shared/Instances/style.scss';
|
57
|
-
@import '../../../runtime/render/pages/Shared/Instances/HistoryPanel/style.scss';
|
58
|
-
@import '../../../user/render/pages/Tenants/style.scss';
|
@@ -1,210 +0,0 @@
|
|
1
|
-
@import 'bootstrap-color-system';
|
2
|
-
|
3
|
-
// GENERAL
|
4
|
-
$content-size: 96% !default;
|
5
|
-
$color-page-indicator-bar-height: 0.25rem !default;
|
6
|
-
$section-border-color: rgba(0, 0, 0, 0.16) !default;
|
7
|
-
|
8
|
-
// SIDE PANEL
|
9
|
-
// The right-side panel that is open when the user access to Notifications or History for instance.
|
10
|
-
$side-panel-bg-color: $body-bg !default;
|
11
|
-
$side-panel-min-size-open: 300px !default;
|
12
|
-
$side-panel-size-sm-open: 70% !default;
|
13
|
-
$side-panel-border-color: $section-border-color !default;
|
14
|
-
|
15
|
-
// SIDEBAR
|
16
|
-
// Sidebar menu
|
17
|
-
$sidebar-bg-color: $body-bg !default;
|
18
|
-
$sidebar-border-color: $section-border-color !default;
|
19
|
-
$sidebar-color: $body-color !default;
|
20
|
-
$sidebar-icon-color: lighten($sidebar-color, 35%) !default;
|
21
|
-
$sidebar-min-size: 50px !default;
|
22
|
-
$sidebar-min-size-open: $side-panel-min-size-open !default;
|
23
|
-
$sidebar-height-sm-open: 50px !default;
|
24
|
-
$sidebar-size-sm: $sidebar-min-size !default;
|
25
|
-
$sidebar-size-sm-open: $side-panel-size-sm-open !default;
|
26
|
-
|
27
|
-
// TOPBAR
|
28
|
-
// Topbar navigation
|
29
|
-
$topbar-height: 56px !default;
|
30
|
-
$topbar-bg-color: $body-bg !default;
|
31
|
-
$topbar-border-color: $section-border-color !default;
|
32
|
-
$topbar-color: $body-color !default;
|
33
|
-
|
34
|
-
// Colors map
|
35
|
-
$colors: (
|
36
|
-
'Success': $success,
|
37
|
-
'Danger': $danger,
|
38
|
-
'Warning': $warning,
|
39
|
-
'Info': $info,
|
40
|
-
'AliceBlue': AliceBlue,
|
41
|
-
'AntiqueWhite': AntiqueWhite,
|
42
|
-
'Aqua': Aqua,
|
43
|
-
'Aquamarine': Aquamarine,
|
44
|
-
'Azure': Azure,
|
45
|
-
'Beige': Beige,
|
46
|
-
'Bisque': Bisque,
|
47
|
-
'Black': Black,
|
48
|
-
'BlanchedAlmond': BlanchedAlmond,
|
49
|
-
'Blue': Blue,
|
50
|
-
'BlueViolet': BlueViolet,
|
51
|
-
'Brown': Brown,
|
52
|
-
'BurlyWood': BurlyWood,
|
53
|
-
'CadetBlue': CadetBlue,
|
54
|
-
'Chartreuse': Chartreuse,
|
55
|
-
'Chocolate': Chocolate,
|
56
|
-
'Coral': Coral,
|
57
|
-
'CornflowerBlue': CornflowerBlue,
|
58
|
-
'Cornsilk': Cornsilk,
|
59
|
-
'Crimson': Crimson,
|
60
|
-
'Cyan': Cyan,
|
61
|
-
'DarkBlue': DarkBlue,
|
62
|
-
'DarkCyan': DarkCyan,
|
63
|
-
'DarkGoldenRod': DarkGoldenRod,
|
64
|
-
'DarkGray': DarkGray,
|
65
|
-
'DarkGreen': DarkGreen,
|
66
|
-
'DarkKhaki': DarkKhaki,
|
67
|
-
'DarkMagenta': DarkMagenta,
|
68
|
-
'DarkOliveGreen': DarkOliveGreen,
|
69
|
-
'DarkOrange': DarkOrange,
|
70
|
-
'DarkOrchid': DarkOrchid,
|
71
|
-
'DarkRed': DarkRed,
|
72
|
-
'DarkSalmon': DarkSalmon,
|
73
|
-
'DarkSeaGreen': DarkSeaGreen,
|
74
|
-
'DarkSlateBlue': DarkSlateBlue,
|
75
|
-
'DarkSlateGray': DarkSlateGray,
|
76
|
-
'DarkTurquoise': DarkTurquoise,
|
77
|
-
'DarkViolet': DarkViolet,
|
78
|
-
'DeepPink': DeepPink,
|
79
|
-
'DeepSkyBlue': DeepSkyBlue,
|
80
|
-
'DimGray': DimGray,
|
81
|
-
'DodgerBlue': DodgerBlue,
|
82
|
-
'FireBrick': FireBrick,
|
83
|
-
'FloralWhite': FloralWhite,
|
84
|
-
'ForestGreen': ForestGreen,
|
85
|
-
'Fuchsia': Fuchsia,
|
86
|
-
'Gainsboro': Gainsboro,
|
87
|
-
'GhostWhite': GhostWhite,
|
88
|
-
'Gold': Gold,
|
89
|
-
'GoldenRod': GoldenRod,
|
90
|
-
'Grey': Grey,
|
91
|
-
'Green': Green,
|
92
|
-
'GreenYellow': GreenYellow,
|
93
|
-
'HoneyDew': HoneyDew,
|
94
|
-
'HotPink': HotPink,
|
95
|
-
'IndianRed': IndianRed,
|
96
|
-
'Indigo': Indigo,
|
97
|
-
'Ivory': Ivory,
|
98
|
-
'Khaki': Khaki,
|
99
|
-
'Lavender': Lavender,
|
100
|
-
'LavenderBlush': LavenderBlush,
|
101
|
-
'LawnGreen': LawnGreen,
|
102
|
-
'LemonChiffon': LemonChiffon,
|
103
|
-
'LightBlue': LightBlue,
|
104
|
-
'LightCoral': LightCoral,
|
105
|
-
'LightCyan': LightCyan,
|
106
|
-
'LightGoldenRodYellow': LightGoldenRodYellow,
|
107
|
-
'LightGray': LightGray,
|
108
|
-
'LightGreen': LightGreen,
|
109
|
-
'LightPink': LightPink,
|
110
|
-
'LightSalmon': LightSalmon,
|
111
|
-
'LightSeaGreen': LightSeaGreen,
|
112
|
-
'LightSkyBlue': LightSkyBlue,
|
113
|
-
'LightSlateGray': LightSlateGray,
|
114
|
-
'LightSteelBlue': LightSteelBlue,
|
115
|
-
'LightYellow': LightYellow,
|
116
|
-
'Lime': Lime,
|
117
|
-
'LimeGreen': LimeGreen,
|
118
|
-
'Linen': Linen,
|
119
|
-
'Magenta': Magenta,
|
120
|
-
'Maroon': Maroon,
|
121
|
-
'MediumAquaMarine': MediumAquaMarine,
|
122
|
-
'MediumBlue': MediumBlue,
|
123
|
-
'MediumOrchid': MediumOrchid,
|
124
|
-
'MediumPurple': MediumPurple,
|
125
|
-
'MediumSeaGreen': MediumSeaGreen,
|
126
|
-
'MediumSlateBlue': MediumSlateBlue,
|
127
|
-
'MediumSpringGreen': MediumSpringGreen,
|
128
|
-
'MediumTurquoise': MediumTurquoise,
|
129
|
-
'MediumVioletRed': MediumVioletRed,
|
130
|
-
'MidnightBlue': MidnightBlue,
|
131
|
-
'MintCream': MintCream,
|
132
|
-
'MistyRose': MistyRose,
|
133
|
-
'Moccasin': Moccasin,
|
134
|
-
'NavajoWhite': NavajoWhite,
|
135
|
-
'Navy': Navy,
|
136
|
-
'OldLace': OldLace,
|
137
|
-
'Olive': Olive,
|
138
|
-
'OliveDrab': OliveDrab,
|
139
|
-
'Orange': Orange,
|
140
|
-
'OrangeRed': OrangeRed,
|
141
|
-
'Orchid': Orchid,
|
142
|
-
'PaleGoldenRod': PaleGoldenRod,
|
143
|
-
'PaleGreen': PaleGreen,
|
144
|
-
'PaleTurquoise': PaleTurquoise,
|
145
|
-
'PaleVioletRed': PaleVioletRed,
|
146
|
-
'PapayaWhip': PapayaWhip,
|
147
|
-
'PeachPuff': PeachPuff,
|
148
|
-
'Peru': Peru,
|
149
|
-
'Pink': Pink,
|
150
|
-
'Plum': Plum,
|
151
|
-
'PowderBlue': PowderBlue,
|
152
|
-
'Purple': Purple,
|
153
|
-
'RebeccaPurple': RebeccaPurple,
|
154
|
-
'Red': Red,
|
155
|
-
'RosyBrown': RosyBrown,
|
156
|
-
'RoyalBlue': RoyalBlue,
|
157
|
-
'SaddleBrown': SaddleBrown,
|
158
|
-
'Salmon': Salmon,
|
159
|
-
'SandyBrown': SandyBrown,
|
160
|
-
'SeaGreen': SeaGreen,
|
161
|
-
'SeaShell': SeaShell,
|
162
|
-
'Sienna': Sienna,
|
163
|
-
'Silver': Silver,
|
164
|
-
'SkyBlue': SkyBlue,
|
165
|
-
'SlateBlue': SlateBlue,
|
166
|
-
'SlateGray': SlateGray,
|
167
|
-
'Snow': Snow,
|
168
|
-
'SpringGreen': SpringGreen,
|
169
|
-
'SteelBlue': SteelBlue,
|
170
|
-
'Tan': Tan,
|
171
|
-
'Teal': Teal,
|
172
|
-
'Thistle': Thistle,
|
173
|
-
'Tomato': Tomato,
|
174
|
-
'Turquoise': Turquoise,
|
175
|
-
'Violet': Violet,
|
176
|
-
'Wheat': Wheat,
|
177
|
-
'White': White,
|
178
|
-
'WhiteSmoke': WhiteSmoke,
|
179
|
-
'Yellow': Yellow,
|
180
|
-
'YellowGreen': YellowGreen,
|
181
|
-
);
|
182
|
-
//Generate Color classes
|
183
|
-
@each $name, $value in $colors {
|
184
|
-
.color-#{$name} {
|
185
|
-
color: $value !important;
|
186
|
-
}
|
187
|
-
}
|
188
|
-
|
189
|
-
// Generate Background-Color classes
|
190
|
-
@each $name, $value in $colors {
|
191
|
-
.bg-#{$name} {
|
192
|
-
background-color: $value !important;
|
193
|
-
}
|
194
|
-
}
|
195
|
-
|
196
|
-
// Generate Border classes
|
197
|
-
@each $name, $value in $colors {
|
198
|
-
.border-#{$name} {
|
199
|
-
border-color: $value !important;
|
200
|
-
}
|
201
|
-
}
|
202
|
-
|
203
|
-
// Generate Hover classes
|
204
|
-
@each $name, $value in $colors {
|
205
|
-
.hover-#{$name} {
|
206
|
-
&:hover {
|
207
|
-
color: $value !important;
|
208
|
-
}
|
209
|
-
}
|
210
|
-
}
|
@@ -1,40 +0,0 @@
|
|
1
|
-
.help-button {
|
2
|
-
z-index: 1000 !important;
|
3
|
-
}
|
4
|
-
|
5
|
-
.react-datepicker__input-container {
|
6
|
-
z-index: 1000 !important;
|
7
|
-
}
|
8
|
-
|
9
|
-
.react-datepicker-wrapper_picker {
|
10
|
-
z-index: 1001 !important;
|
11
|
-
}
|
12
|
-
|
13
|
-
.floating-right-btn,
|
14
|
-
.build-button {
|
15
|
-
z-index: 1010 !important;
|
16
|
-
}
|
17
|
-
|
18
|
-
.sidebar-container {
|
19
|
-
z-index: 1020 !important;
|
20
|
-
}
|
21
|
-
|
22
|
-
.notification-center-container {
|
23
|
-
z-index: 1020 !important;
|
24
|
-
}
|
25
|
-
|
26
|
-
.color-navigation-bar {
|
27
|
-
z-index: 1035 !important;
|
28
|
-
}
|
29
|
-
|
30
|
-
.react-datepicker-popper {
|
31
|
-
z-index: 1060 !important;
|
32
|
-
}
|
33
|
-
|
34
|
-
.dropdown-menu {
|
35
|
-
z-index: 2500 !important;
|
36
|
-
}
|
37
|
-
|
38
|
-
.toaster {
|
39
|
-
z-index: 3000 !important;
|
40
|
-
}
|
@@ -1,41 +0,0 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
.tenant-selection-page {
|
4
|
-
thead,
|
5
|
-
.list-records-number {
|
6
|
-
display: none;
|
7
|
-
}
|
8
|
-
|
9
|
-
.list-footer {
|
10
|
-
background-color: transparent;
|
11
|
-
border: none;
|
12
|
-
padding: 0.5rem 0 0 0;
|
13
|
-
}
|
14
|
-
|
15
|
-
.table {
|
16
|
-
border: none;
|
17
|
-
}
|
18
|
-
|
19
|
-
td {
|
20
|
-
padding: 0.25rem 0;
|
21
|
-
|
22
|
-
button {
|
23
|
-
padding: 0;
|
24
|
-
font-size: 1.1rem;
|
25
|
-
}
|
26
|
-
|
27
|
-
small {
|
28
|
-
font-size: $font-size-sm;
|
29
|
-
}
|
30
|
-
}
|
31
|
-
|
32
|
-
tbody td {
|
33
|
-
font-size: 125%;
|
34
|
-
}
|
35
|
-
|
36
|
-
.table-bordered td {
|
37
|
-
border-top: none;
|
38
|
-
border-right: none;
|
39
|
-
border-left: none;
|
40
|
-
}
|
41
|
-
}
|