welcome_css 0.2 → 0.6
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.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/_welcome-ui-buttons.scss +42 -0
- data/app/assets/stylesheets/_welcome-ui-menu-app.scss +2 -2
- data/app/assets/stylesheets/_welcome-ui-tables.scss +135 -7
- data/app/assets/stylesheets/_welcome-ui-tabs.scss +1 -1
- data/app/assets/stylesheets/_welcome-ui.scss +206 -0
- data/lib/welcome_css/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ff90897c520c0cd8030a7d4cf324d12daaad97636fd7f7c403fbec831574426e
|
|
4
|
+
data.tar.gz: 411844292c6356ee453c76a05ff45f932d0a25aa5e6d23c77cbf03f58be23d50
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 57169780890fe3476c4ba00903d5851abe48a8c72989168bc088bc39435d7af3e9d295a4fb971f17e335f441af0b99776999ef28e763f6943d6cd43c71ab0e02
|
|
7
|
+
data.tar.gz: 73670f3da47c44a4319660e54718b9f7c4587344cd3fd232766e4cfeb2ec6fc99fca42d88f353747c37886fe448eb7d6306eef2b3e41b0c8ed8e630a5343d85e
|
|
@@ -98,4 +98,46 @@
|
|
|
98
98
|
}
|
|
99
99
|
.main-app .main-content .was-validated .form-control:valid, .form-control.is-valid {
|
|
100
100
|
background-image: none;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
/* ========================================= */
|
|
104
|
+
|
|
105
|
+
#ui-tabs .btn.btn-select {
|
|
106
|
+
border: 1px solid #D9D9D9;
|
|
107
|
+
background-color: $ui_white;
|
|
108
|
+
margin-top: 30px;
|
|
109
|
+
margin-left: 0px;
|
|
110
|
+
width: 420px;
|
|
111
|
+
text-align: left;
|
|
112
|
+
padding: 8px 15px !important;
|
|
113
|
+
background-image: image-url('icons/icn-submenu.svg');
|
|
114
|
+
background-repeat: no-repeat;
|
|
115
|
+
background-size: 8px;
|
|
116
|
+
background-position: right 10px top 18px;
|
|
117
|
+
}
|
|
118
|
+
#ui-tabs .dropdown.dropdown-select .dropdown-menu {
|
|
119
|
+
width: 420px;
|
|
120
|
+
}
|
|
121
|
+
.btn-dot {
|
|
122
|
+
top: 6px;
|
|
123
|
+
background-color: #fff;
|
|
124
|
+
display: block;
|
|
125
|
+
float: left;
|
|
126
|
+
position: relative;
|
|
127
|
+
width: 30px;
|
|
128
|
+
height: 30px;
|
|
129
|
+
text-align: center;
|
|
130
|
+
box-shadow: -1px 1px 5px -1px rgba(123,123,123,0.25);
|
|
131
|
+
-webkit-box-shadow: -1px 1px 5px -1px rgba(123,123,123,0.25);
|
|
132
|
+
-moz-box-shadow: -1px 1px 5px -1px rgba(123,123,123,0.25);
|
|
133
|
+
}
|
|
134
|
+
.btn-dot img {
|
|
135
|
+
width: 4px;
|
|
136
|
+
margin-top: -12px;
|
|
137
|
+
}
|
|
138
|
+
.btn-offcanvas {
|
|
139
|
+
display: block;
|
|
140
|
+
float: right;
|
|
141
|
+
position: relative;
|
|
142
|
+
margin: 0 0 0 12px;
|
|
101
143
|
}
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
border-left: 2px solid $ui_blue;
|
|
17
17
|
}
|
|
18
18
|
.land-app .menu-app .list-group-item:first-child {
|
|
19
|
-
border-top-left-radius: 0;
|
|
20
|
-
border-top-right-radius: 0;
|
|
19
|
+
border-top-left-radius: 0 !important;
|
|
20
|
+
border-top-right-radius: 0 !important;
|
|
21
21
|
}
|
|
22
22
|
.land-app .menu-app .list-group-item:last-child {
|
|
23
23
|
border-bottom-right-radius: 0;
|
|
@@ -7,6 +7,13 @@
|
|
|
7
7
|
width: 100%;
|
|
8
8
|
padding: 15px 0;
|
|
9
9
|
}
|
|
10
|
+
.land-app .view-header {
|
|
11
|
+
border-bottom: 1px solid $ui_lightgray;
|
|
12
|
+
/*background-color: $ui_middlegray;*/
|
|
13
|
+
margin-bottom: 15px;
|
|
14
|
+
width: 100%;
|
|
15
|
+
padding: 15px 0 15px 10px;
|
|
16
|
+
}
|
|
10
17
|
.view-header .btn.btn-group {
|
|
11
18
|
display: contents;
|
|
12
19
|
}
|
|
@@ -17,6 +24,37 @@
|
|
|
17
24
|
padding: 0;
|
|
18
25
|
}
|
|
19
26
|
|
|
27
|
+
.land-app .header-fixed {
|
|
28
|
+
display: block;
|
|
29
|
+
/*position: fixed;*/
|
|
30
|
+
height: 130px;
|
|
31
|
+
margin-top: -22px;
|
|
32
|
+
/*background-color: #f2f2f2;*/
|
|
33
|
+
/*margin-left: -15px;*/
|
|
34
|
+
width: 100%;
|
|
35
|
+
max-width: 100%;
|
|
36
|
+
z-index: 2;
|
|
37
|
+
border-bottom: none !important;
|
|
38
|
+
margin-left: -14px;
|
|
39
|
+
}
|
|
40
|
+
.header-fixed .row-title {
|
|
41
|
+
margin-bottom: 5px;
|
|
42
|
+
margin-left: -14px;
|
|
43
|
+
}
|
|
44
|
+
.land-app .header-fixed hr {
|
|
45
|
+
margin-top: 0px;
|
|
46
|
+
}
|
|
47
|
+
.land-app .header-fixed-box {
|
|
48
|
+
position: fixed;
|
|
49
|
+
background-color: #f2f2f2;
|
|
50
|
+
top: 20px;
|
|
51
|
+
padding-right: 18%;
|
|
52
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
53
|
+
}
|
|
54
|
+
.land-app .form-padding {
|
|
55
|
+
margin-top: 140px !important;
|
|
56
|
+
}
|
|
57
|
+
|
|
20
58
|
/* Table Header */
|
|
21
59
|
|
|
22
60
|
table .ui-table-row {
|
|
@@ -25,7 +63,7 @@ table .ui-table-row {
|
|
|
25
63
|
}
|
|
26
64
|
.ui-toptable {
|
|
27
65
|
background-color: $ui_middlegray;
|
|
28
|
-
padding:
|
|
66
|
+
padding: 8px 15px;
|
|
29
67
|
border: 1px solid $ui_middlegray;
|
|
30
68
|
-webkit-border-top-left-radius: $ui-radius;
|
|
31
69
|
-webkit-border-top-right-radius: $ui-radius;
|
|
@@ -69,7 +107,7 @@ table .ui-table-row {
|
|
|
69
107
|
|
|
70
108
|
/* Tr */
|
|
71
109
|
.ui-table table tbody tr:hover {
|
|
72
|
-
background-color: $ui_fill
|
|
110
|
+
/*background-color: $ui_fill;*/
|
|
73
111
|
}
|
|
74
112
|
|
|
75
113
|
.ui-toptable .col-lg-6:first-child {
|
|
@@ -109,7 +147,7 @@ table .ui-table-row {
|
|
|
109
147
|
}
|
|
110
148
|
.ui-app-area table .ui-menu-dots {
|
|
111
149
|
width: 20px;
|
|
112
|
-
height:
|
|
150
|
+
height: 70px;
|
|
113
151
|
text-align: right;
|
|
114
152
|
}
|
|
115
153
|
.ui-app-area table .dropdown-menu {
|
|
@@ -127,6 +165,20 @@ table .ui-table-row {
|
|
|
127
165
|
.ui-app-area .list-group-item {
|
|
128
166
|
min-height: 90px;
|
|
129
167
|
}
|
|
168
|
+
#ui-tabs .list-group-item {
|
|
169
|
+
padding-left: 15px;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
/* =========================== */
|
|
173
|
+
|
|
174
|
+
.land-app .parcel-information-block {
|
|
175
|
+
display: block;
|
|
176
|
+
width: 100%;
|
|
177
|
+
border-bottom: 1px solid #D9D9D9;
|
|
178
|
+
padding: 15px;
|
|
179
|
+
margin-left: 15px;
|
|
180
|
+
margin-right: 15px;
|
|
181
|
+
}
|
|
130
182
|
|
|
131
183
|
/* =========================== */
|
|
132
184
|
|
|
@@ -135,6 +187,7 @@ table .ui-table-row {
|
|
|
135
187
|
float: left;
|
|
136
188
|
position: relative;
|
|
137
189
|
margin-bottom: $sm-marginbottom;
|
|
190
|
+
margin-left: 15px;
|
|
138
191
|
}
|
|
139
192
|
.ui-app-area .width-drop {
|
|
140
193
|
padding-right: 50px;
|
|
@@ -161,7 +214,7 @@ table .ui-table-row {
|
|
|
161
214
|
padding: 1.50rem 1.25rem;
|
|
162
215
|
}
|
|
163
216
|
.ui-app-area .list-group-item:hover {
|
|
164
|
-
background-color: $ui_fill
|
|
217
|
+
/*background-color: $ui_fill;*/
|
|
165
218
|
}
|
|
166
219
|
.ui-app-area .parcel-main-info .list-group-item {
|
|
167
220
|
padding: 0.50rem 1.25rem;
|
|
@@ -170,6 +223,9 @@ table .ui-table-row {
|
|
|
170
223
|
/* =========================== */
|
|
171
224
|
|
|
172
225
|
.parcel-main-info {
|
|
226
|
+
display: block;
|
|
227
|
+
float: left;
|
|
228
|
+
position: relative;
|
|
173
229
|
margin-bottom: $md-marginbottom;
|
|
174
230
|
}
|
|
175
231
|
.parcel-main-info .card {
|
|
@@ -402,8 +458,9 @@ table .ui-table-row {
|
|
|
402
458
|
/* =========================== */
|
|
403
459
|
|
|
404
460
|
#parcel_form {
|
|
405
|
-
background-color: $ui_white
|
|
406
|
-
padding: 30px;
|
|
461
|
+
/*background-color: $ui_white;*/
|
|
462
|
+
padding: 30px 0px;
|
|
463
|
+
/*margin-top: 80px;*/
|
|
407
464
|
}
|
|
408
465
|
|
|
409
466
|
/* =========================== */
|
|
@@ -422,7 +479,7 @@ table .ui-table-row {
|
|
|
422
479
|
background-color:#fff;
|
|
423
480
|
}
|
|
424
481
|
.table-striped tbody tr:hover {
|
|
425
|
-
background-color:#
|
|
482
|
+
background-color:#fff!important;
|
|
426
483
|
}
|
|
427
484
|
.am-wrapper.am-login {
|
|
428
485
|
max-width: 660px;
|
|
@@ -497,6 +554,13 @@ table .ui-table-row {
|
|
|
497
554
|
float: left;
|
|
498
555
|
}
|
|
499
556
|
|
|
557
|
+
.ui-app-area #nav-p_information .row {
|
|
558
|
+
margin-bottom: 30px;
|
|
559
|
+
}
|
|
560
|
+
.ui-app-area #nav-p_information .row .ui-toptable .row {
|
|
561
|
+
margin-bottom: 0px;
|
|
562
|
+
}
|
|
563
|
+
|
|
500
564
|
/* =========================== */
|
|
501
565
|
|
|
502
566
|
.main-content table {
|
|
@@ -565,6 +629,17 @@ table .ui-table-row {
|
|
|
565
629
|
.main-app .ui-app-area table thead {
|
|
566
630
|
background-color: #edeff4;
|
|
567
631
|
}
|
|
632
|
+
.ui-app-area .page-head .dropdown.droppright {
|
|
633
|
+
top: 6px;
|
|
634
|
+
left: 12px;
|
|
635
|
+
}
|
|
636
|
+
.ui-app-area .row-white {
|
|
637
|
+
background-color: #fff;
|
|
638
|
+
padding: 12px;
|
|
639
|
+
margin-left: 0px;
|
|
640
|
+
margin-right: 0;
|
|
641
|
+
border-bottom: 1px solid rgba(0,0,0,0.1);
|
|
642
|
+
}
|
|
568
643
|
|
|
569
644
|
/* =========================== */
|
|
570
645
|
|
|
@@ -585,4 +660,57 @@ table .ui-table-row {
|
|
|
585
660
|
}
|
|
586
661
|
.main-app .am-datatable-footer .btn-outline-primary {
|
|
587
662
|
border-color: transparent;
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
/* =========================== */
|
|
666
|
+
|
|
667
|
+
.edit-form-group {
|
|
668
|
+
display: block;
|
|
669
|
+
margin-bottom: 30px;
|
|
670
|
+
}
|
|
671
|
+
.edit-form-group .form-row {
|
|
672
|
+
background: #FFFFFF;
|
|
673
|
+
border: 1px solid #FFFFFF;
|
|
674
|
+
box-shadow: 0 0 6px 0 rgba(207,207,207,0.50);
|
|
675
|
+
border-radius: 4px;
|
|
676
|
+
padding: 20px;
|
|
677
|
+
}
|
|
678
|
+
.edit-form-group.form-group-complete .form-row {
|
|
679
|
+
background: #FFFFFF;
|
|
680
|
+
border: 1px solid #91CF97;
|
|
681
|
+
box-shadow: 0 0 6px 0 rgba(207,207,207,0.50);
|
|
682
|
+
}
|
|
683
|
+
.edit-form-group .form-group {
|
|
684
|
+
margin-bottom: 0;
|
|
685
|
+
}
|
|
686
|
+
.edit-form-group .col-lg-12,
|
|
687
|
+
.edit-form-group .col-lg-6,
|
|
688
|
+
.edit-form-group .col-lg-4 {
|
|
689
|
+
margin-bottom: 15px;
|
|
690
|
+
}
|
|
691
|
+
.edit-form-group .btn-outline-primary {
|
|
692
|
+
padding-left: 15px;
|
|
693
|
+
}
|
|
694
|
+
.edit-form-group .btn-outline-primary:hover {
|
|
695
|
+
background-color: $ui_back;
|
|
696
|
+
color: $ui_white;
|
|
697
|
+
}
|
|
698
|
+
.form-pill {
|
|
699
|
+
background-color:$ui_white;
|
|
700
|
+
padding: 6px 10px;
|
|
701
|
+
border: 1px solid #D9D9D9;
|
|
702
|
+
border-radius: 4px;
|
|
703
|
+
color: $ui_back;
|
|
704
|
+
font-size: 14px;
|
|
705
|
+
}
|
|
706
|
+
.form-pill:hover {
|
|
707
|
+
text-decoration: none;
|
|
708
|
+
}
|
|
709
|
+
.pill-complete {
|
|
710
|
+
border: 1px solid #7EB984;
|
|
711
|
+
padding-right: 33px;
|
|
712
|
+
background-image: image-url('icons/icn-check.svg');
|
|
713
|
+
background-repeat: no-repeat;
|
|
714
|
+
background-size: 13px;
|
|
715
|
+
background-position: right 10px top 8px;
|
|
588
716
|
}
|
|
@@ -241,4 +241,210 @@ $lg-paddingbottom: 60px;
|
|
|
241
241
|
}
|
|
242
242
|
.main-app .navbar .title .badge {
|
|
243
243
|
font-size: 13px !important;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.am-left-sidebar .parent .list-group-item:before {
|
|
247
|
+
background-image: url("https://land.welcomehomes.com/assets/icons/icn-submenu-cf0fa33c4c7e45be386bde2e5d9cf8b5297cf24558243549ff5b308a988f8af1.svg");
|
|
248
|
+
background-repeat: no-repeat;
|
|
249
|
+
background-position: right 10px top 18px;
|
|
250
|
+
content: ' ';
|
|
251
|
+
display: block;
|
|
252
|
+
position: absolute;
|
|
253
|
+
right: 0;
|
|
254
|
+
top: 0;
|
|
255
|
+
width: 100%;
|
|
256
|
+
height: 100%;
|
|
257
|
+
z-index: 1;
|
|
258
|
+
opacity: 0.2;
|
|
259
|
+
}
|
|
260
|
+
.am-left-sidebar .parent .list-group-item:hover:before {
|
|
261
|
+
opacity: 1;
|
|
262
|
+
}
|
|
263
|
+
.am-left-sidebar .parent.open .list-group-item:before {
|
|
264
|
+
background-image: url("https://land.welcomehomes.com/assets/icons/icn-submenu-close-c4f6ca0fdef472f702d123f11b746478f1820ccb4051671984fea27e64f51d0a.svg");
|
|
265
|
+
background-repeat: no-repeat;
|
|
266
|
+
background-position: right 10px top 18px;
|
|
267
|
+
content: ' ';
|
|
268
|
+
display: block;
|
|
269
|
+
position: absolute;
|
|
270
|
+
right: 0;
|
|
271
|
+
top: 0;
|
|
272
|
+
width: 100%;
|
|
273
|
+
height: 100%;
|
|
274
|
+
z-index: 1;
|
|
275
|
+
opacity: 1;
|
|
276
|
+
}
|
|
277
|
+
.list-group-item:first-child {
|
|
278
|
+
border-top-left-radius: 0 !important;
|
|
279
|
+
border-top-right-radius: 0 !important;
|
|
280
|
+
}
|
|
281
|
+
.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul > li > a:hover {
|
|
282
|
+
background-color: transparent !important;
|
|
283
|
+
}
|
|
284
|
+
.admin-options {
|
|
285
|
+
padding-right: 0 !important;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
/* ====================================== */
|
|
289
|
+
|
|
290
|
+
@media (max-width: 1024px) and (min-width: 769px) {
|
|
291
|
+
.am-wrapper.main-app .menu-app {
|
|
292
|
+
width: 20% !important;
|
|
293
|
+
max-width: 20% !important;
|
|
294
|
+
}
|
|
295
|
+
.am-wrapper.main-app .ui-app-area {
|
|
296
|
+
width: 80%;
|
|
297
|
+
}
|
|
298
|
+
.main-app .ui-app-area .page-head {
|
|
299
|
+
margin-left: 0px !important;
|
|
300
|
+
margin-right: 0px !important;
|
|
301
|
+
}
|
|
302
|
+
.am-wrapper.main-app .ui-app-area .main-content, .am-wrapper.main-app .ui-app-area .page-head {
|
|
303
|
+
padding: 20px 0;
|
|
304
|
+
}
|
|
305
|
+
.admin-options {
|
|
306
|
+
margin-right: -15px;
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
@media (min-width: 769px) {
|
|
310
|
+
input[type="radio"], input[type="checkbox"] {
|
|
311
|
+
display: none;
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
@media (max-width: 768px) {
|
|
315
|
+
.page-head .col-md-6 {
|
|
316
|
+
width: 50%;
|
|
317
|
+
display: block;
|
|
318
|
+
float: left;
|
|
319
|
+
position: relative;
|
|
320
|
+
}
|
|
321
|
+
.am-wrapper.main-app .navbar {
|
|
322
|
+
height: 50px;
|
|
323
|
+
}
|
|
324
|
+
.am-top-header {
|
|
325
|
+
position: fixed !important;
|
|
326
|
+
top: 0;
|
|
327
|
+
width: 100%;
|
|
328
|
+
z-index: 9999;
|
|
329
|
+
}
|
|
330
|
+
.am-left-sidebar .am-logo {
|
|
331
|
+
height: 50px !important;
|
|
332
|
+
}
|
|
333
|
+
.am-wrapper.main-app .ui-app-area {
|
|
334
|
+
width: 100%;
|
|
335
|
+
margin-top: 50px;
|
|
336
|
+
display: block;
|
|
337
|
+
}
|
|
338
|
+
.am-wrapper.main-app .menu-app {
|
|
339
|
+
width: 100%;
|
|
340
|
+
transform: translate3d(0, 0, 0);
|
|
341
|
+
}
|
|
342
|
+
.am-left-sidebar.menu-app {
|
|
343
|
+
transform: translate3d(260px, 0px, 0px) !important;
|
|
344
|
+
position: fixed !important;
|
|
345
|
+
width: 260px !important;
|
|
346
|
+
background: #112e66;
|
|
347
|
+
color: #eee;
|
|
348
|
+
right: 0;
|
|
349
|
+
left: auto;
|
|
350
|
+
height: 100%;
|
|
351
|
+
transition: all 0.3s;
|
|
352
|
+
}
|
|
353
|
+
.am-left-sidebar .sidebar-elements > li.parent > a:after {
|
|
354
|
+
display: none;
|
|
355
|
+
}
|
|
356
|
+
.am-left-sidebar .sidebar-elements > li > a {
|
|
357
|
+
padding: 10px 10px 10px 0px;
|
|
358
|
+
}
|
|
359
|
+
.am-navbar-header .page-title img {
|
|
360
|
+
margin-left: -18px;
|
|
361
|
+
position: fixed;
|
|
362
|
+
margin-top: 2px;
|
|
363
|
+
}
|
|
364
|
+
.button {
|
|
365
|
+
position: absolute;
|
|
366
|
+
top: 10px;
|
|
367
|
+
left: 10px;
|
|
368
|
+
z-index: 10000;
|
|
369
|
+
color: white;
|
|
370
|
+
padding: 10px;
|
|
371
|
+
font-size: 30px;
|
|
372
|
+
cursor: pointer;
|
|
373
|
+
}
|
|
374
|
+
.button .fa {
|
|
375
|
+
transition: color 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
|
|
376
|
+
transition-delay: 0.75s;
|
|
377
|
+
}
|
|
378
|
+
input[data-function*=swipe] {
|
|
379
|
+
position: absolute;
|
|
380
|
+
opacity: 0;
|
|
381
|
+
}
|
|
382
|
+
label[data-function*=swipe] {
|
|
383
|
+
position: fixed;
|
|
384
|
+
top: 0px;
|
|
385
|
+
right: 5px;
|
|
386
|
+
display: block;
|
|
387
|
+
width: 36px;
|
|
388
|
+
height: 50px;
|
|
389
|
+
text-align: center;
|
|
390
|
+
color: #444;
|
|
391
|
+
cursor: pointer;
|
|
392
|
+
transform: translate3d(0, 0, 0);
|
|
393
|
+
transition: transform 0.3s;
|
|
394
|
+
z-index: 9999;
|
|
395
|
+
font-size: 14px;
|
|
396
|
+
}
|
|
397
|
+
.am-content.ui-app-area {
|
|
398
|
+
flex: 1;
|
|
399
|
+
transform: translate3d(0, 0, 0);
|
|
400
|
+
transition: transform 0.3s;
|
|
401
|
+
}
|
|
402
|
+
input[data-function*=swipe]:checked ~ .am-content {
|
|
403
|
+
transform: translate3d(0, 0px, 0px) !important;
|
|
404
|
+
}
|
|
405
|
+
input[data-function*=swipe]:checked ~ .am-left-sidebar.col-12.col-lg-2.p-0.menu-app {
|
|
406
|
+
transform: translate3d(0px, 0px, 0px) !important;
|
|
407
|
+
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
|
|
408
|
+
}
|
|
409
|
+
.nav-menu-btn {
|
|
410
|
+
display: inline-block;
|
|
411
|
+
vertical-align: middle;
|
|
412
|
+
padding: 5px;
|
|
413
|
+
font-size: 24px;
|
|
414
|
+
cursor: pointer;
|
|
415
|
+
margin-top: 14px;
|
|
416
|
+
}
|
|
417
|
+
.nav-menu-btn .menu-bar {
|
|
418
|
+
background: #000;
|
|
419
|
+
width: 15px;
|
|
420
|
+
height: 2px;
|
|
421
|
+
margin: 0 0 3px;
|
|
422
|
+
transition: all .2s ease-in-out;
|
|
423
|
+
}
|
|
424
|
+
.nav-menu-btn .menu-bar:last-child {
|
|
425
|
+
margin: 0;
|
|
426
|
+
}
|
|
427
|
+
.am-wrapper.main-app .ui-app-area .main-content,
|
|
428
|
+
.am-wrapper.main-app .ui-app-area .page-head {
|
|
429
|
+
padding: 20px 0;
|
|
430
|
+
}
|
|
431
|
+
.main-app .ui-app-area .page-head {
|
|
432
|
+
margin-left: 0px !important;
|
|
433
|
+
margin-right: 0px !important;
|
|
434
|
+
}
|
|
435
|
+
.user-profile {
|
|
436
|
+
position: fixed;
|
|
437
|
+
top: 11px;
|
|
438
|
+
right: 46px;
|
|
439
|
+
}
|
|
440
|
+
.user-notifications {
|
|
441
|
+
position: fixed;
|
|
442
|
+
top: 11px;
|
|
443
|
+
right: 78px;
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
@media (max-width: 480px) {
|
|
447
|
+
.am-content.ui-app-area table {
|
|
448
|
+
table-layout: auto !important;
|
|
449
|
+
}
|
|
244
450
|
}
|
data/lib/welcome_css/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: welcome_css
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '0.
|
|
4
|
+
version: '0.6'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jose Camacho
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-08-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|