welcome_css 0.75 → 0.78

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dae8a45ac3e71d8a922c4be7243f3d460aa163c75b93753b5c7acb531ee88f67
4
- data.tar.gz: db96e208e47cce91a6e805fd68fd812bb393393e4d79a722d44dbdd4b17e8222
3
+ metadata.gz: b696f4b2c442967b5e00655eb0fb486177f7d41b2a54eecc4472d5ba3d3a91a9
4
+ data.tar.gz: ea8d21c209af6edc0934b7386d8e225448418f1d5ae2cf9baa17285a90c4c31b
5
5
  SHA512:
6
- metadata.gz: c9832fd660c8faf34023e6e910d5360a150a8c93ec7a6bfa9fac0347b337374e6f73ba70c53d401fdc32cdd1ee75d3a8162205740b91e9656411e66d5c9e29ef
7
- data.tar.gz: 92fadbee0e1b7dfb308170e51ee6455f64bbd3c890d23381c259e1c5c705afdcb0968be6ecea438af050f85bee30ee5ac6253e13a97c326206d63a24f523da9b
6
+ metadata.gz: 804b93ca6b9d925ca0d7fc5583369bd8948c970c7398cf506517542ee2317b2a0ebb17e3b11a388a66a580d6022f9a285a20eafa00b4f59f8b1a11de8401a35e
7
+ data.tar.gz: 0fdff68422c695d56608984fa1c22fb2c5d8a31f8e7c9b2d7de2374cafc193e092b2baf0a713ae0617701947c5ab777951eb74a3f9b0a9bde65f4844a1f23634
@@ -160,7 +160,8 @@
160
160
  background-color: $ui_white;
161
161
  }
162
162
  .btn-delete,
163
- .new-involved-theme .btn.btn-outline-danger {
163
+ .new-involved-theme .btn.btn-outline-danger,
164
+ .btn-delete.btn.btn-outline-danger {
164
165
  padding: 6px 17px !important;
165
166
  text-indent: -9999px;
166
167
  background-image: image-url('icons/icn-trash.svg');
@@ -235,6 +235,20 @@
235
235
  }
236
236
  }
237
237
 
