welcome_css 0.12 → 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: 333f497e2241526dc313c6263a37bdebe023da43ed51367a8774e4acaf73d145
4
- data.tar.gz: 3651fc364854c0fc7d891db803daae093b8de0e187a700d0b390812df4174fe9
3
+ metadata.gz: 8f2d3f1ba522e52e192e3042764336bab5db719376ab848f49faa1d01807e3f0
4
+ data.tar.gz: 1e2296dd78823ae11bbfaf64108e14492cf5b395c43fdddcbb87f932c82b3625
5
5
  SHA512:
6
- metadata.gz: 4d967218e03950be338d635642721eb9cb93bcce887f1c4af8847126eed824dd1af2be140f1e3e7766da4c1ac89012bf847313c6002590f1f0d91235476e2380
7
- data.tar.gz: 58420463e5075ec8036e89a90fad890c64a672e24d45545625992b44d64bc4cb588c5251be25cf290c71323f4b43ab23d96e4bca15a5357641420383be836bc3
6
+ metadata.gz: d4706c30c7429ede677e5f12dd12dcec4365072e0f58f2451e90b87bb1aeace048225ab9e370c5cc5e1c788a1fa389f2afd464fa085df5b78316487abe46ab73
7
+ data.tar.gz: b4139cf873b23c0855dafd9701e171ae852bea133b996cf7503ebdb910e2e9c7c601b031c49d5dc98d95add047e9352592ae5845403ed374b571b833eb9a40cd
@@ -567,9 +567,9 @@ table .ui-table-row {
567
567
  /* =========================== */
568
568
 
569
569
  .main-content table {
570
- box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.68);
571
- -webkit-box-shadow: 1px -1px 13px 0px rgba(174,174,174,0.68);
572
- -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);
573
573
  }
574
574
 
575
575
  /* =========================== */
@@ -759,6 +759,7 @@ table .ui-table-row {
759
759
  }
760
760
 
761
761
  /* =========================== */
762
+ /* Land App - LP */
762
763
 
763
764
  .block-stats {
764
765
  display: block;
@@ -1049,6 +1050,9 @@ table .ui-table-row {
1049
1050
  margin-bottom: 0;
1050
1051
  }
1051
1052
 
1053
+ /* =========================== */
1054
+ /* Land App - Daily Stats */
1055
+
1052
1056
  .daily-stats .daily-widget {
1053
1057
  min-height: auto;
1054
1058
  padding: 15px 20px 25px 20px;
@@ -1083,6 +1087,7 @@ table .ui-table-row {
1083
1087
  }
1084
1088
 
1085
1089
  /* =========================== */
1090
+ /* Teardown UI adaptations */
1086
1091
 
1087
1092
  .ui-app-area .teardown-information-block {
1088
1093
  display: block;
@@ -1169,6 +1174,7 @@ table .ui-table-row {
1169
1174
  }
1170
1175
 
1171
1176
  /* =========================== */
1177
+ /* Fixed Note for Dev Requests */
1172
1178
 
1173
1179
  .card.card-fixed {
1174
1180
  border: none;
@@ -1221,4 +1227,35 @@ table .ui-table-row {
1221
1227
  .card-form-dev .user_story_form label {
1222
1228
  margin-top: 12px;
1223
1229
  margin-bottom: 0px;
1224
- }
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
+
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.12"
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.12'
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-09-10 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: []