welcome_css 0.9 → 0.13

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: 841a21ad43e353bb0e2d19a2612446c809774e6ddd424307a37c890798724c7c
4
- data.tar.gz: 43eb0736203bf172a0c44e7322b372deb7a5afc4bf8c7a7abe2c8d337ea878da
3
+ metadata.gz: 8f2d3f1ba522e52e192e3042764336bab5db719376ab848f49faa1d01807e3f0
4
+ data.tar.gz: 1e2296dd78823ae11bbfaf64108e14492cf5b395c43fdddcbb87f932c82b3625
5
5
  SHA512:
6
- metadata.gz: edea5ca8247869aa698a425c296db88c42608ca3570a4bf54341771d7d8546ce6ff2774776c91469c88a35d14d23ca6bcc085397dada7f6450bc5c9e72339b84
7
- data.tar.gz: 10adbcd20631c4c10b3fdf092c373c1aa8d628ef53bf082ad8bae82b9bfbe101b38b0a1968b5a2bc0e8da81c8b62db71a37ffb86a211192a40e9d2365b0a7e84
6
+ metadata.gz: d4706c30c7429ede677e5f12dd12dcec4365072e0f58f2451e90b87bb1aeace048225ab9e370c5cc5e1c788a1fa389f2afd464fa085df5b78316487abe46ab73
7
+ data.tar.gz: b4139cf873b23c0855dafd9701e171ae852bea133b996cf7503ebdb910e2e9c7c601b031c49d5dc98d95add047e9352592ae5845403ed374b571b833eb9a40cd
@@ -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;
@@ -996,14 +1000,21 @@ table .ui-table-row {
996
1000
  }
997
1001
  .search-area .search-lp {
998
1002
  height: 50px;
1003
+ border-radius: 4px;
999
1004
  -webkit-border-top-right-radius: 0px;
1000
1005
  -webkit-border-bottom-right-radius: 0px;
1001
1006
  -moz-border-radius-topright: 0px;
1002
1007
  -moz-border-radius-bottomright: 0px;
1003
1008
  border-top-right-radius: 0px;
1004
1009
  border-bottom-right-radius: 0px;
1010
+ border-color: #D9D9D9 !important;
1011
+ border-style: solid;
1012
+ background-color: #fff;
1013
+ border-width: 1px;
1014
+ padding: 5px 10px;
1015
+ border-image: none;
1005
1016
  }
