vipassana-design-standards 0.0.23 → 0.0.25
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 +6 -14
- package/dist/css/bootstrap5-theme.css +82 -69
- package/dist/css/bootstrap5-theme.css.map +1 -1
- package/dist/css/bootstrap5-theme.min.css +1 -1
- package/dist/css/bootstrap5-theme.rtl.css +82 -69
- package/dist/css/bootstrap5-theme.rtl.min.css +1 -1
- package/dist/css/fonts-ar.css +2 -2
- package/dist/css/fonts-ar.min.css +1 -1
- package/dist/css/fonts-fa.css +2 -2
- package/dist/css/fonts-fa.min.css +1 -1
- package/dist/css/fonts-gu.css +6 -6
- package/dist/css/fonts-gu.min.css +1 -1
- package/dist/css/fonts-he.css +6 -6
- package/dist/css/fonts-he.min.css +1 -1
- package/dist/css/fonts-ja.css +240 -240
- package/dist/css/fonts-ja.min.css +1 -1
- package/dist/css/fonts-km.css +6 -6
- package/dist/css/fonts-km.min.css +1 -1
- package/dist/css/fonts-ko.css +240 -240
- package/dist/css/fonts-ko.min.css +1 -1
- package/dist/css/fonts-or.css +6 -6
- package/dist/css/fonts-or.min.css +1 -1
- package/dist/css/fonts-si.css +6 -6
- package/dist/css/fonts-si.min.css +1 -1
- package/dist/css/fonts-ta.css +6 -6
- package/dist/css/fonts-ta.min.css +1 -1
- package/dist/css/fonts-te.css +6 -6
- package/dist/css/fonts-te.min.css +1 -1
- package/dist/css/fonts-th.css +6 -6
- package/dist/css/fonts-th.min.css +1 -1
- package/dist/css/fonts-zh-HANS.css +194 -194
- package/dist/css/fonts-zh-HANS.min.css +1 -1
- package/dist/css/fonts-zh-HANT-HK.css +210 -210
- package/dist/css/fonts-zh-HANT-HK.min.css +1 -1
- package/dist/css/fonts-zh-HANT.css +202 -202
- package/dist/css/fonts-zh-HANT.min.css +1 -1
- package/dist/css/fonts.css +24 -24
- package/dist/css/fonts.min.css +1 -1
- package/dist/css/logo.css +13 -0
- package/dist/css/logo.css.map +1 -1
- package/dist/css/logo.min.css +1 -1
- package/dist/css/logo.rtl.css +13 -0
- package/dist/css/logo.rtl.min.css +1 -1
- package/dist/js/helpers.js +2 -1
- package/dist/js/i18n.js +8 -8
- package/dist/js/react-helpers.jsx +2 -1
- package/package.json +3 -3
- package/src/stylesheets/bootstrap5-theme.scss +24 -0
- package/src/stylesheets/custom-bootstrap-utilities.scss +143 -0
- package/src/stylesheets/custom-bootstrap-variables.scss +123 -0
- package/src/stylesheets/custom-bootstrap.scss +159 -0
- package/src/stylesheets/fonts.scss +306 -0
- package/src/stylesheets/index.css +198 -0
- package/src/stylesheets/layout/vds-header.scss +42 -0
- package/src/stylesheets/layout/vds-layout.scss +90 -0
- package/src/stylesheets/layout/vds-mixins.scss +5 -0
- package/src/stylesheets/layout/vds-sidenav.scss +43 -0
- package/src/stylesheets/logo.scss +213 -0
- package/src/stylesheets/mixins.scss +11 -0
- package/src/stylesheets/specific-fonts/fonts-ar.css +22 -0
- package/src/stylesheets/specific-fonts/fonts-fa.css +22 -0
- package/src/stylesheets/specific-fonts/fonts-gu.css +62 -0
- package/src/stylesheets/specific-fonts/fonts-he.css +60 -0
- package/src/stylesheets/specific-fonts/fonts-ja.css +2160 -0
- package/src/stylesheets/specific-fonts/fonts-km.css +60 -0
- package/src/stylesheets/specific-fonts/fonts-ko.css +2160 -0
- package/src/stylesheets/specific-fonts/fonts-or.css +60 -0
- package/src/stylesheets/specific-fonts/fonts-si.css +60 -0
- package/src/stylesheets/specific-fonts/fonts-ta.css +60 -0
- package/src/stylesheets/specific-fonts/fonts-te.css +60 -0
- package/src/stylesheets/specific-fonts/fonts-th.css +60 -0
- package/src/stylesheets/specific-fonts/fonts-zh-HANS.css +1746 -0
- package/src/stylesheets/specific-fonts/fonts-zh-HANT-HK.css +1890 -0
- package/src/stylesheets/specific-fonts/fonts-zh-HANT.css +1818 -0
- package/dist/fonts/FootlightMTProBold.woff +0 -0
- package/dist/fonts/FootlightMTProBoldItalic.woff +0 -0
- package/dist/fonts/FootlightMTProExtraBold.woff +0 -0
- package/dist/fonts/FootlightMTProExtraBoldIt.woff +0 -0
- package/dist/fonts/FootlightMTProItalic.woff +0 -0
- package/dist/fonts/FootlightMTProLight.base64.js +0 -1
- package/dist/fonts/FootlightMTProLight.woff +0 -0
- package/dist/fonts/FootlightMTProLightItalic.woff +0 -0
- package/dist/fonts/FootlightMTProRegular.woff +0 -0
- package/dist/fonts/OFL.txt +0 -93
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
--bs-body-font-family: var(--bs-font-sans-serif);
|
|
56
56
|
--bs-body-font-size: 1rem;
|
|
57
57
|
--bs-body-font-weight: 400;
|
|
58
|
-
--bs-body-line-height: 1.
|
|
58
|
+
--bs-body-line-height: 1.7;
|
|
59
59
|
--bs-body-color: #212529;
|
|
60
60
|
--bs-body-bg: #FCFAF7;
|
|
61
61
|
--bs-border-width: 1px;
|
|
@@ -112,7 +112,7 @@ h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
|
|
|
112
112
|
margin-bottom: 0.5rem;
|
|
113
113
|
font-family: var(--vds-headings-font-family), "FootLight", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
114
114
|
font-weight: 600;
|
|
115
|
-
line-height: 1.
|
|
115
|
+
line-height: 1.5;
|
|
116
116
|
color: #1E3461;
|
|
117
117
|
}
|
|
118
118
|
|
|
@@ -487,7 +487,7 @@ progress {
|
|
|
487
487
|
.display-1 {
|
|
488
488
|
font-size: calc(1.625rem + 4.5vw);
|
|
489
489
|
font-weight: 300;
|
|
490
|
-
line-height: 1.
|
|
490
|
+
line-height: 1.5;
|
|
491
491
|
}
|
|
492
492
|
@media (min-width: 1200px) {
|
|
493
493
|
.display-1 {
|
|
@@ -498,7 +498,7 @@ progress {
|
|
|
498
498
|
.display-2 {
|
|
499
499
|
font-size: calc(1.575rem + 3.9vw);
|
|
500
500
|
font-weight: 300;
|
|
501
|
-
line-height: 1.
|
|
501
|
+
line-height: 1.5;
|
|
502
502
|
}
|
|
503
503
|
@media (min-width: 1200px) {
|
|
504
504
|
.display-2 {
|
|
@@ -509,7 +509,7 @@ progress {
|
|
|
509
509
|
.display-3 {
|
|
510
510
|
font-size: calc(1.525rem + 3.3vw);
|
|
511
511
|
font-weight: 300;
|
|
512
|
-
line-height: 1.
|
|
512
|
+
line-height: 1.5;
|
|
513
513
|
}
|
|
514
514
|
@media (min-width: 1200px) {
|
|
515
515
|
.display-3 {
|
|
@@ -520,7 +520,7 @@ progress {
|
|
|
520
520
|
.display-4 {
|
|
521
521
|
font-size: calc(1.475rem + 2.7vw);
|
|
522
522
|
font-weight: 300;
|
|
523
|
-
line-height: 1.
|
|
523
|
+
line-height: 1.5;
|
|
524
524
|
}
|
|
525
525
|
@media (min-width: 1200px) {
|
|
526
526
|
.display-4 {
|
|
@@ -531,7 +531,7 @@ progress {
|
|
|
531
531
|
.display-5 {
|
|
532
532
|
font-size: calc(1.425rem + 2.1vw);
|
|
533
533
|
font-weight: 300;
|
|
534
|
-
line-height: 1.
|
|
534
|
+
line-height: 1.5;
|
|
535
535
|
}
|
|
536
536
|
@media (min-width: 1200px) {
|
|
537
537
|
.display-5 {
|
|
@@ -542,7 +542,7 @@ progress {
|
|
|
542
542
|
.display-6 {
|
|
543
543
|
font-size: calc(1.375rem + 1.5vw);
|
|
544
544
|
font-weight: 300;
|
|
545
|
-
line-height: 1.
|
|
545
|
+
line-height: 1.5;
|
|
546
546
|
}
|
|
547
547
|
@media (min-width: 1200px) {
|
|
548
548
|
.display-6 {
|
|
@@ -1962,7 +1962,7 @@ progress {
|
|
|
1962
1962
|
padding-bottom: calc(0.375rem + 1px);
|
|
1963
1963
|
margin-bottom: 0;
|
|
1964
1964
|
font-size: inherit;
|
|
1965
|
-
line-height: 1.
|
|
1965
|
+
line-height: 1.7;
|
|
1966
1966
|
}
|
|
1967
1967
|
|
|
1968
1968
|
.col-form-label-lg {
|
|
@@ -1989,7 +1989,7 @@ progress {
|
|
|
1989
1989
|
padding: 0.375rem 1rem;
|
|
1990
1990
|
font-size: 1rem;
|
|
1991
1991
|
font-weight: 400;
|
|
1992
|
-
line-height: 1.
|
|
1992
|
+
line-height: 1.7;
|
|
1993
1993
|
color: #212529;
|
|
1994
1994
|
background-color: white;
|
|
1995
1995
|
background-clip: padding-box;
|
|
@@ -2017,7 +2017,7 @@ progress {
|
|
|
2017
2017
|
box-shadow: 0 0 0 0.25rem rgba(30, 52, 97, 0.25);
|
|
2018
2018
|
}
|
|
2019
2019
|
.form-control::-webkit-date-and-time-value {
|
|
2020
|
-
height: 1.
|
|
2020
|
+
height: 1.7em;
|
|
2021
2021
|
}
|
|
2022
2022
|
.form-control::placeholder {
|
|
2023
2023
|
color: #6c757d;
|
|
@@ -2055,7 +2055,7 @@ progress {
|
|
|
2055
2055
|
width: 100%;
|
|
2056
2056
|
padding: 0.375rem 0;
|
|
2057
2057
|
margin-bottom: 0;
|
|
2058
|
-
line-height: 1.
|
|
2058
|
+
line-height: 1.7;
|
|
2059
2059
|
color: #212529;
|
|
2060
2060
|
background-color: transparent;
|
|
2061
2061
|
border: solid transparent;
|
|
@@ -2070,7 +2070,7 @@ progress {
|
|
|
2070
2070
|
}
|
|
2071
2071
|
|
|
2072
2072
|
.form-control-sm {
|
|
2073
|
-
min-height: calc(1.
|
|
2073
|
+
min-height: calc(1.7em + 0.5rem + 2px);
|
|
2074
2074
|
padding: 0.25rem 0.75rem;
|
|
2075
2075
|
font-size: 0.875rem;
|
|
2076
2076
|
border-radius: 0.25rem;
|
|
@@ -2082,7 +2082,7 @@ progress {
|
|
|
2082
2082
|
}
|
|
2083
2083
|
|
|
2084
2084
|
.form-control-lg {
|
|
2085
|
-
min-height: calc(1.
|
|
2085
|
+
min-height: calc(1.7em + 1rem + 2px);
|
|
2086
2086
|
padding: 0.5rem 1rem;
|
|
2087
2087
|
font-size: 1.25rem;
|
|
2088
2088
|
border-radius: 0.5rem;
|
|
@@ -2094,18 +2094,18 @@ progress {
|
|
|
2094
2094
|
}
|
|
2095
2095
|
|
|
2096
2096
|
textarea.form-control {
|
|
2097
|
-
min-height: calc(1.
|
|
2097
|
+
min-height: calc(1.7em + 0.75rem + 2px);
|
|
2098
2098
|
}
|
|
2099
2099
|
textarea.form-control-sm {
|
|
2100
|
-
min-height: calc(1.
|
|
2100
|
+
min-height: calc(1.7em + 0.5rem + 2px);
|
|
2101
2101
|
}
|
|
2102
2102
|
textarea.form-control-lg {
|
|
2103
|
-
min-height: calc(1.
|
|
2103
|
+
min-height: calc(1.7em + 1rem + 2px);
|
|
2104
2104
|
}
|
|
2105
2105
|
|
|
2106
2106
|
.form-control-color {
|
|
2107
2107
|
width: 3rem;
|
|
2108
|
-
height: calc(1.
|
|
2108
|
+
height: calc(1.7em + 0.75rem + 2px);
|
|
2109
2109
|
padding: 0.375rem;
|
|
2110
2110
|
}
|
|
2111
2111
|
.form-control-color:not(:disabled):not([readonly]) {
|
|
@@ -2119,10 +2119,10 @@ textarea.form-control-lg {
|
|
|
2119
2119
|
border-radius: 0.25rem;
|
|
2120
2120
|
}
|
|
2121
2121
|
.form-control-color.form-control-sm {
|
|
2122
|
-
height: calc(1.
|
|
2122
|
+
height: calc(1.7em + 0.5rem + 2px);
|
|
2123
2123
|
}
|
|
2124
2124
|
.form-control-color.form-control-lg {
|
|
2125
|
-
height: calc(1.
|
|
2125
|
+
height: calc(1.7em + 1rem + 2px);
|
|
2126
2126
|
}
|
|
2127
2127
|
|
|
2128
2128
|
.form-select {
|
|
@@ -2132,7 +2132,7 @@ textarea.form-control-lg {
|
|
|
2132
2132
|
-moz-padding-start: calc(1rem - 3px);
|
|
2133
2133
|
font-size: 1rem;
|
|
2134
2134
|
font-weight: 400;
|
|
2135
|
-
line-height: 1.
|
|
2135
|
+
line-height: 1.7;
|
|
2136
2136
|
color: #212529;
|
|
2137
2137
|
background-color: white;
|
|
2138
2138
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
@@ -2184,7 +2184,7 @@ textarea.form-control-lg {
|
|
|
2184
2184
|
|
|
2185
2185
|
.form-check {
|
|
2186
2186
|
display: block;
|
|
2187
|
-
min-height: 1.
|
|
2187
|
+
min-height: 1.7rem;
|
|
2188
2188
|
padding-right: 1.5em;
|
|
2189
2189
|
margin-bottom: 0.125rem;
|
|
2190
2190
|
}
|
|
@@ -2207,7 +2207,7 @@ textarea.form-control-lg {
|
|
|
2207
2207
|
.form-check-input {
|
|
2208
2208
|
width: 1em;
|
|
2209
2209
|
height: 1em;
|
|
2210
|
-
margin-top: 0.
|
|
2210
|
+
margin-top: 0.35em;
|
|
2211
2211
|
vertical-align: top;
|
|
2212
2212
|
background-color: white;
|
|
2213
2213
|
background-repeat: no-repeat;
|
|
@@ -2488,7 +2488,7 @@ textarea.form-control-lg {
|
|
|
2488
2488
|
padding: 0.375rem 1rem;
|
|
2489
2489
|
font-size: 1rem;
|
|
2490
2490
|
font-weight: 400;
|
|
2491
|
-
line-height: 1.
|
|
2491
|
+
line-height: 1.7;
|
|
2492
2492
|
color: #212529;
|
|
2493
2493
|
text-align: center;
|
|
2494
2494
|
white-space: nowrap;
|
|
@@ -2576,11 +2576,11 @@ textarea.form-control-lg {
|
|
|
2576
2576
|
|
|
2577
2577
|
.was-validated .form-control:valid, .form-control.is-valid {
|
|
2578
2578
|
border-color: #3d6b00;
|
|
2579
|
-
padding-left: calc(1.
|
|
2579
|
+
padding-left: calc(1.7em + 0.75rem);
|
|
2580
2580
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233d6b00' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
|
|
2581
2581
|
background-repeat: no-repeat;
|
|
2582
|
-
background-position: left calc(0.
|
|
2583
|
-
background-size: calc(0.
|
|
2582
|
+
background-position: left calc(0.425em + 0.1875rem) center;
|
|
2583
|
+
background-size: calc(0.85em + 0.375rem) calc(0.85em + 0.375rem);
|
|
2584
2584
|
}
|
|
2585
2585
|
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
|
|
2586
2586
|
border-color: #3d6b00;
|
|
@@ -2588,8 +2588,8 @@ textarea.form-control-lg {
|
|
|
2588
2588
|
}
|
|
2589
2589
|
|
|
2590
2590
|
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
|
|
2591
|
-
padding-left: calc(1.
|
|
2592
|
-
background-position: top calc(0.
|
|
2591
|
+
padding-left: calc(1.7em + 0.75rem);
|
|
2592
|
+
background-position: top calc(0.425em + 0.1875rem) left calc(0.425em + 0.1875rem);
|
|
2593
2593
|
}
|
|
2594
2594
|
|
|
2595
2595
|
.was-validated .form-select:valid, .form-select.is-valid {
|
|
@@ -2599,7 +2599,7 @@ textarea.form-control-lg {
|
|
|
2599
2599
|
padding-left: 5.5rem;
|
|
2600
2600
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233d6b00' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
|
|
2601
2601
|
background-position: left 1rem center, center left 3rem;
|
|
2602
|
-
background-size: 16px 12px, calc(0.
|
|
2602
|
+
background-size: 16px 12px, calc(0.85em + 0.375rem) calc(0.85em + 0.375rem);
|
|
2603
2603
|
}
|
|
2604
2604
|
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
|
|
2605
2605
|
border-color: #3d6b00;
|
|
@@ -2607,7 +2607,7 @@ textarea.form-control-lg {
|
|
|
2607
2607
|
}
|
|
2608
2608
|
|
|
2609
2609
|
.was-validated .form-control-color:valid, .form-control-color.is-valid {
|
|
2610
|
-
width: calc(3rem + calc(1.
|
|
2610
|
+
width: calc(3rem + calc(1.7em + 0.75rem));
|
|
2611
2611
|
}
|
|
2612
2612
|
|
|
2613
2613
|
.was-validated .form-check-input:valid, .form-check-input.is-valid {
|
|
@@ -2666,11 +2666,11 @@ textarea.form-control-lg {
|
|
|
2666
2666
|
|
|
2667
2667
|
.was-validated .form-control:invalid, .form-control.is-invalid {
|
|
2668
2668
|
border-color: #8e3333;
|
|
2669
|
-
padding-left: calc(1.
|
|
2669
|
+
padding-left: calc(1.7em + 0.75rem);
|
|
2670
2670
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%238e3333'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%238e3333' stroke='none'/%3e%3c/svg%3e");
|
|
2671
2671
|
background-repeat: no-repeat;
|
|
2672
|
-
background-position: left calc(0.
|
|
2673
|
-
background-size: calc(0.
|
|
2672
|
+
background-position: left calc(0.425em + 0.1875rem) center;
|
|
2673
|
+
background-size: calc(0.85em + 0.375rem) calc(0.85em + 0.375rem);
|
|
2674
2674
|
}
|
|
2675
2675
|
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
|
|
2676
2676
|
border-color: #8e3333;
|
|
@@ -2678,8 +2678,8 @@ textarea.form-control-lg {
|
|
|
2678
2678
|
}
|
|
2679
2679
|
|
|
2680
2680
|
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
|
|
2681
|
-
padding-left: calc(1.
|
|
2682
|
-
background-position: top calc(0.
|
|
2681
|
+
padding-left: calc(1.7em + 0.75rem);
|
|
2682
|
+
background-position: top calc(0.425em + 0.1875rem) left calc(0.425em + 0.1875rem);
|
|
2683
2683
|
}
|
|
2684
2684
|
|
|
2685
2685
|
.was-validated .form-select:invalid, .form-select.is-invalid {
|
|
@@ -2689,7 +2689,7 @@ textarea.form-control-lg {
|
|
|
2689
2689
|
padding-left: 5.5rem;
|
|
2690
2690
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%238e3333'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%238e3333' stroke='none'/%3e%3c/svg%3e");
|
|
2691
2691
|
background-position: left 1rem center, center left 3rem;
|
|
2692
|
-
background-size: 16px 12px, calc(0.
|
|
2692
|
+
background-size: 16px 12px, calc(0.85em + 0.375rem) calc(0.85em + 0.375rem);
|
|
2693
2693
|
}
|
|
2694
2694
|
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
|
|
2695
2695
|
border-color: #8e3333;
|
|
@@ -2697,7 +2697,7 @@ textarea.form-control-lg {
|
|
|
2697
2697
|
}
|
|
2698
2698
|
|
|
2699
2699
|
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
|
|
2700
|
-
width: calc(3rem + calc(1.
|
|
2700
|
+
width: calc(3rem + calc(1.7em + 0.75rem));
|
|
2701
2701
|
}
|
|
2702
2702
|
|
|
2703
2703
|
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
|
|
@@ -2731,7 +2731,7 @@ textarea.form-control-lg {
|
|
|
2731
2731
|
--bs-btn-font-family: ;
|
|
2732
2732
|
--bs-btn-font-size: 1rem;
|
|
2733
2733
|
--bs-btn-font-weight: 400;
|
|
2734
|
-
--bs-btn-line-height: 1.
|
|
2734
|
+
--bs-btn-line-height: 1.7;
|
|
2735
2735
|
--bs-btn-color: #212529;
|
|
2736
2736
|
--bs-btn-bg: transparent;
|
|
2737
2737
|
--bs-btn-border-width: 1px;
|
|
@@ -3690,7 +3690,7 @@ textarea.form-control-lg {
|
|
|
3690
3690
|
--bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
|
|
3691
3691
|
--bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
|
|
3692
3692
|
--bs-navbar-active-color: rgba(0, 0, 0, 0.9);
|
|
3693
|
-
--bs-navbar-brand-padding-y: 0.
|
|
3693
|
+
--bs-navbar-brand-padding-y: 0.2875rem;
|
|
3694
3694
|
--bs-navbar-brand-margin-end: 1rem;
|
|
3695
3695
|
--bs-navbar-brand-font-size: 1.25rem;
|
|
3696
3696
|
--bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
|
|
@@ -5204,7 +5204,7 @@ textarea.form-control-lg {
|
|
|
5204
5204
|
--bs-modal-header-padding: 1rem 1.5rem 0 1.5rem;
|
|
5205
5205
|
--bs-modal-header-border-color: var(--bs-border-color);
|
|
5206
5206
|
--bs-modal-header-border-width: 0;
|
|
5207
|
-
--bs-modal-title-line-height: 1.
|
|
5207
|
+
--bs-modal-title-line-height: 1.7;
|
|
5208
5208
|
--bs-modal-footer-gap: 0.5rem;
|
|
5209
5209
|
--bs-modal-footer-bg: ;
|
|
5210
5210
|
--bs-modal-footer-border-color: var(--bs-border-color);
|
|
@@ -5500,7 +5500,7 @@ textarea.form-control-lg {
|
|
|
5500
5500
|
font-family: var(--bs-font-sans-serif);
|
|
5501
5501
|
font-style: normal;
|
|
5502
5502
|
font-weight: 400;
|
|
5503
|
-
line-height: 1.
|
|
5503
|
+
line-height: 1.7;
|
|
5504
5504
|
text-align: right;
|
|
5505
5505
|
text-align: start;
|
|
5506
5506
|
text-decoration: none;
|
|
@@ -5602,7 +5602,7 @@ textarea.form-control-lg {
|
|
|
5602
5602
|
font-family: var(--bs-font-sans-serif);
|
|
5603
5603
|
font-style: normal;
|
|
5604
5604
|
font-weight: 400;
|
|
5605
|
-
line-height: 1.
|
|
5605
|
+
line-height: 1.7;
|
|
5606
5606
|
text-align: right;
|
|
5607
5607
|
text-align: start;
|
|
5608
5608
|
text-decoration: none;
|
|
@@ -6471,7 +6471,7 @@ textarea.form-control-lg {
|
|
|
6471
6471
|
|
|
6472
6472
|
.offcanvas-title {
|
|
6473
6473
|
margin-bottom: 0;
|
|
6474
|
-
line-height: 1.
|
|
6474
|
+
line-height: 1.7;
|
|
6475
6475
|
}
|
|
6476
6476
|
|
|
6477
6477
|
.offcanvas-body {
|
|
@@ -8002,7 +8002,7 @@ textarea.form-control-lg {
|
|
|
8002
8002
|
}
|
|
8003
8003
|
|
|
8004
8004
|
.lh-base {
|
|
8005
|
-
line-height: 1.
|
|
8005
|
+
line-height: 1.7 !important;
|
|
8006
8006
|
}
|
|
8007
8007
|
|
|
8008
8008
|
.lh-lg {
|
|
@@ -12226,7 +12226,7 @@ html, body {
|
|
|
12226
12226
|
font-style: normal;
|
|
12227
12227
|
font-weight: 300;
|
|
12228
12228
|
font-display: swap;
|
|
12229
|
-
src: url(https://
|
|
12229
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjThZVadyB1Wk.woff2) format("woff2");
|
|
12230
12230
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
12231
12231
|
}
|
|
12232
12232
|
/* cyrillic */
|
|
@@ -12235,7 +12235,7 @@ html, body {
|
|
|
12235
12235
|
font-style: normal;
|
|
12236
12236
|
font-weight: 300;
|
|
12237
12237
|
font-display: swap;
|
|
12238
|
-
src: url(https://
|
|
12238
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjThZVYNyB1Wk.woff2) format("woff2");
|
|
12239
12239
|
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
12240
12240
|
}
|
|
12241
12241
|
/* devanagari */
|
|
@@ -12244,7 +12244,7 @@ html, body {
|
|
|
12244
12244
|
font-style: normal;
|
|
12245
12245
|
font-weight: 300;
|
|
12246
12246
|
font-display: swap;
|
|
12247
|
-
src: url(https://
|
|
12247
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjThZVZdyB1Wk.woff2) format("woff2");
|
|
12248
12248
|
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
|
|
12249
12249
|
}
|
|
12250
12250
|
/* greek-ext */
|
|
@@ -12253,7 +12253,7 @@ html, body {
|
|
|
12253
12253
|
font-style: normal;
|
|
12254
12254
|
font-weight: 300;
|
|
12255
12255
|
font-display: swap;
|
|
12256
|
-
src: url(https://
|
|
12256
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjThZVaNyB1Wk.woff2) format("woff2");
|
|
12257
12257
|
unicode-range: U+1F00-1FFF;
|
|
12258
12258
|
}
|
|
12259
12259
|
/* greek */
|
|
@@ -12262,7 +12262,7 @@ html, body {
|
|
|
12262
12262
|
font-style: normal;
|
|
12263
12263
|
font-weight: 300;
|
|
12264
12264
|
font-display: swap;
|
|
12265
|
-
src: url(https://
|
|
12265
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjThZVZ9yB1Wk.woff2) format("woff2");
|
|
12266
12266
|
unicode-range: U+0370-03FF;
|
|
12267
12267
|
}
|
|
12268
12268
|
/* vietnamese */
|
|
@@ -12271,7 +12271,7 @@ html, body {
|
|
|
12271
12271
|
font-style: normal;
|
|
12272
12272
|
font-weight: 300;
|
|
12273
12273
|
font-display: swap;
|
|
12274
|
-
src: url(https://
|
|
12274
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjThZVa9yB1Wk.woff2) format("woff2");
|
|
12275
12275
|
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
|
12276
12276
|
}
|
|
12277
12277
|
/* latin-ext */
|
|
@@ -12280,7 +12280,7 @@ html, body {
|
|
|
12280
12280
|
font-style: normal;
|
|
12281
12281
|
font-weight: 300;
|
|
12282
12282
|
font-display: swap;
|
|
12283
|
-
src: url(https://
|
|
12283
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjThZVatyB1Wk.woff2) format("woff2");
|
|
12284
12284
|
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
12285
12285
|
}
|
|
12286
12286
|
/* latin */
|
|
@@ -12289,7 +12289,7 @@ html, body {
|
|
|
12289
12289
|
font-style: normal;
|
|
12290
12290
|
font-weight: 300;
|
|
12291
12291
|
font-display: swap;
|
|
12292
|
-
src: url(https://
|
|
12292
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjThZVZNyB.woff2) format("woff2");
|
|
12293
12293
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
12294
12294
|
}
|
|
12295
12295
|
/* cyrillic-ext */
|
|
@@ -12298,7 +12298,7 @@ html, body {
|
|
|
12298
12298
|
font-style: normal;
|
|
12299
12299
|
font-weight: 400;
|
|
12300
12300
|
font-display: swap;
|
|
12301
|
-
src: url(https://
|
|
12301
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0IIpQlx3QUlC5A4PNr6DRAW_0.woff2) format("woff2");
|
|
12302
12302
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
12303
12303
|
}
|
|
12304
12304
|
/* cyrillic */
|
|
@@ -12307,7 +12307,7 @@ html, body {
|
|
|
12307
12307
|
font-style: normal;
|
|
12308
12308
|
font-weight: 400;
|
|
12309
12309
|
font-display: swap;
|
|
12310
|
-
src: url(https://
|
|
12310
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0IIpQlx3QUlC5A4PNr4TRAW_0.woff2) format("woff2");
|
|
12311
12311
|
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
12312
12312
|
}
|
|
12313
12313
|
/* devanagari */
|
|
@@ -12316,7 +12316,7 @@ html, body {
|
|
|
12316
12316
|
font-style: normal;
|
|
12317
12317
|
font-weight: 400;
|
|
12318
12318
|
font-display: swap;
|
|
12319
|
-
src: url(https://
|
|
12319
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0IIpQlx3QUlC5A4PNr5DRAW_0.woff2) format("woff2");
|
|
12320
12320
|
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
|
|
12321
12321
|
}
|
|
12322
12322
|
/* greek-ext */
|
|
@@ -12325,7 +12325,7 @@ html, body {
|
|
|
12325
12325
|
font-style: normal;
|
|
12326
12326
|
font-weight: 400;
|
|
12327
12327
|
font-display: swap;
|
|
12328
|
-
src: url(https://
|
|
12328
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0IIpQlx3QUlC5A4PNr6TRAW_0.woff2) format("woff2");
|
|
12329
12329
|
unicode-range: U+1F00-1FFF;
|
|
12330
12330
|
}
|
|
12331
12331
|
/* greek */
|
|
@@ -12334,7 +12334,7 @@ html, body {
|
|
|
12334
12334
|
font-style: normal;
|
|
12335
12335
|
font-weight: 400;
|
|
12336
12336
|
font-display: swap;
|
|
12337
|
-
src: url(https://
|
|
12337
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0IIpQlx3QUlC5A4PNr5jRAW_0.woff2) format("woff2");
|
|
12338
12338
|
unicode-range: U+0370-03FF;
|
|
12339
12339
|
}
|
|
12340
12340
|
/* vietnamese */
|
|
@@ -12343,7 +12343,7 @@ html, body {
|
|
|
12343
12343
|
font-style: normal;
|
|
12344
12344
|
font-weight: 400;
|
|
12345
12345
|
font-display: swap;
|
|
12346
|
-
src: url(https://
|
|
12346
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0IIpQlx3QUlC5A4PNr6jRAW_0.woff2) format("woff2");
|
|
12347
12347
|
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
|
12348
12348
|
}
|
|
12349
12349
|
/* latin-ext */
|
|
@@ -12352,7 +12352,7 @@ html, body {
|
|
|
12352
12352
|
font-style: normal;
|
|
12353
12353
|
font-weight: 400;
|
|
12354
12354
|
font-display: swap;
|
|
12355
|
-
src: url(https://
|
|
12355
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0IIpQlx3QUlC5A4PNr6zRAW_0.woff2) format("woff2");
|
|
12356
12356
|
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
12357
12357
|
}
|
|
12358
12358
|
/* latin */
|
|
@@ -12361,7 +12361,7 @@ html, body {
|
|
|
12361
12361
|
font-style: normal;
|
|
12362
12362
|
font-weight: 400;
|
|
12363
12363
|
font-display: swap;
|
|
12364
|
-
src: url(https://
|
|
12364
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0IIpQlx3QUlC5A4PNr5TRA.woff2) format("woff2");
|
|
12365
12365
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
12366
12366
|
}
|
|
12367
12367
|
/* cyrillic-ext */
|
|
@@ -12370,7 +12370,7 @@ html, body {
|
|
|
12370
12370
|
font-style: normal;
|
|
12371
12371
|
font-weight: 600;
|
|
12372
12372
|
font-display: swap;
|
|
12373
|
-
src: url(https://
|
|
12373
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjFhdVadyB1Wk.woff2) format("woff2");
|
|
12374
12374
|
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
12375
12375
|
}
|
|
12376
12376
|
/* cyrillic */
|
|
@@ -12379,7 +12379,7 @@ html, body {
|
|
|
12379
12379
|
font-style: normal;
|
|
12380
12380
|
font-weight: 600;
|
|
12381
12381
|
font-display: swap;
|
|
12382
|
-
src: url(https://
|
|
12382
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjFhdVYNyB1Wk.woff2) format("woff2");
|
|
12383
12383
|
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
12384
12384
|
}
|
|
12385
12385
|
/* devanagari */
|
|
@@ -12388,7 +12388,7 @@ html, body {
|
|
|
12388
12388
|
font-style: normal;
|
|
12389
12389
|
font-weight: 600;
|
|
12390
12390
|
font-display: swap;
|
|
12391
|
-
src: url(https://
|
|
12391
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjFhdVZdyB1Wk.woff2) format("woff2");
|
|
12392
12392
|
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
|
|
12393
12393
|
}
|
|
12394
12394
|
/* greek-ext */
|
|
@@ -12397,7 +12397,7 @@ html, body {
|
|
|
12397
12397
|
font-style: normal;
|
|
12398
12398
|
font-weight: 600;
|
|
12399
12399
|
font-display: swap;
|
|
12400
|
-
src: url(https://
|
|
12400
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjFhdVaNyB1Wk.woff2) format("woff2");
|
|
12401
12401
|
unicode-range: U+1F00-1FFF;
|
|
12402
12402
|
}
|
|
12403
12403
|
/* greek */
|
|
@@ -12406,7 +12406,7 @@ html, body {
|
|
|
12406
12406
|
font-style: normal;
|
|
12407
12407
|
font-weight: 600;
|
|
12408
12408
|
font-display: swap;
|
|
12409
|
-
src: url(https://
|
|
12409
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjFhdVZ9yB1Wk.woff2) format("woff2");
|
|
12410
12410
|
unicode-range: U+0370-03FF;
|
|
12411
12411
|
}
|
|
12412
12412
|
/* vietnamese */
|
|
@@ -12415,7 +12415,7 @@ html, body {
|
|
|
12415
12415
|
font-style: normal;
|
|
12416
12416
|
font-weight: 600;
|
|
12417
12417
|
font-display: swap;
|
|
12418
|
-
src: url(https://
|
|
12418
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjFhdVa9yB1Wk.woff2) format("woff2");
|
|
12419
12419
|
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
|
12420
12420
|
}
|
|
12421
12421
|
/* latin-ext */
|
|
@@ -12424,7 +12424,7 @@ html, body {
|
|
|
12424
12424
|
font-style: normal;
|
|
12425
12425
|
font-weight: 600;
|
|
12426
12426
|
font-display: swap;
|
|
12427
|
-
src: url(https://
|
|
12427
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjFhdVatyB1Wk.woff2) format("woff2");
|
|
12428
12428
|
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
12429
12429
|
}
|
|
12430
12430
|
/* latin */
|
|
@@ -12433,7 +12433,7 @@ html, body {
|
|
|
12433
12433
|
font-style: normal;
|
|
12434
12434
|
font-weight: 600;
|
|
12435
12435
|
font-display: swap;
|
|
12436
|
-
src: url(https://
|
|
12436
|
+
src: url(https://design-standards.dhamma.org/dist/fonts/notosans/v30/o-0NIpQlx3QUlC5A4PNjFhdVZNyB.woff2) format("woff2");
|
|
12437
12437
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
12438
12438
|
}
|
|
12439
12439
|
.vipassana-logo {
|
|
@@ -12643,6 +12643,19 @@ html, body {
|
|
|
12643
12643
|
justify-content: center;
|
|
12644
12644
|
}
|
|
12645
12645
|
|
|
12646
|
+
.vipassana-logo .logo-title .vipassana-as-taught {
|
|
12647
|
+
display: none;
|
|
12648
|
+
}
|
|
12649
|
+
|
|
12650
|
+
[lang=zh-HANS] .vipassana-logo[data-disposition=right-one-line] .logo-title span, [lang=zh-HANT] .vipassana-logo[data-disposition=right-one-line] .logo-title span, [lang=zh-HANT-HK] .vipassana-logo[data-disposition=right-one-line] .logo-title span, [lang=gu] .vipassana-logo[data-disposition=right-one-line] .logo-title span, [lang=km] .vipassana-logo[data-disposition=right-one-line] .logo-title span, [lang=ja] .vipassana-logo[data-disposition=right-one-line] .logo-title span, [lang=mr] .vipassana-logo[data-disposition=right-one-line] .logo-title span, [lang=si] .vipassana-logo[data-disposition=right-one-line] .logo-title span,
|
|
12651
|
+
[lang=ta] .vipassana-logo[data-disposition=right-one-line] .logo-title span, [lang=te] .vipassana-logo[data-disposition=right-one-line] .logo-title span, [lang=hi] .vipassana-logo[data-disposition=right-one-line] .logo-title span {
|
|
12652
|
+
display: none;
|
|
12653
|
+
}
|
|
12654
|
+
[lang=zh-HANS] .vipassana-logo[data-disposition=right-one-line] .logo-title span.vipassana-as-taught, [lang=zh-HANT] .vipassana-logo[data-disposition=right-one-line] .logo-title span.vipassana-as-taught, [lang=zh-HANT-HK] .vipassana-logo[data-disposition=right-one-line] .logo-title span.vipassana-as-taught, [lang=gu] .vipassana-logo[data-disposition=right-one-line] .logo-title span.vipassana-as-taught, [lang=km] .vipassana-logo[data-disposition=right-one-line] .logo-title span.vipassana-as-taught, [lang=ja] .vipassana-logo[data-disposition=right-one-line] .logo-title span.vipassana-as-taught, [lang=mr] .vipassana-logo[data-disposition=right-one-line] .logo-title span.vipassana-as-taught, [lang=si] .vipassana-logo[data-disposition=right-one-line] .logo-title span.vipassana-as-taught,
|
|
12655
|
+
[lang=ta] .vipassana-logo[data-disposition=right-one-line] .logo-title span.vipassana-as-taught, [lang=te] .vipassana-logo[data-disposition=right-one-line] .logo-title span.vipassana-as-taught, [lang=hi] .vipassana-logo[data-disposition=right-one-line] .logo-title span.vipassana-as-taught {
|
|
12656
|
+
display: block;
|
|
12657
|
+
}
|
|
12658
|
+
|
|
12646
12659
|
/* Tagline */
|
|
12647
12660
|
.logo-subtitle {
|
|
12648
12661
|
color: var(--vds-logo-tagline-color);
|