welcome_css 0.33 → 0.37

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.
@@ -1,16 +1,16 @@
1
1
 
2
-
2
+
3
3
  .dropup,
4
4
  .dropright,
5
5
  .dropdown,
6
6
  .dropleft {
7
7
  position: relative;
8
8
  }
9
-
9
+
10
10
  .dropdown-toggle:empty::after {
11
11
  margin-left: 0;
12
12
  }
13
-
13
+
14
14
  .dropdown-menu {
15
15
  position: absolute;
16
16
  top: 100%;
@@ -18,7 +18,8 @@
18
18
  z-index: 1000;
19
19
  display: none;
20
20
  float: left;
21
- min-width: 12.31rem;
21
+ /*min-width: 12.31rem;*/
22
+ min-width: 150px;
22
23
  padding: 0.3846rem 0;
23
24
  margin: 0.1538rem 0 0;
24
25
  font-size: 1rem;
@@ -30,19 +31,19 @@
30
31
  border: 1px solid rgba(0, 0, 0, 0.1);
31
32
  border-radius: 0;
32
33
  }
33
-
34
+
34
35
  .dropdown-menu-right {
35
36
  right: 0;
36
37
  left: auto;
37
38
  }
38
-
39
+
39
40
  .dropup .dropdown-menu {
40
41
  top: auto;
41
42
  bottom: 100%;
42
43
  margin-top: 0;
43
44
  margin-bottom: 0.1538rem;
44
45
  }
45
-
46
+
46
47
  .dropup .dropdown-toggle::after {
47
48
  display: inline-block;
48
49
  width: 0;
@@ -55,11 +56,11 @@
55
56
  border-bottom: 0.3076em solid;
56
57
  border-left: 0.3076em solid transparent;
57
58
  }
58
-
59
+
59
60
  .dropup .dropdown-toggle:empty::after {
60
61
  margin-left: 0;
61
62
  }
62
-
63
+
63
64
  .dropright .dropdown-menu {
64
65
  top: 0;
65
66
  right: auto;
@@ -67,7 +68,7 @@
67
68
  margin-top: 0;
68
69
  margin-left: 0.1538rem;
69
70
  }
70
-
71
+
71
72
  .dropright .dropdown-toggle::after {
72
73
  display: inline-block;
73
74
  width: 0;
@@ -80,15 +81,15 @@
80
81
  border-bottom: 0.3076em solid transparent;
81
82
  border-left: 0.3076em solid;
82
83
  }
83
-
84
+
84
85
  .dropright .dropdown-toggle:empty::after {
85
86
  margin-left: 0;
86
87
  }
87
-
88
+
88
89
  .dropright .dropdown-toggle::after {
89
90
  vertical-align: 0;
90
91
  }
91
-
92
+
92
93
  .dropleft .dropdown-menu {
93
94
  top: 0;
94
95
  right: 100%;
@@ -96,7 +97,7 @@
96
97
  margin-top: 0;
97
98
  margin-right: 0.1538rem;
98
99
  }
99
-
100
+
100
101
  .dropleft .dropdown-toggle::after {
101
102
  display: inline-block;
102
103
  width: 0;
@@ -105,11 +106,11 @@
105
106
  vertical-align: 0.26146em;
106
107
  content: "";
107
108
  }
108
-
109
+
109
110
  .dropleft .dropdown-toggle::after {
110
111
  display: none;
111
112
  }
112
-
113
+
113
114
  .dropleft .dropdown-toggle::before {
114
115
  display: inline-block;
115
116
  width: 0;
@@ -121,27 +122,27 @@
121
122
  border-right: 0.3076em solid;
122
123
  border-bottom: 0.3076em solid transparent;
123
124
  }
124
-
125
+
125
126
  .dropleft .dropdown-toggle:empty::after {
126
127
  margin-left: 0;
127
128
  }
128
-
129
+
129
130
  .dropleft .dropdown-toggle::before {
130
131
  vertical-align: 0;
131
132
  }
132
-
133
+
133
134
  .dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
134
135
  right: auto;
135
136
  bottom: auto;
136
137
  }
