vipassana-design-standards 0.0.10 → 0.0.11
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.
package/README.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
color: $primary;
|
|
6
6
|
display: flex;
|
|
7
7
|
align-items: center;
|
|
8
|
+
@extend .d-print-none;
|
|
8
9
|
|
|
9
10
|
border-bottom: 2px solid $secondary;
|
|
10
11
|
@include media-breakpoint-up(md) {
|
|
@@ -19,24 +20,11 @@
|
|
|
19
20
|
padding: var(--header-y-padding) var(--layout-padding);
|
|
20
21
|
}
|
|
21
22
|
|
|
22
|
-
.logo svg {
|
|
23
|
+
.vds-logo svg {
|
|
23
24
|
max-height: 40px;
|
|
24
25
|
max-width: 100%;
|
|
25
26
|
@include media-breakpoint-up(md) {
|
|
26
27
|
max-height: 70px;
|
|
27
28
|
}
|
|
28
29
|
}
|
|
29
|
-
|
|
30
|
-
.right-container {
|
|
31
|
-
display: flex;
|
|
32
|
-
align-items: center;
|
|
33
|
-
justify-content: flex-end;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.locale-picker {
|
|
37
|
-
text-align: right;
|
|
38
|
-
cursor: pointer;
|
|
39
|
-
display: flex;
|
|
40
|
-
align-items: center;
|
|
41
|
-
}
|
|
42
30
|
}
|
|
@@ -9,6 +9,21 @@
|
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
|
+
|
|
13
|
+
.vds-page {
|
|
14
|
+
display: flex;
|
|
15
|
+
flex-grow: 1;
|
|
16
|
+
|
|
17
|
+
.vds-page-content {
|
|
18
|
+
flex-grow: 1;
|
|
19
|
+
@extend .bg-body;
|
|
20
|
+
|
|
21
|
+
& > h1:first-child, & > h2:first-child {
|
|
22
|
+
margin-top: 0;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
12
27
|
}
|
|
13
28
|
|
|
14
29
|
// The container so eery part of the page have same content-width
|
|
@@ -19,12 +34,6 @@
|
|
|
19
34
|
margin-right: auto;
|
|
20
35
|
}
|
|
21
36
|
|
|
22
|
-
.vds-page-content {
|
|
23
|
-
& > h1:first-child, & > h2:first-child {
|
|
24
|
-
margin-top: 0;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
|
|
28
37
|
// wait for vue to be loaded to display it
|
|
29
38
|
.vue-container {
|
|
30
39
|
--page-content-opacity: 0;
|
|
@@ -3,19 +3,23 @@
|
|
|
3
3
|
margin-right: 1rem;
|
|
4
4
|
padding: var(--layout-padding);
|
|
5
5
|
font-size: 1.25rem;
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
&.active {
|
|
11
|
-
color: $gold-600;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
6
|
+
@extend .d-none;
|
|
7
|
+
@extend .d-lg-block;
|
|
8
|
+
@extend .d-print-none;
|
|
9
|
+
@extend .flex-shrink-0;
|
|
14
10
|
|
|
15
11
|
ul {
|
|
16
12
|
@extend .sticky-top;
|
|
17
13
|
top: 1rem;
|
|
18
14
|
z-index: 100;
|
|
15
|
+
|
|
16
|
+
a {
|
|
17
|
+
font-family: $headings-font-family;
|
|
18
|
+
font-weight: 600;
|
|
19
|
+
&.active {
|
|
20
|
+
color: $gold-600;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
19
23
|
}
|
|
20
24
|
}
|
|
21
25
|
|
|
@@ -23,4 +27,17 @@
|
|
|
23
27
|
.locale-icon {
|
|
24
28
|
display: none;
|
|
25
29
|
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.vds-sidenav, .vds-mobile-sidenav {
|
|
33
|
+
ul {
|
|
34
|
+
@extend .list-unstyled;
|
|
35
|
+
@extend .flex-column;
|
|
36
|
+
|
|
37
|
+
li {
|
|
38
|
+
a {
|
|
39
|
+
@extend .text-decoration-none;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
26
43
|
}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |gem|
|
|
4
4
|
gem.name = 'vipassana-design-standards'
|
|
5
|
-
gem.version = '0.0.
|
|
5
|
+
gem.version = '0.0.11'
|
|
6
6
|
# gem.license = 'MIT'
|
|
7
7
|
gem.summary = 'Include Vipassana SVG logos in your pages'
|
|
8
8
|
gem.description = 'A ruby module to offer inline SVG images for each language'
|