@seeqdev/qomponents 0.0.8 → 0.0.10
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/dist/index.esm.js +3 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/styles.css +16 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -2038,6 +2038,22 @@ video {
|
|
|
2038
2038
|
padding-bottom: 0.25rem;
|
|
2039
2039
|
}
|
|
2040
2040
|
|
|
2041
|
+
.tw-pl-2 {
|
|
2042
|
+
padding-left: 0.5rem;
|
|
2043
|
+
}
|
|
2044
|
+
|
|
2045
|
+
.tw-pl-2\.5 {
|
|
2046
|
+
padding-left: 0.625rem;
|
|
2047
|
+
}
|
|
2048
|
+
|
|
2049
|
+
.tw-pr-1 {
|
|
2050
|
+
padding-right: 0.25rem;
|
|
2051
|
+
}
|
|
2052
|
+
|
|
2053
|
+
.tw-pr-1\.5 {
|
|
2054
|
+
padding-right: 0.375rem;
|
|
2055
|
+
}
|
|
2056
|
+
|
|
2041
2057
|
.tw-text-center {
|
|
2042
2058
|
text-align: center;
|
|
2043
2059
|
}
|