power-compass 0.4.0 → 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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 35ba4f396648a124a43dd3e0b6923f3e8fd4168cd779e656f2f12ef13ca1b7c7
|
|
4
|
+
data.tar.gz: 3de0ede3177aaf1576ddbbb4837bf2d7a9d0069437b78ade32074bd600cb9228
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e97bc4cade06db4facf2e26698304e655da5ec213626e08f3fb7d01c7655a90903468657dbea06c162f2b207d2fc4b7a0af7ae321ef4814684b7a9a649a98e8b
|
|
7
|
+
data.tar.gz: ddba4de54e50717564621a769c5e116dbd49dcf9be9f7e75b32c27d964a628dbbb45d736391b8da7c29b49af783ea483a3dd6c4c85faa19919cad78528aea9f8
|
|
@@ -75,49 +75,19 @@ $full-nav-height: 92px;
|
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
@
|
|
79
|
-
.page-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
z-index: 5000;
|
|
88
|
-
padding-top: $full-nav-height;
|
|
89
|
-
|
|
90
|
-
&-mobile {
|
|
91
|
-
min-height: $navigation-height;
|
|
92
|
-
display: flex;
|
|
93
|
-
color: white;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
&.mobile-open {
|
|
97
|
-
left: 0;
|
|
98
|
-
width: 100%;
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
.main-page-content {
|
|
102
|
-
position: relative;
|
|
78
|
+
@media only screen and (max-width: #{$screen-xs-max}) {
|
|
79
|
+
.main-page-sidebar {
|
|
80
|
+
position: fixed;
|
|
81
|
+
top: 0;
|
|
82
|
+
left: -420px;
|
|
83
|
+
max-width: 420px;
|
|
84
|
+
height: 100vh;
|
|
85
|
+
z-index: 5000;
|
|
86
|
+
padding-top: $full-nav-height;
|
|
103
87
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
position: fixed;
|
|
108
|
-
top: 0;
|
|
109
|
-
left: 0;
|
|
110
|
-
width: 100vw;
|
|
111
|
-
height: 100vh;
|
|
112
|
-
background: rgba($text_lt_default, $opacity_3);
|
|
113
|
-
z-index: 4990;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
}
|
|
88
|
+
&.mobile-open {
|
|
89
|
+
left: 0;
|
|
90
|
+
width: 100%;
|
|
117
91
|
}
|
|
118
92
|
}
|
|
119
93
|
}
|
|
120
|
-
|
|
121
|
-
@media only screen and (max-width: #{$screen-xs-max}) {
|
|
122
|
-
@include mobileDeviceMenu;
|
|
123
|
-
}
|
data/lib/compass/version.rb
CHANGED
|
@@ -470,8 +470,8 @@ Background colors ------------------*/
|
|
|
470
470
|
}
|
|
471
471
|
|
|
472
472
|
@media only screen and (max-width: 574px) {
|
|
473
|
-
/* line
|
|
474
|
-
.
|
|
473
|
+
/* line 79, ../../app/assets/stylesheets/compass/navigation/_sidebar.scss */
|
|
474
|
+
.main-page-sidebar {
|
|
475
475
|
position: fixed;
|
|
476
476
|
top: 0;
|
|
477
477
|
left: -420px;
|
|
@@ -480,32 +480,11 @@ Background colors ------------------*/
|
|
|
480
480
|
z-index: 5000;
|
|
481
481
|
padding-top: 92px;
|
|
482
482
|
}
|
|
483
|
-
/* line
|
|
484
|
-
.
|
|
485
|
-
min-height: 60px;
|
|
486
|
-
display: flex;
|
|
487
|
-
color: white;
|
|
488
|
-
}
|
|
489
|
-
/* line 96, ../../app/assets/stylesheets/compass/navigation/_sidebar.scss */
|
|
490
|
-
.page-container #main-view .main-page-sidebar.mobile-open {
|
|
483
|
+
/* line 88, ../../app/assets/stylesheets/compass/navigation/_sidebar.scss */
|
|
484
|
+
.main-page-sidebar.mobile-open {
|
|
491
485
|
left: 0;
|
|
492
486
|
width: 100%;
|
|
493
487
|
}
|
|
494
|
-
/* line 101, ../../app/assets/stylesheets/compass/navigation/_sidebar.scss */
|
|
495
|
-
.page-container #main-view .main-page-content {
|
|
496
|
-
position: relative;
|
|
497
|
-
}
|
|
498
|
-
/* line 105, ../../app/assets/stylesheets/compass/navigation/_sidebar.scss */
|
|
499
|
-
.page-container #main-view .main-page-content.mobile-open::after {
|
|
500
|
-
content: "";
|
|
501
|
-
position: fixed;
|
|
502
|
-
top: 0;
|
|
503
|
-
left: 0;
|
|
504
|
-
width: 100vw;
|
|
505
|
-
height: 100vh;
|
|
506
|
-
background: rgba(36, 43, 66, 0.3);
|
|
507
|
-
z-index: 4990;
|
|
508
|
-
}
|
|
509
488
|
}
|
|
510
489
|
|
|
511
490
|
/* line 8, ../../app/assets/stylesheets/compass/navigation/_spinner.scss */
|