welcome_css 0.10 → 0.14

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: b7934522cfaade72c696df02fdeae5545f667cd6543c851b4025a37705ea5428
4
- data.tar.gz: bba084691b3f08ee65531e3ac8d3f539cc886063356cf527d61ae92282793e83
3
+ metadata.gz: 682f7550ac525199d356b0d9e3de2678e404a20f690f718ef56f14f4bbbad8b6
4
+ data.tar.gz: 6ffd47d055cb72e54a40f20835f4982ef4739c99c43bc53ff4609dda536a87fc
5
5
  SHA512:
6
- metadata.gz: a46c8f65000b5b7e8216a96247c20afba5bc102da269888e189d7f3aed40f72b1bb7773adc980c90595770cfe5e7848977acc9d6e8797b1b3ef325618cdbae8c
7
- data.tar.gz: 3976f609cf60f803355903aa59e09f61180da7de82c6657ff30c57c607b28d232354001d2966a8c8dd7168709209be6a0041c13ee5d1481adb81aa799b9c36d0
6
+ metadata.gz: '015882cb06a4530ebff92a4974958c87f16f2d96ad2af38aa2443b25eb63ee41299e4399f1799cdd3a3b621adc03f3b9b5ab582ebd649d413924a509c7447c88'
7
+ data.tar.gz: ae4916f7b0284876bbe4fb19ea927bec76747369a23d938fb83e5a295656fdda63b131f020b5cf80364d35c3c5696ec47aac0d87908e774135bf3e4ca61c204d
@@ -159,6 +159,9 @@ table .ui-table-row {
159
159
  background-color: transparent;
160
160
  border: transparent;
161
161
  }
162
+ .ui-app-area .dropdown .btn.dropdown-toggle:hover .dropdown-menu {
163
+ display: block !important;
164
+ }
162
165
  .site-plan .card-body {
163
166
  padding: 0;
164
167
  }
@@ -564,9 +567,9 @@ table .ui-table-row {
564
567
  /* =========================== */
565
568
 
566
569
  .main-content table {
567
- box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.68);
568
- -webkit-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.68);
569
- -moz-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.68);
570
+ box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.25);
571
+ -webkit-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.25);
572
+ -moz-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.25);
570
573
  }
571
574
 
572
575
  /* =========================== */
@@ -756,6 +759,7 @@ table .ui-table-row {
756
759
  }
757
760
 
758
761
  /* =========================== */
762
+ /* Land App - LP */
759
763
 