137
-
138
+
138
139
  .dropdown-divider {
139
140
  height: 0;
140
141
  margin: 0.5rem 0;
141
142
  overflow: hidden;
142
143
  border-top: 1px solid #eceeef;
143
144
  }
144
-
145
+
145
146
  .dropdown-item {
146
147
  display: block;
147
148
  width: 100%;
@@ -154,28 +155,28 @@
154
155
  background-color: transparent;
155
156
  border: 0;
156
157
  }
157
-
158
+
158
159
  .dropdown-item:hover, .dropdown-item:focus {
159
160
  color: #16181b;
160
161
  text-decoration: none;
161
162
  background-color: #f8f9fa;
162
163
  }
163
-
164
+
164
165
  .dropdown-item.active, .dropdown-item:active {
165
166
  color: #ef6262;
166
167
  text-decoration: none;
167
168
  background-color: transparent;
168
169
  }
169
-
170
+
170
171
  .dropdown-item.disabled, .dropdown-item:disabled {
171
172
  color: #777777;
172
173
  background-color: transparent;
173
174
  }
174
-
175
+
175
176
  .dropdown-menu.show {
176
177
  display: block;
177
178
  }
178
-
179
+
179
180
  .dropdown-header {
180
181
  display: block;
181
182
  padding: 0.3846rem 1.5rem;
@@ -184,40 +185,40 @@
184
185
  color: #777777;
185
186
  white-space: nowrap;
186
187
  }
187
-
188
+
188
189
  .dropdown-item-text {
189
190
  display: block;
190
191
  padding: 0.25rem 1.5rem;
191
192
  color: #212529;
192
193
  }
193
-
194
-
195
194
 
196
195
 
197
196
 
198
-
199
197
 
200
-
198
+
199
+
200
+
201
+
201
202
  .position-static {
202
203
  position: static !important;
203
204
  }
204
-
205
+
205
206
  .position-relative {
206
207
  position: relative !important;
207
208
  }
208
-
209
+
209
210
  .position-absolute {
210
211
  position: absolute !important;
211
212
  }
212
-
213
+
213
214
  .position-fixed {
214
215
  position: fixed !important;
215
216
  }
216
-
217
+
217
218
  .position-sticky {
218
219
  position: sticky !important;
219
220
  }
220
-
221
+
221
222
  .fixed-top {
222
223
  position: fixed;
223
224
  top: 0;
@@ -225,7 +226,7 @@
225
226
  left: 0;
226
227
  z-index: 1030;
227
228
  }
228
-
229
+
229
230
  .fixed-bottom {
230
231
  position: fixed;
231
232
  right: 0;
@@ -233,7 +234,7 @@
233
234
  left: 0;
234
235
  z-index: 1030;
235
236
  }
236
-
237
+
237
238
  @supports (position: sticky) {
238
239
  .sticky-top {
239
240
  position: sticky;
@@ -241,12 +242,12 @@
241
242
  z-index: 1020;
242
243
  }
243
244
  }
244
-
245
245
 
246
246
 
247
247
 
248
248
 
249
-
249
+
250
+
250
251
  /*------------------------------------------------------------------
251
252
  [Left sidebar]
252
253
  */
@@ -257,63 +258,70 @@
257
258
  left: 0;
258
259
  position: absolute;
259
260
  }
260
-
261
+
261
262
  .am-left-sidebar .am-scroller-fixed-left-sidebar {
262
263
  position: relative;
263
264
  width: 100%;
264
265
  height: 100%;
265
266
  }
266
-
267
+
267
268
  .rtl .am-left-sidebar {
268
269
  left: auto;
269
270
  right: 0;
270
271
  }
271
-
272
+
272
273
  .am-left-sidebar .sidebar-elements {
273
274
  margin: 0;
274
275
  padding: 0;
275
276
  }
276
-
277
+
278
+ .am-wrapper.main-app .am-left-sidebar .sidebar-elements {
279
+ display: block;
280
+ float: left;
281
+ position: relative;
282
+ width: 100%;
283
+ }
284
+
277
285
  .am-left-sidebar .sidebar-elements > li {
278
286
  border-bottom: 1px solid #474646;
279
287
  list-style: none;
280
288
  }
