welcome_css 0.3 → 0.4
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 +19 -0
- data/app/assets/stylesheets/_welcome-ui-tables.scss +47 -4
- data/app/assets/stylesheets/_welcome-ui-tabs.scss +1 -1
- data/app/assets/stylesheets/_welcome-ui.scss +28 -2
- 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: be5a0cb9e646238937fc145f25150578109da65956d498677e27761ed01c0765
|
|
4
|
+
data.tar.gz: 5cdc6fa4604f677f363ec8ed01cd7fd89e1007a814d8cbcaf98c2f4b220099c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a83170fe6948bb5e04d5679430cb76f2c945f9e92a7a50fe4258608d03108541f7cf6e3ff36d1c3c0cff7966e624dc2b79cb705e6b6591682e3ad2df862f56ed
|
|
7
|
+
data.tar.gz: b0de932190bae91818dc1e2e87277c4ba93454017e71c3bebefad10b111a0f98389f6a170b0e94288d200e07233e6b59ba3f97650c3d04398ceef42976800eaa
|
|
@@ -98,4 +98,23 @@
|
|
|
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;
|
|
101
120
|
}
|
|
@@ -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
|
}
|
|
@@ -25,7 +32,7 @@ table .ui-table-row {
|
|
|
25
32
|
}
|
|
26
33
|
.ui-toptable {
|
|
27
34
|
background-color: $ui_middlegray;
|
|
28
|
-
padding:
|
|
35
|
+
padding: 8px 15px;
|
|
29
36
|
border: 1px solid $ui_middlegray;
|
|
30
37
|
-webkit-border-top-left-radius: $ui-radius;
|
|
31
38
|
-webkit-border-top-right-radius: $ui-radius;
|
|
@@ -69,7 +76,7 @@ table .ui-table-row {
|
|
|
69
76
|
|
|
70
77
|
/* Tr */
|
|
71
78
|
.ui-table table tbody tr:hover {
|
|
72
|
-
background-color: $ui_fill
|
|
79
|
+
/*background-color: $ui_fill;*/
|
|
73
80
|
}
|
|
74
81
|
|
|
75
82
|
.ui-toptable .col-lg-6:first-child {
|
|
@@ -127,6 +134,20 @@ table .ui-table-row {
|
|
|
127
134
|
.ui-app-area .list-group-item {
|
|
128
135
|
min-height: 90px;
|
|
129
136
|
}
|
|
137
|
+
#ui-tabs .list-group-item {
|
|
138
|
+
padding-left: 15px;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
/* =========================== */
|
|
142
|
+
|
|
143
|
+
.land-app .parcel-information-block {
|
|
144
|
+
display: block;
|
|
145
|
+
width: 100%;
|
|
146
|
+
border-bottom: 1px solid #D9D9D9;
|
|
147
|
+
padding: 15px;
|
|
148
|
+
margin-left: 15px;
|
|
149
|
+
margin-right: 15px;
|
|
150
|
+
}
|
|
130
151
|
|
|
131
152
|
/* =========================== */
|
|
132
153
|
|
|
@@ -135,6 +156,7 @@ table .ui-table-row {
|
|
|
135
156
|
float: left;
|
|
136
157
|
position: relative;
|
|
137
158
|
margin-bottom: $sm-marginbottom;
|
|
159
|
+
margin-left: 15px;
|
|
138
160
|
}
|
|
139
161
|
.ui-app-area .width-drop {
|
|
140
162
|
padding-right: 50px;
|
|
@@ -161,7 +183,7 @@ table .ui-table-row {
|
|
|
161
183
|
padding: 1.50rem 1.25rem;
|
|
162
184
|
}
|
|
163
185
|
.ui-app-area .list-group-item:hover {
|
|
164
|
-
background-color: $ui_fill
|
|
186
|
+
/*background-color: $ui_fill;*/
|
|
165
187
|
}
|
|
166
188
|
.ui-app-area .parcel-main-info .list-group-item {
|
|
167
189
|
padding: 0.50rem 1.25rem;
|
|
@@ -170,6 +192,9 @@ table .ui-table-row {
|
|
|
170
192
|
/* =========================== */
|
|
171
193
|
|
|
172
194
|
.parcel-main-info {
|
|
195
|
+
display: block;
|
|
196
|
+
float: left;
|
|
197
|
+
position: relative;
|
|
173
198
|
margin-bottom: $md-marginbottom;
|
|
174
199
|
}
|
|
175
200
|
.parcel-main-info .card {
|
|
@@ -422,7 +447,7 @@ table .ui-table-row {
|
|
|
422
447
|
background-color:#fff;
|
|
423
448
|
}
|
|
424
449
|
.table-striped tbody tr:hover {
|
|
425
|
-
background-color:#
|
|
450
|
+
background-color:#fff!important;
|
|
426
451
|
}
|
|
427
452
|
.am-wrapper.am-login {
|
|
428
453
|
max-width: 660px;
|
|
@@ -497,6 +522,13 @@ table .ui-table-row {
|
|
|
497
522
|
float: left;
|
|
498
523
|
}
|
|
499
524
|
|
|
525
|
+
.ui-app-area #nav-p_information .row {
|
|
526
|
+
margin-bottom: 30px;
|
|
527
|
+
}
|
|
528
|
+
.ui-app-area #nav-p_information .row .ui-toptable .row {
|
|
529
|
+
margin-bottom: 0px;
|
|
530
|
+
}
|
|
531
|
+
|
|
500
532
|
/* =========================== */
|
|
501
533
|
|
|
502
534
|
.main-content table {
|
|
@@ -565,6 +597,17 @@ table .ui-table-row {
|
|
|
565
597
|
.main-app .ui-app-area table thead {
|
|
566
598
|
background-color: #edeff4;
|
|
567
599
|
}
|
|
600
|
+
.ui-app-area .page-head .dropdown.droppright {
|
|
601
|
+
top: 6px;
|
|
602
|
+
left: 12px;
|
|
603
|
+
}
|
|
604
|
+
.ui-app-area .row-white {
|
|
605
|
+
background-color: #fff;
|
|
606
|
+
padding: 12px;
|
|
607
|
+
margin-left: 0px;
|
|
608
|
+
margin-right: 0;
|
|
609
|
+
border-bottom: 1px solid rgba(0,0,0,0.1);
|
|
610
|
+
}
|
|
568
611
|
|
|
569
612
|
/* =========================== */
|
|
570
613
|
|
|
@@ -243,15 +243,41 @@ $lg-paddingbottom: 60px;
|
|
|
243
243
|
font-size: 13px !important;
|
|
244
244
|
}
|
|
245
245
|
|
|
246
|
-
.am-left-sidebar .parent .list-group-item {
|
|
246
|
+
.am-left-sidebar .parent .list-group-item:before {
|
|
247
247
|
background-image: url("https://land.welcomehomes.com/assets/icons/icn-submenu-cf0fa33c4c7e45be386bde2e5d9cf8b5297cf24558243549ff5b308a988f8af1.svg");
|
|
248
248
|
background-repeat: no-repeat;
|
|
249
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;
|
|
250
259
|
}
|
|
251
|
-
.am-left-sidebar .parent
|
|
260
|
+
.am-left-sidebar .parent .list-group-item:hover:before {
|
|
261
|
+
opacity: 1;
|
|
262
|
+
}
|
|
263
|
+
.am-left-sidebar .parent.open .list-group-item:before {
|
|
252
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;
|
|
253
276
|
}
|
|
254
277
|
.list-group-item:first-child {
|
|
255
278
|
border-top-left-radius: 0 !important;
|
|
256
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;
|
|
257
283
|
}
|
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.4'
|
|
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-07-
|
|
11
|
+
date: 2021-07-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|