238
+ @media (max-width: 880px) {
239
+ .ui-app-area .form-selected {
240
+ height: 160px;
241
+ }
242
+ .ui-app-area .selected-products-popup {
243
+ display: block;
244
+ }
245
+ .ui-app-area .selected-products-popup .select2.select2-container {
246
+ width: 90% !important;
247
+ margin-bottom: 10px;
248
+ margin-top: 4px;
249
+ }
250
+ }
251
+
238
252
  @media (min-width: 769px) {
239
253
  .navbar .logo-area {
240
254
  display: none;
@@ -1176,31 +1176,47 @@ table .ui-table-row {
1176
1176
  min-height: 90px;
1177
1177
  }
1178
1178
  .widget .phase,
1179
+ .ui-app-area .phase,
1179
1180
  .block-stats-area .parcels-list .phase {
1180
1181
  border-radius: $ui-radius;
1181
1182
  padding: 0 2px;
1182
1183
  color: $ui_white;
1183
1184
  }
1184
- .block-stats-area .parcels-list .phase {
1185
+ .block-stats-area .parcels-list .phase,
1186
+ .ui-app-area .phase {
1185
1187
  font-size: 13px;
1186
1188
  }
1187
1189
  .widget .phase.p-pass,
1190
+ .ui-app-area .phase.p-pass,
1188
1191
  .block-stats-area .parcels-list .phase.p-pass {
1189
1192
  background-color: $ui_blue;
1190
1193
  }
1191
1194
  .widget .phase.p-questionable,
1195
+ .ui-app-area .phase.p-questionable,
1192
1196
  .block-stats-area .parcels-list .phase.p-questionable {
1193
1197
  background-color: #FAC15F;
1194
1198
  color: $ui_back;
1195
1199
  }
1196
1200
  .widget .phase.p-offmarket,
1201
+ .ui-app-area .phase.p-offmarket,
1197
1202
  .block-stats-area .parcels-list .phase.p-offmarket {
1198
1203
  background-color: #FF411D;
1199
1204
  }
1205
+ .widget .phase.p-onmarket,
1206
+ .ui-app-area .phase.p-onmarket,
1207
+ .block-stats-area .parcels-list .phase.p-onmarket {
1208
+ background-color: #007bff;
1209
+ }
1200
1210
  .widget .phase.p-reject,
1211
+ .ui-app-area .phase.p-reject,
1201
1212
  .block-stats-area .parcels-list .phase.p-reject {
1202
1213
  background-color: #FF411D;
1203
1214
  }
1215
+ .widget .phase.p-notreviewed,
1216
+ .ui-app-area .phase.p-notreviewed,
1217
+ .block-stats-area .parcels-list .phase.p-notreviewed {
1218
+ background-color: #17a2b8;
1219
+ }
1204
1220
 
1205
1221
  .block-stats .progress {
1206
1222
  display: block;
@@ -2065,7 +2081,8 @@ table .ui-table-row {
2065
2081
 
2066
2082
  /* =========================== */
2067
2083
 
2068
- .am-content.ui-app-area .model-widget {
2084
+ .am-content.ui-app-area .model-widget,
2085
+ .am-content.ui-app-area .launcher-widget {
2069
2086
  display: block;
2070
2087
  position: relative;
2071
2088
  background-color: $ui_white;
@@ -2080,17 +2097,20 @@ table .ui-table-row {
2080
2097
  margin-bottom: 30px;
2081
2098
  float: left;
2082
2099
  }
2083
- .am-content.ui-app-area .model-widget:nth-child(odd) {
2100
+ .am-content.ui-app-area .model-widget:nth-child(odd),
2101
+ .am-content.ui-app-area .launcher-widget:nth-child(odd) {
2084
2102
  margin-right: 5px;
2085
2103
  margin-left: 5px;
2086
2104
  /*float: left;*/
2087
2105
  }
2088
- .am-content.ui-app-area .model-widget:nth-child(even) {
2106
+ .am-content.ui-app-area .model-widget:nth-child(even),
2107
+ .am-content.ui-app-area .launcher-widget:nth-child(even) {
2089
2108
  margin-left: 5px;
2090
2109
  margin-right: 5px;
2091
2110
  /*float: right;*/
2092
2111
  }
2093
- .am-content.ui-app-area .model-widget .model-info {
2112
+ .am-content.ui-app-area .model-widget .model-info,
2113
+ .am-content.ui-app-area .launcher-widget .launcher-info {
2094
2114
  display: block;
2095
2115
  float: left;
2096
2116
  position: relative;
@@ -2098,7 +2118,9 @@ table .ui-table-row {
2098
2118
  margin-bottom: 12px;
2099
2119
  }
2100
2120
  .am-content.ui-app-area .model-widget .model-info .sort img,
2101
- .am-content.ui-app-area .floor-widget .sort img {
2121
+ .am-content.ui-app-area .launcher-widget .launcher-info .sort img,
2122
+ .am-content.ui-app-area .floor-widget .sort img,
2123
+ .am-content.ui-app-area .launcher-widget .sort img {
2102
2124
  position: absolute;
2103
2125
  right: 2px;
2104
2126
  top: 0;
@@ -2137,7 +2159,8 @@ table .ui-table-row {
2137
2159
  position: relative;
2138
2160
  width: 100%;
2139
2161
  }
2140
- .am-content.ui-app-area .model-widget .model-info .active-status {
2162
+ .am-content.ui-app-area .model-widget .model-info .active-status,
2163
+ .am-content.ui-app-area .launcher-widget .launcher-info .active-status {
2141
2164
  display: block;
2142
2165
  float: left;
2143
2166
  position: relative;
@@ -2148,61 +2171,72 @@ table .ui-table-row {
2148
2171
  font-size: 12px;
2149
2172
  font-weight: bold;
2150
2173
  }
2151
- .am-content.ui-app-area .model-widget .model-info .active-status h6 {
2174
+ .am-content.ui-app-area .model-widget .model-info .active-status h6,
2175
+ .am-content.ui-app-area .launcher-widget .launcher-info .active-status h6 {
2152
2176
  font-weight: 600;
2153
2177
  }
2154
- .am-content.ui-app-area .model-widget .model-info .active-status .active {
2178
+ .am-content.ui-app-area .model-widget .model-info .active-status .active,
2179
+ .am-content.ui-app-area .launcher-widget .launcher-info .active-status .active {
2155
2180
  background-image: image-url('icons/icn-active.svg');
2156
2181
  background-repeat: no-repeat;
2157
2182
  background-size: 8px;
2158
2183
  background-position: top 5px left 0px;
2159
2184
  padding-left: 12px;
2160
2185
  }
2161
- .am-content.ui-app-area .model-widget .model-info .active-status .status {
2186
+ .am-content.ui-app-area .model-widget .model-info .active-status .status,
2187
+ .am-content.ui-app-area .launcher-widget .launcher-info .active-status .status {
2162
2188
  display: none;
2163
2189
  }
2164
- .am-content.ui-app-area .model-widget .model-info .active-status .inactive {
2190
+ .am-content.ui-app-area .model-widget .model-info .active-status .inactive,
2191
+ .am-content.ui-app-area .launcher-widget .launcher-info .active-status .inactive {
2165
2192
  background-image: image-url('icons/icn-inactive.svg');
2166
2193
  background-repeat: no-repeat;
2167
2194
  background-size: 8px;
2168
2195
  background-position: top 5px left 0px;
2169
2196
  padding-left: 12px;
2170
2197
  }
2171
- .am-content.ui-app-area .model-widget .model-info .model-title {
2198
+ .am-content.ui-app-area .model-widget .model-info .model-title,
2199
+ .am-content.ui-app-area .launcher-widget .launcher-info .launcher-title {
2172
2200
  display: block;
2173
2201
  float: left;
2174
2202
  margin-bottom: 6px;
2175
2203
  }
2176
- .am-content.ui-app-area .model-widget .model-info .model-studio-status {
2204
+ .am-content.ui-app-area .model-widget .model-info .model-studio-status,
2205
+ .am-content.ui-app-area .launcher-widget .launcher-info .launcher-studio-status {
2177
2206
  display: block;
2178
2207
  float: left;
2179
2208
  }
2180
- .am-content.ui-app-area .model-widget .model-info .model-studio-status .model-studio-active {
2209
+ .am-content.ui-app-area .model-widget .model-info .model-studio-status .model-studio-active,
2210
+ .am-content.ui-app-area .launcher-widget .launcher-info .launcher-studio-status .launcher-studio-active {
2181
2211
  float: left;
2182
2212
  font-size: 12px;
2183
2213
  border: 1px solid #979797;
2184
2214
  border-radius: $ui-radius;
2185
2215
  padding: 1px 6px;
2186
2216
  }
2187
- .am-content.ui-app-area .model-widget .model-info .model-studio-status .model-studio-active .active {
2217
+ .am-content.ui-app-area .model-widget .model-info .model-studio-status .model-studio-active .active,
2218
+ .am-content.ui-app-area .launcher-widget .launcher-info .launcher-studio-status .launcher-studio-active .active {
2188
2219
  display: inline-block;
2189
2220
  width: 8px;
2190
2221
  height: 8px;
2191
2222
  background-color: #2FCC32;
2192
2223
  border-radius: 50%;
2193
2224
  }
2194
- .am-content.ui-app-area .model-widget .model-info .model-studio-status .model-studio-active .inactive {
2225
+ .am-content.ui-app-area .model-widget .model-info .model-studio-status .model-studio-active .inactive,
2226
+ .am-content.ui-app-area .launcher-widget .launcher-info .launcher-studio-status .launcher-studio-active .inactive {
2195
2227
  display: inline-block;
2196
2228
  width: 8px;
2197
2229
  height: 8px;
2198
2230
  background-color: #4A4A4A;
2199
2231
  border-radius: 50%;
2200
2232
  }
2201
- .am-content.ui-app-area .model-widget .model-img img {
2233
+ .am-content.ui-app-area .model-widget .model-img img,
2234
+ .am-content.ui-app-area .launcher-widget .launcher-img img {
2202
2235
  max-width: 100%;
2203
2236
  margin-bottom: 12px;
2204
2237
  }
2205
- .am-content.ui-app-area .model-widget .model-info.separator {
2238
+ .am-content.ui-app-area .model-widget .model-info.separator,
2239
+ .am-content.ui-app-area .launcher-widget .launcher-info.separator {
2206
2240
  padding-top: 14px;
2207
2241
  border-top: 1px solid #D9D9D9;
2208
2242
  }
@@ -2266,6 +2300,7 @@ table .ui-table-row {
2266
2300
  padding-left: 15px;
2267
2301
  }
2268
2302
  .am-content.ui-app-area .floor-widget .floor-container .floor_title_add-edit,
2303
+ .am-content.ui-app-area .block-widget .blocks-container .block_title_add-edit,
2269
2304
  .am-content.ui-app-area .floor-widget .floor-container .floor_areas,
2270
2305
  .am-content.ui-app-area .block-widget .blocks-container .blocks_areas {
2271
2306
  display: block;
@@ -3320,6 +3355,74 @@ table .ui-table-row {
3320
3355
  padding: 5px 15px !important;
3321
3356
  background-position: right 10px top 15px !important;
3322
3357
  }
3358
+ .ui-app-area .download-link {
3359
+ background-image: image-url('icons/icn-download-blue.svg');
3360
+ background-repeat: no-repeat;
3361
+ background-size: 12px;
3362
+ background-position: left 0px top 3px;
3363
+ padding-left: 18px;
3364
+ }
3365
+
3366
+ /* =========================== */
3367
+
3368
+ .ui-app-area #product_import .table-item:hover {
3369
+ cursor: pointer;
3370
+ }
3371
+ .ui-app-area .form-selected[hidden] {
3372
+ visibility: hidden;
3373
+ opacity: 0;
3374
+
3375
+ -webkit-transition: opacity 600ms, visibility 600ms;
3376
+ transition: opacity 600ms, visibility 600ms;
3377
+ }
3378
+ .ui-app-area .form-selected {
3379
+ display: block;
3380
+ float: left;
3381
+ position: sticky;
3382
+ background-color: #fff;
3383
+ bottom: 0;
3384
+ width: calc(100% + 30px);
3385
+ height: 80px;
3386
+ padding: 20px;
3387
+ margin-left: -15px;
3388
+ box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.30);
3389
+ -webkit-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.30);
3390
+ -moz-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.30);
3391
+
3392
+ visibility: visible;
3393
+ opacity: 1;
3394
+ }
3395
+ .ui-app-area .selected-products-popup {
3396
+ float: none;
3397
+ position: relative;
3398
+ max-width: 780px;
3399
+ text-align: center;
3400
+ margin: 0 auto;
3401
+ font-size: 20px;
3402
+ font-weight: bold;
3403
+
3404
+ display: flex;
3405
+ flex-direction: row;
3406
+ justify-content: center;
3407
+ align-items: center;
3408
+ }
3409
+ .ui-app-area .selected-products-popup .select2.select2-container {
3410
+ width: 320px !important;
3411
+ margin-right: 10px;
3412
+ margin-left: 10px;
3413
+ text-align: left;
3414
+ }
3415
+ .ui-app-area .selected-products-popup .select2.select2-container .select2-selection {
3416
+ height: 40px;
3417
+ font-size: 14px;
3418
+ font-weight: normal;
3419
+ }
3420
+
3421
+ /* =========================== */
3422
+
3423
+ .land-app .ui-app-area [data-controller="batch-action"] .table-item.selected {
3424
+ border-color: #6FB1F3 !important;
3425
+ }
3323
3426
 
3324
3427
  /* =========================== */
3325
3428
 
@@ -58,6 +58,7 @@ h1, h2, h3, h4 {
58
58
  // Welcome UI - Colors
59
59
 
60
60
  $ui_back: #000000 !important;
61
+ $ui_black: #000000 !important;
61
62
  $ui_white: #ffffff !important;
62
63
  $ui_blue: #4A8FE7 !important;
63
64
  $ui_red: #FF4949 !important;
@@ -71,7 +72,7 @@ $ui_fill: #F8F8F8 !important;
71
72
  $ui-colors: () !default;
72
73
  $ui-colors: map-merge(
73
74
  (
74
- "ui-black": $ui_back,
75
+ "ui-black": $ui_black,
75
76
  "ui-white": $ui_white,
76
77
  "ui_blue": $ui_blue,
77
78
  "ui_green": $ui_green,
@@ -713,4 +714,77 @@ $block-result-color: #000;
713
714
  .am-content.ui-app-area table {
714
715
  table-layout: auto !important;
715
716
  }
717
+ }
718
+
719
+ /* ====================================== */
720
+ /* Style Guide */
721
+
722
+ .block-division {
723
+ display: block;
724
+ float: left;
725
+ position: relative;
726
+ width: 100%;
727
+ border-top: 1px solid #eaeaea;
728
+ margin-top: 20px;
729
+ margin-bottom: 30px;
730
+ }
731
+ .highlight {
732
+ background: #eaeaea;
733
+ border: 1px solid #ebeced;
734
+ border-radius: 4px;
735
+ display: inline-block;
736
+ line-height: 21px;
737
+ max-width: 100%;
738
+ padding: 20px !important;
739
+ vertical-align: baseline;
740
+ margin: 20px 0;
741
+ }
742
+ .highlight pre {
743
+ padding: 0;
744
+ margin-top: 0.65rem;
745
+ margin-bottom: 0.65rem;
746
+ white-space: pre;
747
+ background-color: transparent;
748
+ border: 0;
749
+ }
750
+ .highlight pre code {
751
+ font-size: inherit;
752
+ color: #212529;
753
+ word-wrap: normal;
754
+ }
755
+ .highlight .code-p1 {
756
+ padding-left: 15px;
757
+ }
758
+ .highlight .code-p2 {
759
+ padding-left: 30px;
760
+ }
761
+ .highlight .code-p3 {
762
+ padding-left: 45px;
763
+ }
764
+ .highlight .code-p4 {
765
+ padding-left: 60px;
766
+ }
767
+ .highlight .code-p5 {
768
+ padding-left: 75px;
769
+ }
770
+ .highlight .code-p6 {
771
+ padding-left: 90px;
772
+ }
773
+ .highlight .code-p7 {
774
+ padding-left: 105px;
775
+ }
776
+ .highlight .code-p8 {
777
+ padding-left: 120px;
778
+ }
779
+ .highlight .code-p9 {
780
+ padding-left: 135px;
781
+ }
782
+ .highlight .code-p10 {
783
+ padding-left: 150px;
784
+ }
785
+ .highlight .code-p11 {
786
+ padding-left: 165px;
787
+ }
788
+ .highlight .code-p12 {
789
+ padding-left: 180px;
716
790
  }
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.75"
2
+ VERSION = "0.78"
3
3
  end
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.75'
4
+ version: '0.78'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jose Camacho
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-20 00:00:00.000000000 Z
11
+ date: 2022-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails