vipassana-design-standards 0.0.35 → 0.0.37

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.
@@ -2392,7 +2392,7 @@ textarea.form-control-lg {
2392
2392
  .form-floating > .form-control,
2393
2393
  .form-floating > .form-control-plaintext,
2394
2394
  .form-floating > .form-select {
2395
- height: add(3.7rem, 2px);
2395
+ height: calc(3.7rem + 2px);
2396
2396
  line-height: 1.25;
2397
2397
  }
2398
2398
  .form-floating > label {
@@ -12612,6 +12612,10 @@ html, body {
12612
12612
  margin: 0 0 var(--vds-logo-tagline-margin) 0;
12613
12613
  }
12614
12614
 
12615
+ .vipassana-logo[data-disposition=centered][data-reverse=false] .logo-subtitle {
12616
+ margin-bottom: 0.3em;
12617
+ }
12618
+
12615
12619
  html.vds-html {
12616
12620
  font-size: 13.5px;
12617
12621
  }