vipassana-design-standards 1.1.3 → 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.
- package/README.md +15 -6
- package/dist/css/bootstrap5-theme.css +4 -11
- 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 +4 -11
- package/dist/css/bootstrap5-theme.rtl.min.css +1 -1
- package/dist/js/helpers.js +3 -3
- package/dist/js/react-helpers.js +3 -3
- package/dist/js/react-helpers.jsx +3 -3
- package/package.json +1 -1
- package/src/stylesheets/custom-bootstrap.scss +5 -0
- package/src/stylesheets/layout/vds-layout.scss +1 -14
|
@@ -11846,6 +11846,10 @@ abbr[data-original-title] {
|
|
|
11846
11846
|
cursor: pointer;
|
|
11847
11847
|
}
|
|
11848
11848
|
|
|
11849
|
+
.table {
|
|
11850
|
+
font-size: 1rem;
|
|
11851
|
+
}
|
|
11852
|
+
|
|
11849
11853
|
html,
|
|
11850
11854
|
body {
|
|
11851
11855
|
height: 100%;
|
|
@@ -11883,17 +11887,6 @@ body {
|
|
|
11883
11887
|
margin-left: auto;
|
|
11884
11888
|
}
|
|
11885
11889
|
|
|
11886
|
-
.vue-container {
|
|
11887
|
-
--page-content-opacity: 0;
|
|
11888
|
-
}
|
|
11889
|
-
.vue-container.mounted {
|
|
11890
|
-
--page-content-opacity: 1;
|
|
11891
|
-
}
|
|
11892
|
-
.vue-container .vds-page-real-content {
|
|
11893
|
-
transition: opacity 0.3s;
|
|
11894
|
-
opacity: var(--page-content-opacity);
|
|
11895
|
-
}
|
|
11896
|
-
|
|
11897
11890
|
.vds-header-and-content {
|
|
11898
11891
|
position: relative;
|
|
11899
11892
|
display: flex;
|