281
-
289
+
282
290
  .am-left-sidebar .sidebar-elements > li > a {
283
291
  display: block;
284
- padding: .50rem 1.25rem;
292
+ padding: 9px 15px 6px 10px;
285
293
  color: #000;
286
294
  text-align: left;
287
295
  }
288
-
296
+
289
297
  .am-left-sidebar .sidebar-elements > li > a .icon {
290
298
  display: block;
291
299
  font-size: 33px;
292
300
  }
293
-
301
+
294
302
  .am-left-sidebar .sidebar-elements > li > a span {
295
303
  display: block;
296
304
  margin-top: 5px;
297
305
  }
298
-
306
+
299
307
  @media (min-width: 768px) {
300
308
  .am-left-sidebar .sidebar-elements > li:hover, .am-left-sidebar .sidebar-elements > li.open {
301
309
  background-color: #424141;
302
310
  }
303
311
  }
304
-
312
+
305
313
  .am-left-sidebar .sidebar-elements > li.active > a {
306
314
  border-left: 2px solid #ef6262;
307
315
  padding-left: 13px;
308
316
  }
309
-
317
+
310
318
  .rtl .am-left-sidebar .sidebar-elements > li.active > a {
311
319
  padding-left: 15px;
312
320
  padding-right: 13px;
313
321
  border-left-width: 0;
314
322
  border-right: 2px solid #ef6262;
315
323
  }
316
-
324
+
317
325
  .am-left-sidebar .sidebar-elements > li > ul {
318
326
  display: none;
319
327
  position: fixed;
@@ -328,18 +336,18 @@
328
336
  width: 280px;
329
337
  box-shadow: 3px 0 10px -5px rgba(0, 0, 0, 0.4);
330
338
  }
331
-
339
+
332
340
  .rtl .am-left-sidebar .sidebar-elements > li > ul {
333
341
  left: auto;
334
342
  right: 100px;
335
343
  }
336
-
344
+
337
345
  @media (max-width: 767px) {
338
346
  .rtl .am-left-sidebar .sidebar-elements > li > ul {
339
347
  right: 0;
340
348
  }
341
349
  }
342
-
350
+
343
351
  @media (min-width: 768px) {
344
352
  .am-left-sidebar .sidebar-elements > li > ul.visible {
345
353
  display: table;
@@ -348,7 +356,7 @@
348
356
  display: none;
349
357
  }
350
358
  }
351
-
359
+
352
360
  .am-left-sidebar .sidebar-elements > li > ul > li.title {
353
361
  border-bottom: 1px solid #6d6b6b;
354
362
  font-size: 18px;
@@ -357,24 +365,24 @@
357
365
  padding-bottom: 18px;
358
366
  padding-top: 15px;
359
367
  }
360
-
368
+
361
369
  .am-left-sidebar .sidebar-elements > li > ul > .nav-items {
362
370
  display: table-row;
363
371
  height: 100%;
364
372
  }
365
-
373
+
366
374
  .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller {
367
375
  position: relative;
368
376
  width: 100%;
369
377
  height: 100%;
370
378
  }
371
-
379
+
372
380
  @media (max-width: 767px) {
373
381
  .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller {
374
382
  display: block;
375
383
  }
376
384
  }
377
-
385
+
378
386
  .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content {
379
387
  height: 100%;
380
388
  width: 100%;
@@ -382,20 +390,20 @@
382
390
  padding-top: 15px;
383
391
  margin-right: 0 !important;
384
392
  }
385
-
393
+
386
394
  @media screen and (min-width: 0�) {
387
395
  .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content {
388
396
  position: static;
389
397
  overflow: hidden;
390
398
  }
391
399
  }
392
-
400
+
393
401
  .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul {
394
402
  list-style: none;
395
403
  padding: 0;
396
404
  margin: 0;
397
405
  }
398
-
406
+
399
407
  .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul > li > a {
400
408
  padding: 12px;
401
409
  display: block;
@@ -403,7 +411,7 @@
403
411
  font-size: 14px;
404
412
  color: #000;
405
413
  }
