welcome_css 0.8 → 0.9

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: c13e3a6b1f29326e25dc05e391e3c0b66059a376a247d2b488e2b7d709e8f5ba
4
- data.tar.gz: 99a348b4586f5491b9112bff8b9b771609e97dde118828cb2032f32bdbb40041
3
+ metadata.gz: 841a21ad43e353bb0e2d19a2612446c809774e6ddd424307a37c890798724c7c
4
+ data.tar.gz: 43eb0736203bf172a0c44e7322b372deb7a5afc4bf8c7a7abe2c8d337ea878da
5
5
  SHA512:
6
- metadata.gz: 4952efb873d94565bb1b7406ab2964d21ef32b0508084ca66d81582dfab044d5f795586bbef78964e3298832867bf70a6a199b2df7fa83dd888efb1055ad2ea9
7
- data.tar.gz: ca1c1cf3e426a474181500760ef5667ab6400f257848970576ca2a31772457e802da6a9940b3fb36354f0f000d73d1b7ff6722eeffc61ee685608efada18e80b
6
+ metadata.gz: edea5ca8247869aa698a425c296db88c42608ca3570a4bf54341771d7d8546ce6ff2774776c91469c88a35d14d23ca6bcc085397dada7f6450bc5c9e72339b84
7
+ data.tar.gz: 10adbcd20631c4c10b3fdf092c373c1aa8d628ef53bf082ad8bae82b9bfbe101b38b0a1968b5a2bc0e8da81c8b62db71a37ffb86a211192a40e9d2365b0a7e84
@@ -806,6 +806,12 @@ table .ui-table-row {
806
806
  padding: 15px 20px;
807
807
  min-height: 300px;
808
808
  }
809
+ .am-content .widget {
810
+ float: none;
811
+ padding: 0;
812
+ background-color: transparent;
813
+ border: none;
814
+ }
809
815
  .widget .widget-title {
810
816
  font-size: 18px;
811
817
  line-height: 22px;
@@ -307,7 +307,7 @@ $lg-paddingbottom: 60px;
307
307
  }
308
308
  }
309
309
  @media (min-width: 769px) {
310
- input[type="radio"], input[type="checkbox"] {
310
+ input[type="radio"]#swipe, input[type="checkbox"]#swipe {
311
311
  display: none;
312
312
  }
313
313
  }
@@ -1,3 +1,3 @@
1
1
  module WelcomeCss
2
- VERSION = "0.8"
2
+ VERSION = "0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: welcome_css
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.8'
4
+ version: '0.9'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jose Camacho