vipassana-design-standards 0.0.23 → 0.0.24
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 +58 -45
- 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 +58 -45
- package/dist/css/bootstrap5-theme.rtl.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 +7 -7
- package/dist/js/react-helpers.jsx +2 -1
- package/package.json +1 -1
|
@@ -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 {
|
|
@@ -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);
|