760
764
  .block-stats {
761
765
  display: block;
@@ -796,7 +800,7 @@ table .ui-table-row {
796
800
  position: relative;
797
801
  padding: 0 3px;
798
802
  }
799
- .widget {
803
+ .ui-app-area .widget {
800
804
  display: block;
801
805
  float: left;
802
806
  position: relative;
@@ -812,6 +816,19 @@ table .ui-table-row {
812
816
  background-color: transparent;
813
817
  border: none;
814
818
  }
819
+ .ui-app-area.am-content .widget-area .widget {
820
+ display: block;
821
+ float: left;
822
+ position: relative;
823
+ background-color: #EEF2F7;
824
+ border: 1px solid #D2D5DA;
825
+ border-radius: $ui-radius;
826
+ padding: 15px 20px;
827
+ min-height: 300px;
828
+ }
829
+ .ui-app-area.am-content .widget-area h4 {
830
+ margin-bottom: 0;
831
+ }
815
832
  .widget .widget-title {
816
833
  font-size: 18px;
817
834
  line-height: 22px;
@@ -823,22 +840,30 @@ table .ui-table-row {
823
840
  margin-top: 12px;
824
841
  min-height: 90px;
825
842
  }
826
- .widget .phase {
843
+ .widget .phase,
844
+ .block-stats-area .parcels-list .phase {
827
845
  border-radius: $ui-radius;
828
846
  padding: 0 2px;
829
847
  color: $ui_white;
830
848
  }
831
- .widget .phase.p-pass {
849
+ .block-stats-area .parcels-list .phase {
850
+ font-size: 13px;
851
+ }
852
+ .widget .phase.p-pass,
853
+ .block-stats-area .parcels-list .phase.p-pass {
832
854
  background-color: $ui_blue;
833
855
  }
834
- .widget .phase.p-questionable {
856
+ .widget .phase.p-questionable,
857
+ .block-stats-area .parcels-list .phase.p-questionable {
835
858
  background-color: #FAC15F;
836
859
  color: $ui_back;
837
860
  }
838
- .widget .phase.p-offmarket {
861
+ .widget .phase.p-offmarket,
862
+ .block-stats-area .parcels-list .phase.p-offmarket {
839
863
  background-color: #FF411D;
840
864
  }
841
- .widget .phase.p-reject {
865
+ .widget .phase.p-reject,
866
+ .block-stats-area .parcels-list .phase.p-reject {
842
867
  background-color: #FF411D;
843
868
  }
844
869
 
@@ -988,6 +1013,78 @@ table .ui-table-row {
988
1013
  margin-bottom: 0 !important;
989
1014
  }
990
1015
 
1016
+ .block-stats-area .parcels-list {
1017
+ border-bottom: 1px solid #C4C4C4;
1018
+ }
1019
+ .block-stats-area .parcels-list .parcel-item {
1020
+ border-bottom: 1px solid #E8E8E8;
1021
+ }
1022
+ .block-stats-area .parcels-list .parcel-item:last-child {
1023
+ border-bottom: none;
1024
+ }
1025
+ .block-stats-area .dropdown-menu.tags {
1026
+ display: none;
1027
+ margin-bottom: 0;
1028
+ position: absolute;
1029
+ right: 0;
1030
+ margin-right: 0;
1031
+ }
1032
+ .block-stats-area table thead {
1033
+ background-color: transparent !important;
1034
+ border-top: none;
1035
+ border-left: none;
1036
+ border-right: none;
1037
+ border-bottom: 1px solid #C4C4C4;
1038
+ }
1039
+ .block-stats-area table thead th,
1040
+ .block-stats-area table td {
1041
+ border-bottom: none;
1042
+ border-top: none;
1043
+ padding-left: 0;
1044
+ padding-right: 0;
1045
+ }
1046
+ .block-stats-area table .ui-table-row {
1047
+ border: none;
1048
+ }
1049
+ .block-stats-area .ui-table-row.width-drop .dropdown a {
1050
+ color: $ui_back;
1051
+ padding: 10px 10px 0px 10px;
1052
+ font-size: 14px;
1053
+ }
1054
+ .block-stats-area .ui-table-row.width-drop .dropdown a:hover {
1055
+ text-decoration: none;
1056
+ }
1057
+
1058
+ .am-content.ui-app-area .block-stats-area .parcels-list .ui-table-row.width-drop {
1059
+ border-bottom: 1px solid #E4E4E4;
1060
+ }
1061
+ .am-content.ui-app-area .block-stats-area .parcels-list .ui-table-row.width-drop:last-child {
1062
+ border-bottom: none;
1063
+ }
1064
+
1065
+ .block-stats-area .list-properties {
1066
+ border-bottom: 1px solid #D9D9D9;
1067
+ }
1068
+ .block-stats-area .list-properties-item {
1069
+ font-size: 14px;
1070
+ border-bottom: 1px solid #D9D9D9;
1071
+ }
1072
+ .block-stats-area .list-properties-item:last-child {
1073
+ border-bottom: none
1074
+ }
1075
+ .block-stats-area .transit {
1076
+ font-size: 14px;
1077
+ margin-top: 10px;
1078
+ margin-bottom: 20px;
1079
+ }
1080
+
1081
+ .block-stats-area .maps-frame {
1082
+ height: 100%;
1083
+ position: absolute;
1084
+ right: 0;
1085
+ top: 0;
1086
+ }
1087
+
991
1088
  .search-area {
992
1089
  display: block;
993
1090
  position: relative;
@@ -1046,6 +1143,9 @@ table .ui-table-row {
1046
1143
  margin-bottom: 0;
1047
1144
  }
1048
1145
 
1146
+ /* =========================== */
1147
+ /* Land App - Daily Stats */
1148
+
1049
1149
  .daily-stats .daily-widget {
1050
1150
  min-height: auto;
1051
1151
  padding: 15px 20px 25px 20px;
@@ -1077,4 +1177,181 @@ table .ui-table-row {
1077
1177
  top: 0;
1078
1178
  bottom: 0;
1079
1179
  color: #000;
1080
- }
1180
+ }
1181
+
1182
+ /* =========================== */
1183
+ /* Teardown UI adaptations */
1184
+
1185
+ .ui-app-area .teardown-information-block {
1186
+ display: block;
1187
+ width: 100%;
1188
+ padding: 15px;
1189
+ margin-left: 15px;
1190
+ margin-right: 15px;
1191
+ }
1192
+ .ui-app-area .card-block {
1193
+ display: block !important;
1194
+ }
1195
+ .ui-app-area .data-list {
1196
+ display: block;
1197
+ float: left;
1198
+ position: relative;
1199
+ margin-top: 20px;
1200
+ }
1201
+ .ui-app-area .data-list h4 {
1202
+ font-size: 18px;
1203
+ color: #6F6F6F;
1204
+ letter-spacing: 0;
1205
+ font-family: 'hk_groteskmedium';
1206
+ padding: 12px 15px 12px 0;
1207
+ min-height: 80px;
1208
+ }
1209
+ .ui-app-area .data-list h4 span {
1210
+ font-size: 15px;
1211
+ }
1212
+ .ui-app-area .data-list .data-list-item {
1213
+ padding: 0 15px 0 25px !important;
1214
+ width: 100%;
1215
+ margin: 0 0 30px 0;
1216
+ }
1217
+ .ui-app-area .data-list .data-list-item strong,
1218
+ .ui-app-area .data-list-card strong {
1219
+ font-family: 'gt-eesti-regular';
1220
+ font-size: 18px;
1221
+ }
1222
+ .ui-app-area .data-list-card {
1223
+ display: block;
1224
+ float: left;
1225
+ position: relative;
1226
+ background-color: #EEF2F7;
1227
+ border-radius: $ui-radius;
1228
+ margin: 20px 0;
1229
+ padding: 15px;
1230
+ text-align: center;
1231
+ min-height: 265px;
1232
+ }
1233
+ .ui-app-area .data-list-card h4 {
1234
+ font-size: 16px;
1235
+ color: #6F6F6F;
1236
+ letter-spacing: 0;
1237
+ font-family: 'hk_groteskmedium';
1238
+ }
1239
+ .ui-app-area .data-list-card .distribution-curve {
1240
+ display: block;
1241
+ float: left;
1242
+ position: relative;
1243
+ width: 100%;
1244
+ height: 110px;
1245
+ margin: 10px 0;
1246
+ }
1247
+ .ui-app-area .data-list .bg-average {
1248
+ background-image: image-url('icons/icn-average.svg');
1249
+ background-repeat: no-repeat;
1250
+ background-size: 20px;
1251
+ background-position: left 0 top 6px;
1252
+ }
1253
+ .ui-app-area .data-list .bg-median {
1254
+ background-image: image-url('icons/icn-median.svg');
1255
+ background-repeat: no-repeat;
1256
+ background-size: 18px;
1257
+ background-position: left 0 top 6px;
1258
+ }
1259
+ .ui-app-area .data-list .bg-square-foot {
1260
+ background-image: image-url('icons/icn-square-foot.svg');
1261
+ background-repeat: no-repeat;
1262
+ background-size: 18px;
1263
+ background-position: left 0 top 6px;
1264
+ }
1265
+ .ui-app-area .icn-title {
1266
+ margin-top: -8px;
1267
+ }
1268
+
1269
+ /* =========================== */
1270
+ /* Fixed Note for Dev Requests */
1271
+
1272
+ .card.card-fixed {
1273
+ border: none;
1274
+ border-radius: $ui-radius;
1275
+ background-color: transparent;
1276
+ }
1277
+ .note-fixed {
1278
+ background-color: #FDFEFF;
1279
+ border-top: 1px solid rgba(0, 0, 0, 0.125);
1280
+ border-bottom: 1px solid rgba(0, 0, 0, 0.125);
1281
+ padding: 30px 45px;
1282
+ box-shadow: 1px 1px 12px 0px rgba(141,141,141,0.45);
1283
+ -webkit-box-shadow: 1px 1px 12px 0px rgba(141,141,141,0.45);
1284
+ -moz-box-shadow: 1px 1px 12px 0px rgba(141,141,141,0.45);
1285
+ margin-bottom: 15px;
1286
+ }
1287
+ .note-fixed .title {
1288
+ border-bottom: 1px solid $ui_lightgray;
1289
+ padding-bottom: 5px;
1290
+ margin-bottom: 15px;
1291
+ }
1292
+ .note-fixed .title h4 {
1293
+ font-weight: 600;
1294
+ }
1295
+ .note-fixed .body p {
1296
+ margin-bottom: 10px;
1297
+ }
1298
+ .note-fixed .body .block-information {
1299
+ margin-bottom: 30px;
1300
+ }
1301
+ .note-fixed .body .block-information:last-child {
1302
+ margin-bottom: 0px;
1303
+ }
1304
+ .main-content.request-area .sticky-top {
1305
+ height: calc(100vh - 20px);
1306
+ overflow: scroll;
1307
+ }
1308
+ .card-form-dev label {
1309
+ font-size: 20px;
1310
+ line-height: 24px;
1311
+ font-weight: 500;
1312
+ font-family: 'gt-eesti-regular';
1313
+ }
1314
+ .card-form-dev .checkbox-wrapper label,
1315
+ .card-form-dev .user_story_form label {
1316
+ font-weight: 400;
1317
+ font-size: 16px;
1318
+ font-family: 'hk_groteskmedium';
1319
+ }
1320
+ .card-form-dev .user_story_form label {
1321
+ margin-top: 12px;
1322
+ margin-bottom: 0px;
1323
+ }
1324
+
1325
+ /* =========================== */
1326
+ /* Menu Dots open on hover */
1327
+
1328
+ .ui-app-area .table-responsive {
1329
+ overflow: visible;
1330
+ }
1331
+ .dropdown.dropleft:hover > .dropdown-menu {
1332
+ display: block !important;
1333
+ right: 8px !important;
1334
+ cursor: pointer;
1335
+ }
1336
+ .title-section .dropdown.dropleft:hover > .dropdown-menu {
1337
+ left: 0 !important;
1338
+ }
1339
+
1340
+ /* =========================== */
1341
+ /* Breadcrumbs - UI adaptations */
1342
+
1343
+ .breadcrumb {
1344
+ color: #6c757d;
1345
+ }
1346
+
1347
+ /* =========================== */
1348
+ /* Admin App - LP */
1349
+
1350
+
1351
+
1352
+
1353
+
1354
+
1355
+
1356
+
1357
+
@@ -459,6 +459,35 @@ $lg-paddingbottom: 60px;
459
459
  height: 30px;
460
460
  }
461
461
  }
462
+
463
+ @media (max-width: 580px) {
464
+ .am-content.ui-app-area .widget-area .widget-box {
465
+ width: 50% !important;
466
+ }
467
+ .am-content.ui-app-area .block-stats .block-stats-area .parcels-list div {
468
+ width: 100% !important;
469
+ }
470
+ .am-content.ui-app-area .block-stats .block-stats-area .table-responsive tbody tr td {
471
+ padding-right: 10px;
472
+ }
473
+ .am-content.ui-app-area .block-stats .block-stats-area.asking-price-range .w-25 {
474
+ width: 50% !important;
475
+ margin-bottom: 12px;
476
+ }
477
+ .am-content.ui-app-area .block-stats .block-stats-area .list-approbed {
478
+ width: 100% !important;
479
+ padding-top: 320px;
480
+ padding-right: 0 !important;
481
+ }
482
+ .am-content.ui-app-area .block-stats .block-stats-area .maps-frame {
483
+ height: 300px;
484
+ position: absolute;
485
+ right: 0;
486
+ top: 0;
487
+ width: 100% !important;
488
+ }
489
+ }
490
+
462
491
  @media (max-width: 480px) {
463
492
  .am-content.ui-app-area table {
464
493
  table-layout: auto !important;
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.10"
2
+ VERSION = "0.14"
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.10'
4
+ version: '0.14'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jose Camacho
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-31 00:00:00.000000000 Z
11
+ date: 2021-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -44,7 +44,7 @@ dependencies:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
46
  version: 4.6.0
47
- description:
47
+ description:
48
48
  email:
49
49
  - jose@welcomehomes.com
50
50
  executables: []
@@ -251,7 +251,7 @@ licenses:
251
251
  - MIT
252
252
  metadata:
253
253
  homepage_uri: https://github.com/WelcomeHomes/welcome_css
254
- post_install_message:
254
+ post_install_message:
255
255
  rdoc_options: []
256
256
  require_paths:
257
257
  - lib
@@ -266,8 +266,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
266
266
  - !ruby/object:Gem::Version
267
267
  version: '0'
268
268
  requirements: []
269
- rubygems_version: 3.2.3
270
- signing_key:
269
+ rubygems_version: 3.1.4
270
+ signing_key:
271
271
  specification_version: 4
272
272
  summary: Stylesheets for dashboards and admin systems
273
273
  test_files: []