1006
- .search-area button {
1017
+ .search-area input[type="image"] {
1007
1018
  height: 50px;
1008
1019
  -webkit-border-top-left-radius: 0px;
1009
1020
  -webkit-border-bottom-left-radius: 0px;
@@ -1013,13 +1024,12 @@ table .ui-table-row {
1013
1024
  border-bottom-left-radius: 0px;
1014
1025
  height: 50px;
1015
1026
  padding: 5px;
1016
- }
1017
- .search-area button.btn-primary {
1018
1027
  background-color: #EEF2F7 !important;
1019
1028
  font-size: 16px;
1020
1029
  border: 1px solid #D9D9D9;
1021
1030
  color: #AFAFAF;
1022
1031
  text-align: center;
1032
+ margin: -4px 0 0 -6px;
1023
1033
  }
1024
1034
  .search-area button img {
1025
1035
  width: -moz-available;
@@ -1040,6 +1050,9 @@ table .ui-table-row {
1040
1050
  margin-bottom: 0;
1041
1051
  }
1042
1052
 
1053
+ /* =========================== */
1054
+ /* Land App - Daily Stats */
1055
+
1043
1056
  .daily-stats .daily-widget {
1044
1057
  min-height: auto;
1045
1058
  padding: 15px 20px 25px 20px;
@@ -1071,4 +1084,178 @@ table .ui-table-row {
1071
1084
  top: 0;
1072
1085
  bottom: 0;
1073
1086
  color: #000;
1074
- }
1087
+ }
1088
+
1089
+ /* =========================== */
1090
+ /* Teardown UI adaptations */
1091
+
1092
+ .ui-app-area .teardown-information-block {
1093
+ display: block;
1094
+ width: 100%;
1095
+ padding: 15px;
1096
+ margin-left: 15px;
1097
+ margin-right: 15px;
1098
+ }
1099
+ .ui-app-area .card-block {
1100
+ display: block !important;
1101
+ }
1102
+ .ui-app-area .data-list {
1103
+ display: block;
1104
+ float: left;
1105
+ position: relative;
1106
+ margin-top: 20px;
1107
+ }
1108
+ .ui-app-area .data-list h4 {
1109
+ font-size: 18px;
1110
+ color: #6F6F6F;
1111
+ letter-spacing: 0;
1112
+ font-family: 'hk_groteskmedium';
1113
+ padding: 12px 15px 12px 0;
1114
+ min-height: 80px;
1115
+ }
1116
+ .ui-app-area .data-list h4 span {
1117
+ font-size: 15px;
1118
+ }
1119
+ .ui-app-area .data-list .data-list-item {
1120
+ padding: 0 15px 0 25px !important;
1121
+ width: 100%;
1122
+ margin: 0 0 30px 0;
1123
+ }
1124
+ .ui-app-area .data-list .data-list-item strong,
1125
+ .ui-app-area .data-list-card strong {
1126
+ font-family: 'gt-eesti-regular';
1127
+ font-size: 18px;
1128
+ }
1129
+ .ui-app-area .data-list-card {
1130
+ display: block;
1131
+ float: left;
1132
+ position: relative;
1133
+ background-color: #EEF2F7;
1134
+ border-radius: $ui-radius;
1135
+ margin: 20px 0;
1136
+ padding: 15px;
1137
+ text-align: center;
1138
+ min-height: 265px;
1139
+ }
1140
+ .ui-app-area .data-list-card h4 {
1141
+ font-size: 16px;
1142
+ color: #6F6F6F;
1143
+ letter-spacing: 0;
1144
+ font-family: 'hk_groteskmedium';
1145
+ }
1146
+ .ui-app-area .data-list-card .distribution-curve {
1147
+ display: block;
1148
+ float: left;
1149
+ position: relative;
1150
+ width: 100%;
1151
+ height: 110px;
1152
+ margin: 10px 0;
1153
+ }
1154
+ .ui-app-area .data-list .bg-average {
1155
+ background-image: image-url('icons/icn-average.svg');
1156
+ background-repeat: no-repeat;
1157
+ background-size: 20px;
1158
+ background-position: left 0 top 6px;
1159
+ }
1160
+ .ui-app-area .data-list .bg-median {
1161
+ background-image: image-url('icons/icn-median.svg');
1162
+ background-repeat: no-repeat;
1163
+ background-size: 18px;
1164
+ background-position: left 0 top 6px;
1165
+ }
1166
+ .ui-app-area .data-list .bg-square-foot {
1167
+ background-image: image-url('icons/icn-square-foot.svg');
1168
+ background-repeat: no-repeat;
1169
+ background-size: 18px;
1170
+ background-position: left 0 top 6px;
1171
+ }
1172
+ .ui-app-area .icn-title {
1173
+ margin-top: -8px;
1174
+ }
1175
+
1176
+ /* =========================== */
1177
+ /* Fixed Note for Dev Requests */
1178
+
1179
+ .card.card-fixed {
1180
+ border: none;
1181
+ border-radius: $ui-radius;
1182
+ background-color: transparent;
1183
+ }
1184
+ .note-fixed {
1185
+ background-color: #FDFEFF;
1186
+ border-top: 1px solid rgba(0, 0, 0, 0.125);
1187
+ border-bottom: 1px solid rgba(0, 0, 0, 0.125);
1188
+ padding: 30px 45px;
1189
+ box-shadow: 1px 1px 12px 0px rgba(141,141,141,0.45);
1190
+ -webkit-box-shadow: 1px 1px 12px 0px rgba(141,141,141,0.45);
1191
+ -moz-box-shadow: 1px 1px 12px 0px rgba(141,141,141,0.45);
1192
+ margin-bottom: 15px;
1193
+ }
1194
+ .note-fixed .title {
1195
+ border-bottom: 1px solid $ui_lightgray;
1196
+ padding-bottom: 5px;
1197
+ margin-bottom: 15px;
1198
+ }
1199
+ .note-fixed .title h4 {
1200
+ font-weight: 600;
1201
+ }
1202
+ .note-fixed .body p {
1203
+ margin-bottom: 10px;
1204
+ }
1205
+ .note-fixed .body .block-information {
1206
+ margin-bottom: 30px;
1207
+ }
1208
+ .note-fixed .body .block-information:last-child {
1209
+ margin-bottom: 0px;
1210
+ }
1211
+ .main-content.request-area .sticky-top {
1212
+ height: calc(100vh - 20px);
1213
+ overflow: scroll;
1214
+ }
1215
+ .card-form-dev label {
1216
+ font-size: 20px;
1217
+ line-height: 24px;
1218
+ font-weight: 500;
1219
+ font-family: 'gt-eesti-regular';
1220
+ }
1221
+ .card-form-dev .checkbox-wrapper label,
1222
+ .card-form-dev .user_story_form label {
1223
+ font-weight: 400;
1224
+ font-size: 16px;
1225
+ font-family: 'hk_groteskmedium';
1226
+ }
1227
+ .card-form-dev .user_story_form label {
1228
+ margin-top: 12px;
1229
+ margin-bottom: 0px;
1230
+ }
1231
+
1232
+ /* =========================== */
1233
+ /* Menu Dots open on hover */
1234
+
1235
+ .ui-app-area .table-responsive {
1236
+ overflow: visible;
1237
+ }
1238
+ .dropdown.dropleft:hover > .dropdown-menu {
1239
+ display: block !important;
1240
+ right: 8px !important;
1241
+ cursor: pointer;
1242
+ }
1243
+
1244
+ /* =========================== */
1245
+ /* Breadcrumbs - UI adaptations */
1246
+
1247
+ .breadcrumb {
1248
+ color: #6c757d;
1249
+ }
1250
+
1251
+ /* =========================== */
1252
+ /* Admin App - LP */
1253
+
1254
+
1255
+
1256
+
1257
+
1258
+
1259
+
1260
+
1261
+
@@ -308,7 +308,7 @@ $lg-paddingbottom: 60px;
308
308
  }
309
309
  @media (min-width: 769px) {
310
310
  input[type="radio"]#swipe, input[type="checkbox"]#swipe {
311
- display: none;
311
+ display: none;
312
312
  }
313
313
  }
314
314
  @media (max-width: 768px) {
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.9"
2
+ VERSION = "0.13"
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.9'
4
+ version: '0.13'
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-25 00:00:00.000000000 Z
11
+ date: 2021-09-16 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: []