406
-
414
+
407
415
  .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul > li > a .badge {
408
416
  float: right;
409
417
  border-radius: 2px;
@@ -411,24 +419,39 @@
411
419
  line-height: 10px;
412
420
  padding: 5px 10px;
413
421
  }
414
-
422
+
415
423
  .rtl .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul > li > a .badge {
416
424
  float: left;
417
425
  }
418
-
426
+
419
427
  .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul > li > a:hover, .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul > li > a:focus {
420
428
  background-color: #F8FAFA;
421
429
  color: #000;
422
430
  }
423
-
431
+
424
432
  .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul li.active > a {
425
433
  color: #f17979;
426
434
  }
427
-
435
+
428
436
  .am-left-sidebar .am-logo {
429
437
  display: none;
430
438
  }
431
-
439
+
440
+ .am-wrapper.main-app .am-left-sidebar .am-logo {
441
+ display: block;
442
+ float: left;
443
+ position: relative;
444
+ width: 100%;
445
+ height: 56px;
446
+ border-bottom: 1px solid #eaeaea;
447
+ }
448
+ .am-wrapper.main-app .am-left-sidebar .am-logo svg {
449
+ width: 140px;
450
+ margin-bottom: 20px;
451
+ margin-top: 18px;
452
+ margin-left: 12px;
453
+ }
454
+
432
455
  .am-left-sidebar:before {
433
456
  content: "";
434
457
  position: fixed;
@@ -439,22 +462,22 @@
439
462
  bottom: 0;
440
463
  background-color: inherit;
441
464
  }
442
-
465
+
443
466
  .rtl .am-left-sidebar:before {
444
467
  left: auto;
445
468
  right: 0;
446
469
  }
447
-
470
+
448
471
  .am-animate .am-left-sidebar:before {
449
472
  transition: all 0.35s ease;
450
473
  }
451
-
474
+
452
475
  @media (max-width: 767px) {
453
476
  .am-left-sidebar:before {
454
477
  display: none;
455
478
  }
456
479
  }
457
-
480
+
458
481
  @media (max-width: 767px) {
459
482
  .am-left-sidebar {
460
483
  width: 85%;
@@ -539,18 +562,18 @@
539
562
  display: block;
540
563
  }
541
564
  }
542
-
565
+
543
566
  @media -webkit-min-device-pixel-ratio and (max-width: 767px) {
544
567
  .am-left-sidebar .am-logo {
545
568
  background-image: url("../img/logo-full-retina.png");
546
569
  background-size: 150px 39px;
547
570
  }
548
571
  }
549
-
572
+
550
573
  .am-animate .am-left-sidebar {
551
574
  transition: all 0.35s ease;
552
575
  }
553
-
576
+
554
577
  .am-fixed-sidebar .am-left-sidebar {
555
578
  margin-top: 80px;
556
579
  padding-bottom: 80px;
@@ -559,26 +582,26 @@
559
582
  bottom: 0;
560
583
  z-index: 1031;
561
584
  }
562
-
585
+
563
586
  @media (max-width: 767px) {
564
587
  .am-fixed-sidebar .am-left-sidebar {
565
588
  margin-top: 0;
566
589
  padding-bottom: 0;
567
590
  }
568
591
  }
569
-
592
+
570
593
  .am-fixed-sidebar .am-left-sidebar:before {
571
594
  top: 80px;
572
595
  }
573
-
596
+
574
597
  .am-fixed-sidebar .am-left-sidebar .nano-pane {
575
598
  width: 4px;
576
599
  }
577
-
600
+
578
601
  .am-fixed-sidebar .am-left-sidebar .nano-pane > .nano-slider {
579
602
  background-color: rgba(0, 0, 0, 0.15);
580
603
  }
581
-
604
+
582
605
 
583
606
  .main-app .ui-app-area .ui-menu-dots .btn:hover {
584
607
  background-color: transparent;
@@ -598,6 +621,5 @@
598
621
  width: 82%;
599
622
  }
600
623
 
601
-
602
-
603
-
624
+
625
+