@natec/mef-dev-ui-kit 0.0.2 → 0.0.5
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/esm2020/lib/markup-kit/card/card/card.component.mjs +3 -4
- package/esm2020/lib/markup-kit/card/card-long/card-long.component.mjs +2 -2
- package/esm2020/lib/markup-kit/card/card-simple/card-simple.component.mjs +2 -2
- package/esm2020/lib/markup-kit/card/card.module.mjs +2 -6
- package/esm2020/lib/markup-kit/card/index.mjs +2 -1
- package/esm2020/lib/markup-kit/collapse/collapse/collapse.component.mjs +3 -3
- package/esm2020/lib/markup-kit/modals/markup-kit.module.mjs +1 -5
- package/esm2020/lib/markup-kit/page-layouts/manage-page/manage-page.component.mjs +2 -2
- package/esm2020/lib/markup-kit/page-layouts/page-layouts.module.mjs +1 -5
- package/esm2020/lib/markup-kit/page-layouts/profile/profile.component.mjs +2 -2
- package/esm2020/lib/markup-kit/utils/help-block/help-block.component.mjs +9 -6
- package/esm2020/lib/markup-kit/utils/help-block/hepl-block.module.mjs +4 -8
- package/esm2020/lib/pg-components/card/card.components.mjs +3 -4
- package/esm2020/lib/pg-components/card/card.module.mjs +4 -5
- package/fesm2015/natec-mef-dev-ui-kit.mjs +31 -41
- package/fesm2015/natec-mef-dev-ui-kit.mjs.map +1 -1
- package/fesm2020/natec-mef-dev-ui-kit.mjs +31 -41
- package/fesm2020/natec-mef-dev-ui-kit.mjs.map +1 -1
- package/lib/fronts/lato/lato-bold.eot +0 -0
- package/lib/fronts/lato/lato-bold.otf +0 -0
- package/lib/fronts/lato/lato-bold.svg +78356 -0
- package/lib/fronts/lato/lato-bold.ttf +0 -0
- package/lib/fronts/lato/lato-bold.woff +0 -0
- package/lib/fronts/lato/lato-bold.woff2 +0 -0
- package/lib/fronts/lato/lato-regular.eot +0 -0
- package/lib/fronts/lato/lato-regular.otf +0 -0
- package/lib/fronts/lato/lato-regular.svg +78251 -0
- package/lib/fronts/lato/lato-regular.ttf +0 -0
- package/lib/fronts/lato/lato-regular.woff +0 -0
- package/lib/fronts/lato/lato-regular.woff2 +0 -0
- package/lib/fronts/main-img-font/icomoon.eot +0 -0
- package/lib/fronts/main-img-font/icomoon.svg +57 -0
- package/lib/fronts/main-img-font/icomoon.ttf +0 -0
- package/lib/fronts/main-img-font/icomoon.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-Bold.ttf +0 -0
- package/lib/fronts/montserrat/Montserrat-Bold.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-Bold.woff2 +0 -0
- package/lib/fronts/montserrat/Montserrat-Light.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-Light.woff2 +0 -0
- package/lib/fronts/montserrat/Montserrat-Medium.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-Medium.woff2 +0 -0
- package/lib/fronts/montserrat/Montserrat-Regular.ttf +0 -0
- package/lib/fronts/montserrat/Montserrat-Regular.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-Regular.woff2 +0 -0
- package/lib/fronts/montserrat/Montserrat-SemiBold.woff +0 -0
- package/lib/fronts/montserrat/Montserrat-SemiBold.woff2 +0 -0
- package/lib/fronts/montserrat/montserrat-bold-webfont.svg +1462 -0
- package/lib/fronts/montserrat/montserrat-regular-webfont.svg +1317 -0
- package/lib/fronts/pgicon/Pages-icon.eot +0 -0
- package/lib/fronts/pgicon/Pages-icon.svg +112 -0
- package/lib/fronts/pgicon/Pages-icon.ttf +0 -0
- package/lib/fronts/pgicon/Pages-icon.woff +0 -0
- package/lib/img/editor_tray_2x.png +0 -0
- package/lib/img/noti-cross-2x.png +0 -0
- package/lib/img/progress-circle-lg-master-static.svg +8 -0
- package/lib/img/progress-circle-lg-master.svg +13 -0
- package/lib/img/progress-circle-lg-white-static.svg +8 -0
- package/lib/img/progress-circle-lg-white.svg +13 -0
- package/lib/markup-kit/card/card.module.d.ts +1 -2
- package/lib/markup-kit/card/index.d.ts +1 -0
- package/lib/markup-kit/modals/markup-kit.module.d.ts +3 -4
- package/lib/markup-kit/page-layouts/page-layouts.module.d.ts +2 -3
- package/lib/markup-kit/utils/help-block/help-block.component.d.ts +2 -1
- package/lib/markup-kit/utils/help-block/hepl-block.module.d.ts +1 -2
- package/lib/pg-components/card/card.module.d.ts +1 -2
- package/package.json +23 -15
- package/src/lib/styles/fonts.scss +262 -0
- package/src/lib/styles/pg/_color.scss +689 -0
- package/src/lib/styles/pg/_dropdown.scss +38 -0
- package/src/lib/styles/pg/_mixins.scss +1010 -0
- package/src/lib/styles/pg/_responsive.scss +1140 -0
- package/src/lib/styles/pg/_var.scss +198 -0
- package/src/lib/styles/pg/core.scss +276 -0
- package/src/lib/styles/pg/icons.scss +330 -0
- package/src/lib/styles/pg/modules/_breadcrumb.scss +66 -0
- package/src/lib/styles/pg/modules/_buttons.scss +65 -0
- package/src/lib/styles/pg/modules/_cards.scss +417 -0
- package/src/lib/styles/pg/modules/_form_elements.scss +1335 -0
- package/src/lib/styles/pg/modules/_header.scss +259 -0
- package/src/lib/styles/pg/modules/_horizontal-layout.scss +183 -0
- package/src/lib/styles/pg/modules/_horizontal_menu.scss +344 -0
- package/src/lib/styles/pg/modules/_jqx.scss +11 -0
- package/src/lib/styles/pg/modules/_layout.scss +180 -0
- package/src/lib/styles/pg/modules/_lock_screen.scss +92 -0
- package/src/lib/styles/pg/modules/_login.scss +62 -0
- package/src/lib/styles/pg/modules/_misc.scss +703 -0
- package/src/lib/styles/pg/modules/_modals.scss +281 -0
- package/src/lib/styles/pg/modules/_print.scss +32 -0
- package/src/lib/styles/pg/modules/_secondary-sidebar.scss +243 -0
- package/src/lib/styles/pg/modules/_select.scss +599 -0
- package/src/lib/styles/pg/modules/_sidebar.scss +413 -0
- package/src/lib/styles/pg/modules/_switch.scss +144 -0
- package/src/lib/styles/pg/modules/_tabs.scss +336 -0
- package/src/lib/styles/pg/modules/_tabs_accordian.scss +662 -0
- package/src/lib/styles/pg/modules/_timepicker.scss +34 -0
- package/src/lib/styles/pg/modules/_typography.scss +743 -0
- package/src/lib/styles/pg/modules/_uploader.scss +226 -0
- package/src/lib/styles/pg/modules/_view.scss +127 -0
- package/src/lib/styles/pg/modules/_z_index.scss +33 -0
- package/src/lib/styles/pg/toaster.scss +22 -0
- package/src/lib/styles/pg/utils.scss +32 -0
- package/src/lib/styles/pg/vendor/ng-datatable.scss +263 -0
- package/src/lib/styles/pg/vendor/ngx-google-map.scss +18 -0
- package/src/lib/styles/pg/vendor/typehead.scss +29 -0
- package/esm2020/mef-dev-ui-kit.mjs +0 -5
- package/fesm2015/mef-dev-ui-kit.mjs +0 -3190
- package/fesm2015/mef-dev-ui-kit.mjs.map +0 -1
- package/fesm2020/mef-dev-ui-kit.mjs +0 -3183
- package/fesm2020/mef-dev-ui-kit.mjs.map +0 -1
- package/mef-dev-ui-kit.d.ts +0 -5
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
// Pages Default Theme
|
|
2
|
+
// --------------------------------------------------
|
|
3
|
+
// Copyright Reserved Revox - 2014
|
|
4
|
+
// --------------------------------------------------
|
|
5
|
+
|
|
6
|
+
@import '../designe-colors.scss';
|
|
7
|
+
@import '../fonts.scss';
|
|
8
|
+
|
|
9
|
+
$base-img-url: "../img" ;
|
|
10
|
+
$assets-url: "../../assets" ;
|
|
11
|
+
|
|
12
|
+
// Global Color
|
|
13
|
+
// --------------------------------------------------
|
|
14
|
+
// Base Grey Guided Color * change only $base-light
|
|
15
|
+
// --------------------------------------------------
|
|
16
|
+
|
|
17
|
+
//Base Grey Color
|
|
18
|
+
$color-master: $Light-Gray-1 ;
|
|
19
|
+
|
|
20
|
+
// Lighter Grey colors
|
|
21
|
+
$color-master-light:mix($color-master, #fff, 16%) ;
|
|
22
|
+
$color-master-lighter:mix($color-master, #fff, 9.5%) ;
|
|
23
|
+
$color-master-lightest:mix($color-master, #fff, 3%) ;
|
|
24
|
+
|
|
25
|
+
// Darker Grey colors
|
|
26
|
+
$color-master-dark:mix($color-master, #000, 45%) ;
|
|
27
|
+
$color-master-darker:mix($color-master, #000, 27%) ;
|
|
28
|
+
$color-master-darkest:mix($color-master, #000, 18%) ;
|
|
29
|
+
|
|
30
|
+
$color-white: #fff ;
|
|
31
|
+
$color-black: #000 ;
|
|
32
|
+
|
|
33
|
+
$color-success: $Green ;
|
|
34
|
+
$color-complete : #48b0f7 ;
|
|
35
|
+
$color-primary: #6d5cae ;
|
|
36
|
+
$color-warning: #f8d053 ;
|
|
37
|
+
$color-danger: $Red ;
|
|
38
|
+
$color-info: $Dark-Gray-1;
|
|
39
|
+
|
|
40
|
+
$base-font-family: Lato-Regular, Lato-Bold, montserrat-regular, montserrat-bold, montserrat-light;
|
|
41
|
+
|
|
42
|
+
// Menu Vars
|
|
43
|
+
// --------------------------------------------------
|
|
44
|
+
//Menu Animation Curve
|
|
45
|
+
$menu-bezier:.05, .74, .27, .99 ;
|
|
46
|
+
$menu-icon-size:40px ;
|
|
47
|
+
$color-menu :#2b303b ;
|
|
48
|
+
$color-menu-dark :mix($color-menu, #000, 77%) ;
|
|
49
|
+
$color-menu-darker :mix($color-menu, #000, 90%) ;
|
|
50
|
+
|
|
51
|
+
//Generating Menu font color
|
|
52
|
+
$menu-mix-temp : mix($color-menu, #fff, 92%) ;
|
|
53
|
+
$menu :blend-hardlight($menu-mix-temp,#fff) ;
|
|
54
|
+
$color-menu-light :$menu !global;
|
|
55
|
+
//Menu Font Color
|
|
56
|
+
$color-menu-link-hover:#fff ;
|
|
57
|
+
|
|
58
|
+
// Body
|
|
59
|
+
// --------------------------------------------------
|
|
60
|
+
$body-background: $color-master-lightest ;
|
|
61
|
+
$body-color: $color-master ;
|
|
62
|
+
$body-font-family : $base-font-family ;
|
|
63
|
+
$body-font-size : 13px ;
|
|
64
|
+
|
|
65
|
+
// Layout
|
|
66
|
+
// --------------------------------------------------
|
|
67
|
+
$layout-header-height:60px ;
|
|
68
|
+
$layout-mobile-header-height:48px ;
|
|
69
|
+
$layout-mobile-logo-scale:0.8 ;
|
|
70
|
+
$layout-sidepanel-width-collapsed : 70px ;
|
|
71
|
+
$layout-sidepanel-width:280px ;
|
|
72
|
+
$layout-sidepanel-pin-width:250px ;
|
|
73
|
+
$layout-right-quickview-width: 285px ;
|
|
74
|
+
$layout-user-profile-margin:25px ;
|
|
75
|
+
$layout-container-fixed-lg: 1700px ;
|
|
76
|
+
|
|
77
|
+
$layout-gutter-sm : 5px ;
|
|
78
|
+
|
|
79
|
+
//Horizontal Dropdown
|
|
80
|
+
//---------------------------------------------------
|
|
81
|
+
$navbar-width:45px;
|
|
82
|
+
$menu-padding:25px;
|
|
83
|
+
|
|
84
|
+
$header-lg-height:75px;
|
|
85
|
+
$header-md-height:51px;
|
|
86
|
+
$header-sm-height:50px;
|
|
87
|
+
|
|
88
|
+
// Panels
|
|
89
|
+
$panel-border-color: rgba(0, 0, 0, 0.07) ;
|
|
90
|
+
$panel-padding: 20px ;
|
|
91
|
+
$panel-heading-padding: $panel-padding $panel-padding 7px $panel-padding ;
|
|
92
|
+
$panel-heading-min-height: 48px ;
|
|
93
|
+
$panel-condensed-heading-padding: 13px 13px 0 13px ;
|
|
94
|
+
$panel-condensed-body-padding: 13px ;
|
|
95
|
+
$panel-condensed-heading-min-height: 48px ;
|
|
96
|
+
|
|
97
|
+
//Forms
|
|
98
|
+
$form-group-height: 54px ;
|
|
99
|
+
$form-control-border-color: $Light-Gray-3 ;
|
|
100
|
+
|
|
101
|
+
//Dashboard
|
|
102
|
+
$dashboard-background : #f5f5f5 ;
|
|
103
|
+
|
|
104
|
+
//Mixing Color varriable for creating both light and dark colors
|
|
105
|
+
$mix-percentage-dark: 81% ;
|
|
106
|
+
$mix-percentage-darker: 60% ;
|
|
107
|
+
$mix-percentage-light: 80% ;
|
|
108
|
+
$mix-percentage-lighter: 20% ;
|
|
109
|
+
|
|
110
|
+
//Lighter colors
|
|
111
|
+
$color-success-light: mix($color-success, $color-white, $mix-percentage-light) ;
|
|
112
|
+
$color-success-lighter: mix($color-success, $color-white, $mix-percentage-lighter) ;
|
|
113
|
+
|
|
114
|
+
$color-complete-light: mix($color-complete, $color-white, $mix-percentage-light) ;
|
|
115
|
+
$color-complete-lighter: mix($color-complete, $color-white, $mix-percentage-lighter) ;
|
|
116
|
+
|
|
117
|
+
$color-primary-light: mix($color-primary, $color-white, $mix-percentage-light) ;
|
|
118
|
+
$color-primary-lighter: mix($color-primary, $color-white, $mix-percentage-lighter) ;
|
|
119
|
+
|
|
120
|
+
$color-warning-light: mix($color-warning, $color-white, $mix-percentage-light) ;
|
|
121
|
+
$color-warning-lighter: mix($color-warning, $color-white, $mix-percentage-lighter) ;
|
|
122
|
+
|
|
123
|
+
$color-danger-light: mix($color-danger, $color-white, $mix-percentage-light) ;
|
|
124
|
+
$color-danger-lighter: mix($color-danger, $color-white, $mix-percentage-lighter) ;
|
|
125
|
+
|
|
126
|
+
$color-info-light: mix($color-info, $color-white, $mix-percentage-light) ;
|
|
127
|
+
$color-info-lighter: mix($color-info, $color-white, $mix-percentage-lighter) ;
|
|
128
|
+
|
|
129
|
+
//Darker colors
|
|
130
|
+
$color-success-dark: mix($color-success, $color-black, $mix-percentage-dark) ;
|
|
131
|
+
$color-success-darker: mix($color-success, $color-black, $mix-percentage-darker) ;
|
|
132
|
+
|
|
133
|
+
$color-complete-dark: mix($color-complete, $color-black, $mix-percentage-dark) ;
|
|
134
|
+
$color-complete-darker: mix($color-complete, $color-black, $mix-percentage-darker) ;
|
|
135
|
+
|
|
136
|
+
$color-primary-dark: mix($color-primary, $color-black, $mix-percentage-dark) ;
|
|
137
|
+
$color-primary-darker: mix($color-primary, $color-black, $mix-percentage-darker) ;
|
|
138
|
+
|
|
139
|
+
$color-warning-dark: mix($color-warning, $color-black, $mix-percentage-dark) ;
|
|
140
|
+
$color-warning-darker: mix($color-warning, $color-black, $mix-percentage-darker) ;
|
|
141
|
+
|
|
142
|
+
$color-danger-dark: mix($color-danger, $color-black, $mix-percentage-dark) ;
|
|
143
|
+
$color-danger-darker: mix($color-danger, $color-black, $mix-percentage-darker) ;
|
|
144
|
+
|
|
145
|
+
$color-info-dark: mix($color-info, $color-black, $mix-percentage-dark) ;
|
|
146
|
+
$color-info-darker: mix($color-info, $color-black, $mix-percentage-darker) ;
|
|
147
|
+
|
|
148
|
+
// Email colors
|
|
149
|
+
// $sidebar-background-color : $color-menu-dark ;
|
|
150
|
+
$_sidebar-background-color: blend-multiply($color-menu-light, $color-menu-light);
|
|
151
|
+
$sidebar-background-color : mix($_sidebar-background-color , #000, 80%);
|
|
152
|
+
|
|
153
|
+
$secondary-sidebar-width : 250px;
|
|
154
|
+
// Components
|
|
155
|
+
// --------------------------------------------------
|
|
156
|
+
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
|
|
157
|
+
|
|
158
|
+
//$padding-base-vertical: 6px ;
|
|
159
|
+
$padding-base-horizontal: 17px ;
|
|
160
|
+
|
|
161
|
+
// $padding-lg-vertical: 28px ;
|
|
162
|
+
$padding-lg-horizontal: 28px ;
|
|
163
|
+
|
|
164
|
+
// $padding-sm-vertical: 5px ;
|
|
165
|
+
$padding-sm-horizontal: 16px ;
|
|
166
|
+
|
|
167
|
+
$padding-xs-vertical: 2px ;
|
|
168
|
+
$padding-xs-horizontal: 9px ;
|
|
169
|
+
|
|
170
|
+
$zIndex-1: 100;
|
|
171
|
+
$zIndex-2: 200;
|
|
172
|
+
$zIndex-3: 300;
|
|
173
|
+
$zIndex-4: 400;
|
|
174
|
+
$zIndex-5: 500;
|
|
175
|
+
$zIndex-6: 600;
|
|
176
|
+
$zIndex-7: 700;
|
|
177
|
+
$zIndex-8: 800;
|
|
178
|
+
$zIndex-9: 900;
|
|
179
|
+
$zIndex-10: 1000;
|
|
180
|
+
|
|
181
|
+
//TODO: add all components
|
|
182
|
+
// z-index applications
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
$zIndex-sidebar : $zIndex-10;
|
|
186
|
+
$zIndex-tooltips : $zIndex-10;
|
|
187
|
+
$zIndex-quickview: $zIndex-10;
|
|
188
|
+
$zIndex-horizontal-menu-mobile: $zIndex-10;
|
|
189
|
+
$zIndex-notifications : $zIndex-9;
|
|
190
|
+
$zIndex-navbar : $zIndex-8;
|
|
191
|
+
$zIndex-dropdown : $zIndex-7;
|
|
192
|
+
$zIndex-dropdownMask : $zIndex-6;
|
|
193
|
+
$zIndex-portlet : $zIndex-6;
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
$zIndex-navbar : $zIndex-5;
|
|
197
|
+
$zIndex-sidebar : $zIndex-10;
|
|
198
|
+
$zIndex-tooltips : $zIndex-10;
|
|
@@ -0,0 +1,276 @@
|
|
|
1
|
+
//Core Libs
|
|
2
|
+
|
|
3
|
+
@use '../designe-colors.scss' as c;
|
|
4
|
+
@use '../fonts.scss';
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
@import 'toaster.scss';
|
|
8
|
+
@import '_color.scss';
|
|
9
|
+
@import '_mixins.scss';
|
|
10
|
+
@import 'modules/_z_index.scss';
|
|
11
|
+
|
|
12
|
+
//Theme Var
|
|
13
|
+
@import '_var.scss';
|
|
14
|
+
|
|
15
|
+
@import "_dropdown.scss";
|
|
16
|
+
@import "modules/_layout.scss";
|
|
17
|
+
@import "modules/_sidebar.scss";
|
|
18
|
+
@import "modules/_secondary-sidebar.scss";
|
|
19
|
+
@import "modules/_header.scss";
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
//UI Components
|
|
23
|
+
@import "icons.scss";
|
|
24
|
+
@import "modules/_typography.scss";
|
|
25
|
+
@import "modules/_jqx.scss";
|
|
26
|
+
@import "modules/_breadcrumb.scss";
|
|
27
|
+
@import "modules/_buttons.scss";
|
|
28
|
+
@import "modules/_tabs_accordian.scss";
|
|
29
|
+
@import "modules/_modals.scss";
|
|
30
|
+
|
|
31
|
+
//Pages Components
|
|
32
|
+
@import "modules/_timepicker.scss";
|
|
33
|
+
@import "modules/_select.scss";
|
|
34
|
+
@import "modules/_switch.scss";
|
|
35
|
+
@import "modules/_tabs.scss";
|
|
36
|
+
@import "modules/_uploader.scss";
|
|
37
|
+
|
|
38
|
+
//View
|
|
39
|
+
@import "modules/_view.scss";
|
|
40
|
+
|
|
41
|
+
//Cards
|
|
42
|
+
@import "modules/_cards.scss";
|
|
43
|
+
|
|
44
|
+
//Form Elements
|
|
45
|
+
@import "modules/_form_elements.scss";
|
|
46
|
+
|
|
47
|
+
//Login
|
|
48
|
+
@import "modules/_login.scss";
|
|
49
|
+
|
|
50
|
+
//Lock screen
|
|
51
|
+
@import "modules/_lock_screen.scss";
|
|
52
|
+
|
|
53
|
+
//Z-indexes
|
|
54
|
+
@import "modules/z_index.scss";
|
|
55
|
+
|
|
56
|
+
//Misc
|
|
57
|
+
@import "modules/_misc.scss";
|
|
58
|
+
|
|
59
|
+
//Print
|
|
60
|
+
@import "modules/_print.scss";
|
|
61
|
+
|
|
62
|
+
//Misc Helpers
|
|
63
|
+
@import "modules/_misc.scss";
|
|
64
|
+
|
|
65
|
+
//Responsive Classes
|
|
66
|
+
@import "_responsive.scss";
|
|
67
|
+
|
|
68
|
+
//Utils
|
|
69
|
+
@import "utils.scss";
|
|
70
|
+
|
|
71
|
+
//Vendor
|
|
72
|
+
@import "vendor/typehead.scss";
|
|
73
|
+
@import "vendor/ng-datatable.scss";
|
|
74
|
+
@import "vendor/ngx-google-map.scss";
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
$base-img-url: "/assets/images" !global;
|
|
78
|
+
$assets-url: "/assets" !global;
|
|
79
|
+
|
|
80
|
+
.notification-block-header {
|
|
81
|
+
border-bottom: 1px solid #e2e6ea;
|
|
82
|
+
margin: 0;
|
|
83
|
+
padding: 7px 0 7px 30px;
|
|
84
|
+
|
|
85
|
+
span {
|
|
86
|
+
color: #c3b9b9;
|
|
87
|
+
font-weight: 600;
|
|
88
|
+
text-transform: uppercase;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.notification-body>.item {
|
|
93
|
+
overflow-y: scroll;
|
|
94
|
+
height: 100%;
|
|
95
|
+
padding: 0;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.msg {
|
|
99
|
+
.point {
|
|
100
|
+
width: 10px;
|
|
101
|
+
display: inline-block;
|
|
102
|
+
background: #ecc80f;
|
|
103
|
+
height: 10px;
|
|
104
|
+
border-radius: 6px;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.message {
|
|
108
|
+
padding-left: 5px;
|
|
109
|
+
color: black;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
#scrollbar-panel::-webkit-scrollbar-track {
|
|
114
|
+
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
115
|
+
border-radius: 10px;
|
|
116
|
+
background-color: #f5f5f5;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
#scrollbar-panel::-webkit-scrollbar {
|
|
120
|
+
width: 8px;
|
|
121
|
+
background-color: #f5f5f5;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
#scrollbar-panel::-webkit-scrollbar-thumb {
|
|
125
|
+
border-radius: 10px;
|
|
126
|
+
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
127
|
+
background-color: #121212;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.lh-24 {
|
|
131
|
+
line-height: 24px;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.w-100 {
|
|
135
|
+
width: 100%;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.border-none {
|
|
139
|
+
border: none !important;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.p-l-50 {
|
|
143
|
+
padding-left: 50px;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.p-t-15 {
|
|
147
|
+
padding-top: 15px;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.header-menu>.item {
|
|
151
|
+
background: #212020f2;
|
|
152
|
+
margin-right: 0;
|
|
153
|
+
margin-left: 0;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.paragraph-4 {
|
|
157
|
+
color: #c3b9b9;
|
|
158
|
+
font-weight: 600;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.not-close {
|
|
162
|
+
color: #c3b9b9;
|
|
163
|
+
font-weight: 600;
|
|
164
|
+
cursor: pointer;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
a.btn-primary {
|
|
168
|
+
|
|
169
|
+
color: white !important;
|
|
170
|
+
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.lock-btn{
|
|
174
|
+
position: absolute;
|
|
175
|
+
right: -1px;
|
|
176
|
+
top: 15px;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.header{
|
|
180
|
+
border: 0;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.page-container{
|
|
184
|
+
background-color: white;
|
|
185
|
+
overflow-y: hidden;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.gray-bg{
|
|
189
|
+
background-color: c.$Light-Gray-2 ;
|
|
190
|
+
& > .header{
|
|
191
|
+
background-color: c.$Light-Gray-2 ;
|
|
192
|
+
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
.dark-bg{
|
|
196
|
+
& > .header{
|
|
197
|
+
background-color: #010101;
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
.show-mobile{
|
|
201
|
+
@media screen and (min-width: 960px) {
|
|
202
|
+
visibility: hidden;
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
.ql-container {
|
|
207
|
+
height: 240px;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
a:hover *{
|
|
211
|
+
color: c.$Red !important;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.avatar-img-lg{
|
|
215
|
+
max-width: -webkit-fill-available;
|
|
216
|
+
max-height: 150px;
|
|
217
|
+
border-radius: 50%
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.ngx-pagination .current {
|
|
221
|
+
background: #4D4D4D !important;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.jqx-enableselect{
|
|
225
|
+
overflow: auto !important;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight{
|
|
229
|
+
background-color: c.$Light-Gray-3;
|
|
230
|
+
color: #333333
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.p-checkbox .p-checkbox-box.p-highlight{
|
|
234
|
+
background: c.$Dark-Gray-1;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.p-highlight .p-checkbox .p-checkbox-box{
|
|
238
|
+
border: 0;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.p-multiselect{
|
|
242
|
+
border: 1px solid #f3f3f3;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
input[type=checkbox]{
|
|
246
|
+
accent-color: c.$Dark-Gray-2;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.p-inputtext{
|
|
250
|
+
border: 2px solid #F3F3F3;
|
|
251
|
+
width: 100%;
|
|
252
|
+
}
|
|
253
|
+
.p-inputtext:enabled:hover {
|
|
254
|
+
border: 2px solid #F3F3F3;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
.p-inputtext:enabled:focus{
|
|
258
|
+
border: 2px solid #F3F3F3;
|
|
259
|
+
box-shadow: none;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
.p-autocomplete{
|
|
263
|
+
width: 100%;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
.p-autocomplete-panel{
|
|
267
|
+
border: 0;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
a:focus, a:hover, a:active {
|
|
271
|
+
color: c.$Red;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.ngx-datatable.material .datatable-body .datatable-row-detail {
|
|
275
|
+
background: #fff;
|
|
276
|
+
}
|