power-compass 0.4.0.pre.alpha1 → 0.4.1

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: 79cc261de474e37d53594ea850750498056f0125a5014c98595868d87de0909f
4
- data.tar.gz: 4b0798d3fe907fb7a9094649855640b93761ca42c4e94e07c98bc62b58b0b884
3
+ metadata.gz: 35ba4f396648a124a43dd3e0b6923f3e8fd4168cd779e656f2f12ef13ca1b7c7
4
+ data.tar.gz: 3de0ede3177aaf1576ddbbb4837bf2d7a9d0069437b78ade32074bd600cb9228
5
5
  SHA512:
6
- metadata.gz: 228b43ff992dbfdca3a58d1040f0ffaef7e9163ea28599f1e5b71e01c992a27d5ad853de21eafc01f04cd545c13a0611d5380c90ac1f9252df8806416a558dc8
7
- data.tar.gz: 9ddb0f82d5eb99ebae46163be256a1f6835e159ae3fd3ffdff9385dcfe22acb4634b5f2bee96a7e37ed65b04de244f6d6a353c9e534a7648054b9aa4171f8ad8
6
+ metadata.gz: e97bc4cade06db4facf2e26698304e655da5ec213626e08f3fb7d01c7655a90903468657dbea06c162f2b207d2fc4b7a0af7ae321ef4814684b7a9a649a98e8b
7
+ data.tar.gz: ddba4de54e50717564621a769c5e116dbd49dcf9be9f7e75b32c27d964a628dbbb45d736391b8da7c29b49af783ea483a3dd6c4c85faa19919cad78528aea9f8
@@ -90,20 +90,4 @@ $full-nav-height: 92px;
90
90
  width: 100%;
91
91
  }
92
92
  }
93
- .main-page-content {
94
- position: relative;
95
-
96
- &.mobile-open {
97
- &::after {
98
- content: "";
99
- position: fixed;
100
- top: 0;
101
- left: 0;
102
- width: 100vw;
103
- height: 100vh;
104
- background: rgba($text_lt_default, $opacity_3);
105
- z-index: 4990;
106
- }
107
- }
108
- }
109
93
  }
@@ -1,3 +1,3 @@
1
1
  module Compass
2
- VERSION = "0.4.0-alpha1"
2
+ VERSION = "0.4.1"
3
3
  end
@@ -485,21 +485,6 @@ Background colors ------------------*/
485
485
  left: 0;
486
486
  width: 100%;
487
487
  }
488
- /* line 93, ../../app/assets/stylesheets/compass/navigation/_sidebar.scss */
489
- .main-page-content {
490
- position: relative;
491
- }
492
- /* line 97, ../../app/assets/stylesheets/compass/navigation/_sidebar.scss */
493
- .main-page-content.mobile-open::after {
494
- content: "";
495
- position: fixed;
496
- top: 0;
497
- left: 0;
498
- width: 100vw;
499
- height: 100vh;
500
- background: rgba(36, 43, 66, 0.3);
501
- z-index: 4990;
502
- }
503
488
  }
504
489
 
505
490
  /* line 8, ../../app/assets/stylesheets/compass/navigation/_spinner.scss */
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: power-compass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0.pre.alpha1
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carlos Palhares