@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,344 @@
|
|
|
1
|
+
/* Horizontal Menu
|
|
2
|
+
------------------------------------
|
|
3
|
+
*/
|
|
4
|
+
.horizontal-app-menu {
|
|
5
|
+
@include flexbox();
|
|
6
|
+
@include flex-column();
|
|
7
|
+
&.fixed-header{
|
|
8
|
+
overflow: hidden;
|
|
9
|
+
.header {
|
|
10
|
+
position: relative;
|
|
11
|
+
}
|
|
12
|
+
.page-container{
|
|
13
|
+
overflow: scroll;
|
|
14
|
+
overflow-x: hidden;
|
|
15
|
+
-webkit-overflow-scrolling: touch;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
//Header
|
|
19
|
+
.header {
|
|
20
|
+
display: block;
|
|
21
|
+
height: auto;
|
|
22
|
+
border-bottom: none;
|
|
23
|
+
background-color:$color-menu;
|
|
24
|
+
color: $color-menu-light;
|
|
25
|
+
-webkit-flex-shrink: 0;
|
|
26
|
+
-ms-flex-negative: 0;
|
|
27
|
+
flex-shrink: 0;
|
|
28
|
+
.header-inner{
|
|
29
|
+
height: 60px;
|
|
30
|
+
background-color:transparent;
|
|
31
|
+
position: relative;
|
|
32
|
+
color: $color-menu-light;
|
|
33
|
+
}
|
|
34
|
+
.header-lg-height{
|
|
35
|
+
height: $header-lg-height;
|
|
36
|
+
}
|
|
37
|
+
.header-md-height{
|
|
38
|
+
height: $header-md-height;
|
|
39
|
+
}
|
|
40
|
+
.header-sm-height{
|
|
41
|
+
height: $header-sm-height;
|
|
42
|
+
}
|
|
43
|
+
.search-link {
|
|
44
|
+
color: $color-menu-light;
|
|
45
|
+
}
|
|
46
|
+
.header-inner {
|
|
47
|
+
.brand.inline {
|
|
48
|
+
position: relative;
|
|
49
|
+
border-right:1px solid #40444d;
|
|
50
|
+
padding-right:15px;
|
|
51
|
+
margin-right:0px;
|
|
52
|
+
width: auto;
|
|
53
|
+
& > img {
|
|
54
|
+
width: auto;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
.notification-list {
|
|
59
|
+
border: none;
|
|
60
|
+
}
|
|
61
|
+
.title-bar{
|
|
62
|
+
padding-bottom: 18px;
|
|
63
|
+
}
|
|
64
|
+
.page-title{
|
|
65
|
+
color: $color-menu-light;
|
|
66
|
+
font-size: 21px;
|
|
67
|
+
line-height: 21px;
|
|
68
|
+
font-weight: normal;
|
|
69
|
+
margin-bottom: 0;
|
|
70
|
+
margin-left:15px;
|
|
71
|
+
}
|
|
72
|
+
.pg{
|
|
73
|
+
color: $color-menu-light;
|
|
74
|
+
display: block;
|
|
75
|
+
}
|
|
76
|
+
.dropdown-menu{
|
|
77
|
+
z-index: 1000 !important;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
//Main Menu Bar
|
|
81
|
+
.menu-bar{
|
|
82
|
+
@include flexbox();
|
|
83
|
+
@include flex-row();
|
|
84
|
+
position: relative;
|
|
85
|
+
color: $color-menu-light;
|
|
86
|
+
z-index: 500;
|
|
87
|
+
//Globals Nav Items
|
|
88
|
+
ul{
|
|
89
|
+
margin: 0;
|
|
90
|
+
padding: 0;
|
|
91
|
+
list-style: none;
|
|
92
|
+
border-radius:3px;
|
|
93
|
+
li a {
|
|
94
|
+
.arrow{
|
|
95
|
+
position: relative;
|
|
96
|
+
@include flex-inline();
|
|
97
|
+
align-items:center;
|
|
98
|
+
padding-left:15px;
|
|
99
|
+
width: 23px;
|
|
100
|
+
&:before{
|
|
101
|
+
font-size: 16px;
|
|
102
|
+
font-family: FontAwesome;
|
|
103
|
+
height: auto;
|
|
104
|
+
content: "\f104";
|
|
105
|
+
font-weight: 300;
|
|
106
|
+
text-shadow: none;
|
|
107
|
+
position: relative;
|
|
108
|
+
top: 2px;
|
|
109
|
+
@include rotate(-90deg);
|
|
110
|
+
@include transition(all 0.12s ease);
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
li{
|
|
115
|
+
line-height: 24px;
|
|
116
|
+
.sub-menu{
|
|
117
|
+
padding: 0;
|
|
118
|
+
left:50%;
|
|
119
|
+
top: 0;
|
|
120
|
+
position: absolute;
|
|
121
|
+
visibility: hidden;
|
|
122
|
+
opacity: 0;
|
|
123
|
+
min-width: calc(100% + 4px);
|
|
124
|
+
padding: 18px $menu-padding;
|
|
125
|
+
background: #fff;
|
|
126
|
+
z-index: 1;
|
|
127
|
+
position: absolute;
|
|
128
|
+
@include box-shadow(0px 0px 16px 0px rgba(0, 0, 0, 0.08));
|
|
129
|
+
@include translate3d(15px, 0, 0);
|
|
130
|
+
@include transition(all 0.15s ease-in);
|
|
131
|
+
li a{
|
|
132
|
+
min-width: 50px;
|
|
133
|
+
width: 100%;
|
|
134
|
+
padding: 4px 0;
|
|
135
|
+
white-space: nowrap;
|
|
136
|
+
overflow: hidden;
|
|
137
|
+
text-overflow: ellipsis;
|
|
138
|
+
display: block;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
&:hover{
|
|
142
|
+
& > .sub-menu{
|
|
143
|
+
visibility: visible;
|
|
144
|
+
opacity: 1;
|
|
145
|
+
@include translate3d(34%, 0, 0);
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
&.more{
|
|
149
|
+
.pg{
|
|
150
|
+
position: relative;
|
|
151
|
+
top:4px;
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
//Level One
|
|
157
|
+
& > ul {
|
|
158
|
+
@include flexbox();
|
|
159
|
+
-webkit-box-orient: horizontal;
|
|
160
|
+
-webkit-box-direction: normal;
|
|
161
|
+
-ms-flex-flow: row nowrap;
|
|
162
|
+
flex-flow: row nowrap;
|
|
163
|
+
& > li {
|
|
164
|
+
-webkit-box-flex: 1;
|
|
165
|
+
-ms-flex: 1 0 auto;
|
|
166
|
+
flex: 1 0 auto;
|
|
167
|
+
@include flex-inline();
|
|
168
|
+
align-items:center;
|
|
169
|
+
padding: 0;
|
|
170
|
+
position: relative;
|
|
171
|
+
&:hover:not(.open){
|
|
172
|
+
& > a{
|
|
173
|
+
color: $color-menu-link-hover;
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
&:first-child{
|
|
177
|
+
& > a{
|
|
178
|
+
padding-left:0;
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
&:last-child{
|
|
182
|
+
& > a {
|
|
183
|
+
padding-right:0;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
& > a{
|
|
187
|
+
padding: 0 20px;
|
|
188
|
+
}
|
|
189
|
+
& > ul{
|
|
190
|
+
display: none;
|
|
191
|
+
opacity: 0;
|
|
192
|
+
list-style: none;
|
|
193
|
+
border: 0;
|
|
194
|
+
top: -7px;
|
|
195
|
+
left:-4px;
|
|
196
|
+
min-width: calc(100% + 4px);
|
|
197
|
+
padding: 0 $menu-padding;
|
|
198
|
+
padding-top: 60px;
|
|
199
|
+
padding-bottom: 18px;
|
|
200
|
+
background: #fff;
|
|
201
|
+
z-index: 1;
|
|
202
|
+
position: absolute;
|
|
203
|
+
@include box-shadow(0px 0px 16px 0px rgba(0, 0, 0, 0.08));
|
|
204
|
+
}
|
|
205
|
+
&.open{
|
|
206
|
+
//Level two and below
|
|
207
|
+
& > ul{
|
|
208
|
+
display: block;
|
|
209
|
+
&:before{
|
|
210
|
+
content: '';
|
|
211
|
+
position: absolute;
|
|
212
|
+
height: 1px;
|
|
213
|
+
top: $navbar-width + 7px;
|
|
214
|
+
width: calc(100% - #{$menu-padding} * 2);
|
|
215
|
+
background-color: $form-control-border-color;
|
|
216
|
+
}
|
|
217
|
+
& > li{
|
|
218
|
+
padding-left: 0;
|
|
219
|
+
@include translate3d(0, -10px, 0);
|
|
220
|
+
opacity: 0;
|
|
221
|
+
transition: all 0.18s ease;
|
|
222
|
+
border-bottom: none;
|
|
223
|
+
& > a{
|
|
224
|
+
min-width: 50px;
|
|
225
|
+
width: 100%;
|
|
226
|
+
padding: 4px 0;
|
|
227
|
+
white-space: nowrap;
|
|
228
|
+
overflow: hidden;
|
|
229
|
+
text-overflow: ellipsis;
|
|
230
|
+
@include flexbox();
|
|
231
|
+
-webkit-box-pack: justify;
|
|
232
|
+
-webkit-justify-content: space-between;
|
|
233
|
+
-ms-flex-pack: justify;
|
|
234
|
+
justify-content: space-between;
|
|
235
|
+
& > .arrow:before{
|
|
236
|
+
@include rotate(180deg);
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
&:last-child{
|
|
240
|
+
& > a{
|
|
241
|
+
padding-bottom: 0;
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
}
|
|
247
|
+
& > a{
|
|
248
|
+
@include translate3d(0, -10px, 0);
|
|
249
|
+
opacity: 0;
|
|
250
|
+
transition: all 0.18s ease !important;
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
&.opening{
|
|
254
|
+
& > ul{
|
|
255
|
+
opacity: 1;
|
|
256
|
+
& > li {
|
|
257
|
+
@include translate3d(0, 0, 0);
|
|
258
|
+
opacity: 1;
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
& > a{
|
|
262
|
+
position: relative;
|
|
263
|
+
z-index: 10;
|
|
264
|
+
@include translate3d(0, 0, 0);
|
|
265
|
+
opacity: 1;
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
&.closing{
|
|
269
|
+
& > ul{
|
|
270
|
+
opacity: 0;
|
|
271
|
+
& > li {
|
|
272
|
+
@include translate3d(0, -10px, 0);
|
|
273
|
+
opacity: 0;
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
& > a{
|
|
277
|
+
@include translate3d(0, -10px, 0);
|
|
278
|
+
opacity: 0;
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
li > a{
|
|
283
|
+
color: $color-menu-light;
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
.secondary-sidebar{
|
|
288
|
+
margin-left:-25px;
|
|
289
|
+
border: 1px solid $form-control-border-color;
|
|
290
|
+
}
|
|
291
|
+
//Add 30px offset
|
|
292
|
+
.inner-content{
|
|
293
|
+
margin-left:225px;
|
|
294
|
+
}
|
|
295
|
+
.content{
|
|
296
|
+
-ms-flex: 1;
|
|
297
|
+
-webkit-box-flex: 1;
|
|
298
|
+
-moz-box-flex: 1;
|
|
299
|
+
-ms-box-flex: 1;
|
|
300
|
+
box-flex: 1;
|
|
301
|
+
}
|
|
302
|
+
.page-container{
|
|
303
|
+
padding-left:0;
|
|
304
|
+
.page-content-wrapper .content{
|
|
305
|
+
padding-top: 0;
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
.ghost-nav-dropdown{
|
|
309
|
+
top: -7px;
|
|
310
|
+
left:-4px;
|
|
311
|
+
background: #fff;
|
|
312
|
+
z-index: 1000;
|
|
313
|
+
position: absolute;
|
|
314
|
+
@include box-shadow(0px 0px 16px 0px rgba(0, 0, 0, 0.08));
|
|
315
|
+
@include border-radius(3px);
|
|
316
|
+
transition: all 0.18s ease-in;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
//calendar overwrites
|
|
320
|
+
.calendar {
|
|
321
|
+
.calendar-header{
|
|
322
|
+
background-color: transparent;
|
|
323
|
+
padding-left:0;
|
|
324
|
+
position: relative;
|
|
325
|
+
left:-20px;
|
|
326
|
+
}
|
|
327
|
+
.options{
|
|
328
|
+
padding-left:0;
|
|
329
|
+
}
|
|
330
|
+
.months .month:first-child{
|
|
331
|
+
padding-left:0;
|
|
332
|
+
}
|
|
333
|
+
.weeks-wrapper{
|
|
334
|
+
margin-left:0;
|
|
335
|
+
padding-left:0;
|
|
336
|
+
}
|
|
337
|
+
.week-dragger{
|
|
338
|
+
margin-left:0;
|
|
339
|
+
}
|
|
340
|
+
.calendar-container .grid{
|
|
341
|
+
overflow: hidden;
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
}
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
/*------------------------------------------------------------------
|
|
2
|
+
[1. Layouts]
|
|
3
|
+
*/
|
|
4
|
+
html {
|
|
5
|
+
height: 100%;
|
|
6
|
+
}
|
|
7
|
+
/* Body Triggers for layout options
|
|
8
|
+
------------------------------------------------------------------
|
|
9
|
+
*/
|
|
10
|
+
body {
|
|
11
|
+
height: 100%;
|
|
12
|
+
margin: 0;
|
|
13
|
+
padding: 0;
|
|
14
|
+
background-color: $color-master-lightest;
|
|
15
|
+
-moz-osx-font-smoothing: grayscale;
|
|
16
|
+
&.fixed-header {
|
|
17
|
+
.header {
|
|
18
|
+
position: fixed;
|
|
19
|
+
left: 0;
|
|
20
|
+
top: 0;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
&.no-header {
|
|
24
|
+
.page-container .page-content-wrapper .content {
|
|
25
|
+
padding-top: 0px;
|
|
26
|
+
}
|
|
27
|
+
.header {
|
|
28
|
+
border-bottom-color: transparent;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
&.dashboard {
|
|
32
|
+
background: $dashboard-background;
|
|
33
|
+
.page-container {
|
|
34
|
+
background: $dashboard-background;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
&.menu-pin {
|
|
38
|
+
.overlay {
|
|
39
|
+
padding-left: 0;
|
|
40
|
+
.overlay-brand {
|
|
41
|
+
margin-left: 0;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
/* Page Container
|
|
48
|
+
------------------------------------
|
|
49
|
+
*/
|
|
50
|
+
.page-container {
|
|
51
|
+
width: 100%;
|
|
52
|
+
height: 100%;
|
|
53
|
+
|
|
54
|
+
padding-left: $layout-sidepanel-width-collapsed;
|
|
55
|
+
.page-content-wrapper {
|
|
56
|
+
min-height: 100%;
|
|
57
|
+
position: relative;
|
|
58
|
+
.content {
|
|
59
|
+
/* Content holder */
|
|
60
|
+
z-index: 10;
|
|
61
|
+
padding-top: $layout-header-height;
|
|
62
|
+
padding-bottom: 44px;
|
|
63
|
+
min-height: 100%;
|
|
64
|
+
@include transition(all 0.3s ease);
|
|
65
|
+
&.full-width {
|
|
66
|
+
width: 100%;
|
|
67
|
+
}
|
|
68
|
+
.content-inner {
|
|
69
|
+
display: inline-block;
|
|
70
|
+
vertical-align: top;
|
|
71
|
+
height: 100%;
|
|
72
|
+
padding-left: 30px;
|
|
73
|
+
position: relative;
|
|
74
|
+
}
|
|
75
|
+
&:only-child {
|
|
76
|
+
padding-bottom: 0px;
|
|
77
|
+
}
|
|
78
|
+
&.overlay-footer {
|
|
79
|
+
padding-bottom: 0px;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
.footer {
|
|
83
|
+
/* Footer */
|
|
84
|
+
width: auto;
|
|
85
|
+
position: absolute;
|
|
86
|
+
left: 0;
|
|
87
|
+
right: 0;
|
|
88
|
+
bottom: 0;
|
|
89
|
+
@include transition(left 0.3s ease);
|
|
90
|
+
&.fixed {
|
|
91
|
+
position: fixed;
|
|
92
|
+
background-color: #fff;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
.page-title {
|
|
98
|
+
margin-top: 0px;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.group-container {
|
|
102
|
+
white-space: nowrap !important;
|
|
103
|
+
.single-group {
|
|
104
|
+
vertical-align: top;
|
|
105
|
+
display: inline-block;
|
|
106
|
+
white-space: normal;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.jumbotron {
|
|
111
|
+
position: relative;
|
|
112
|
+
overflow: hidden;
|
|
113
|
+
display: block;
|
|
114
|
+
padding: 0;
|
|
115
|
+
.inner {
|
|
116
|
+
position: relative;
|
|
117
|
+
z-index: 2;
|
|
118
|
+
}
|
|
119
|
+
&.lg {
|
|
120
|
+
height: 600px;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
background-color: $color-master-lighter;
|
|
124
|
+
.cover-photo {
|
|
125
|
+
width: 100%;
|
|
126
|
+
height: inherit;
|
|
127
|
+
overflow: hidden;
|
|
128
|
+
@include transition(opacity 0.3s ease);
|
|
129
|
+
background-size: cover;
|
|
130
|
+
background-color: $color-success;
|
|
131
|
+
}
|
|
132
|
+
h1 {
|
|
133
|
+
font-size: 44px;
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
/* Other overides */
|
|
138
|
+
|
|
139
|
+
.container-fluid {
|
|
140
|
+
// padding-left: 30px;
|
|
141
|
+
// padding-right: 30px;
|
|
142
|
+
position: relative;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.copyright {
|
|
146
|
+
padding: 12px 0; // 25px 0;
|
|
147
|
+
border-top: 1px solid fade($color-master-light, 70%);
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.pager {
|
|
151
|
+
margin: 0;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.pb-36 {
|
|
155
|
+
padding-bottom: 36px;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.pb-41 {
|
|
159
|
+
padding-bottom: 41px;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.pb-44 {
|
|
163
|
+
padding-bottom: 44px;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.pb-60 {
|
|
167
|
+
padding-bottom: 60px;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.pb-66 {
|
|
171
|
+
padding-bottom: 66px;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.pb-81 {
|
|
175
|
+
padding-bottom: 81px;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.pb-96 {
|
|
179
|
+
padding-bottom: 96px;
|
|
180
|
+
}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
/*------------------------------------------------------------------
|
|
2
|
+
[23. Lock Screen]
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
.lock-container{
|
|
6
|
+
margin-left: auto;
|
|
7
|
+
margin-right: auto;
|
|
8
|
+
width: 600px;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.lock-screen-wrapper {
|
|
12
|
+
.credentials {
|
|
13
|
+
margin-top: -84px;
|
|
14
|
+
position: absolute;
|
|
15
|
+
top: 50%;
|
|
16
|
+
.thumbnail-wrapper {
|
|
17
|
+
width: 53px;
|
|
18
|
+
height: 53px;
|
|
19
|
+
}
|
|
20
|
+
.logged {
|
|
21
|
+
opacity: .21;
|
|
22
|
+
margin-top: -5px !important;
|
|
23
|
+
}
|
|
24
|
+
.name {
|
|
25
|
+
opacity: .69;
|
|
26
|
+
margin-top: -5px !important;
|
|
27
|
+
font-size: 36px;
|
|
28
|
+
height: 45px;
|
|
29
|
+
overflow: hidden;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
.terms-wrapper {
|
|
33
|
+
& > div {
|
|
34
|
+
display: table;
|
|
35
|
+
}
|
|
36
|
+
.terms {
|
|
37
|
+
display: table-cell;
|
|
38
|
+
vertical-align: middle;
|
|
39
|
+
}
|
|
40
|
+
.logo-terms {
|
|
41
|
+
width: 60px;
|
|
42
|
+
height: 60px;
|
|
43
|
+
border-radius: 15px;
|
|
44
|
+
text-align: center;
|
|
45
|
+
position: relative;
|
|
46
|
+
.brand {
|
|
47
|
+
left: 50%;
|
|
48
|
+
margin-left: -21px;
|
|
49
|
+
margin-top: -5px;
|
|
50
|
+
position: absolute;
|
|
51
|
+
top: 50%;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
/* Responsive Handlers : Lockscreen
|
|
58
|
+
------------------------------------
|
|
59
|
+
*/
|
|
60
|
+
@media (max-width: 767px) {
|
|
61
|
+
.lock-container{
|
|
62
|
+
width: 80%;
|
|
63
|
+
}
|
|
64
|
+
.lock-screen-wrapper {
|
|
65
|
+
.credentials {
|
|
66
|
+
form {
|
|
67
|
+
margin-top: 15px;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
@media (max-width: 480px) {
|
|
74
|
+
|
|
75
|
+
.lock-screen-wrapper {
|
|
76
|
+
.credentials {
|
|
77
|
+
margin: 0;
|
|
78
|
+
position: static;
|
|
79
|
+
margin-top: 100px;
|
|
80
|
+
width: 100%;
|
|
81
|
+
float: left;
|
|
82
|
+
clear: both;
|
|
83
|
+
& > div {
|
|
84
|
+
text-align: center;
|
|
85
|
+
}
|
|
86
|
+
.thumbnail-wrapper {
|
|
87
|
+
float: none;
|
|
88
|
+
margin: 0 auto;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/*------------------------------------------------------------------
|
|
2
|
+
[22. Login]
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
.login-wrapper{
|
|
7
|
+
height: 100%;
|
|
8
|
+
overflow: hidden;
|
|
9
|
+
& > * {
|
|
10
|
+
height: 100%;
|
|
11
|
+
}
|
|
12
|
+
.bg-pic{
|
|
13
|
+
position: absolute;
|
|
14
|
+
width: 100%;
|
|
15
|
+
overflow: hidden;
|
|
16
|
+
& > .img-holder{
|
|
17
|
+
height: 100%;
|
|
18
|
+
width: 100%;
|
|
19
|
+
opacity: 0.6;
|
|
20
|
+
background-size: cover;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
.login-container{
|
|
24
|
+
width: 470px;
|
|
25
|
+
display: block;
|
|
26
|
+
position: relative;
|
|
27
|
+
float:left;
|
|
28
|
+
}
|
|
29
|
+
.bg-caption{
|
|
30
|
+
width: 500px;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
.register-container{
|
|
34
|
+
width: 550px;
|
|
35
|
+
margin: auto;
|
|
36
|
+
height: 100%;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
/* Responsive handlers : Login
|
|
41
|
+
------------------------------------
|
|
42
|
+
*/
|
|
43
|
+
|
|
44
|
+
@media (max-width: 768px) {
|
|
45
|
+
.login-wrapper{
|
|
46
|
+
.login-container{
|
|
47
|
+
width: 100%;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
.register-container{
|
|
51
|
+
width: 100%;
|
|
52
|
+
padding: 15px;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
@media only screen and (max-width : 321px) {
|
|
57
|
+
.login-wrapper{
|
|
58
|
+
.login-container{
|
|
59
|
+
width: 100%;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|