vipassana-design-standards 1.1.2 → 1.2.0

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.
@@ -11711,6 +11711,7 @@ textarea.form-control-lg {
11711
11711
  .btn {
11712
11712
  display: inline-flex;
11713
11713
  align-items: center;
11714
+ white-space: nowrap;
11714
11715
  }
11715
11716
 
11716
11717
  .btn-secondary,
@@ -11845,6 +11846,10 @@ abbr[data-original-title] {
11845
11846
  cursor: pointer;
11846
11847
  }
11847
11848
 
11849
+ .table {
11850
+ font-size: 1rem;
11851
+ }
11852
+
11848
11853
  html,
11849
11854
  body {
11850
11855
  height: 100%;
@@ -11882,17 +11887,6 @@ body {
11882
11887
  margin-left: auto;
11883
11888
  }
11884
11889
 
11885
- .vue-container {
11886
- --page-content-opacity: 0;
11887
- }
11888
- .vue-container.mounted {
11889
- --page-content-opacity: 1;
11890
- }
11891
- .vue-container .vds-page-real-content {
11892
- transition: opacity 0.3s;
11893
- opacity: var(--page-content-opacity);
11894
- }
11895
-
11896
11890
  .vds-header-and-content {
11897
11891
  position: relative;
11898
11892
  display: flex;
@@ -12651,7 +12645,7 @@ body {
12651
12645
 
12652
12646
  /* Force font-family for english Logo */
12653
12647
  /* If the page is displayed in Hindi, but the Logo in english, we want to use footlight */
12654
- .vipassaga-logo[data-lang=en] {
12648
+ .vipassana-logo[data-lang=en] {
12655
12649
  --vds-headings-font-family: "FootLight";
12656
12650
  }
12657
12651