@innovastudio/contentbuilder 1.5.116 → 1.5.117
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/package.json
CHANGED
@@ -5093,6 +5093,35 @@ button:focus-visible {
|
|
5093
5093
|
border-radius: 500px;
|
5094
5094
|
pointer-events: none;
|
5095
5095
|
}
|
5096
|
+
#_cbhtml .size-12,
|
5097
|
+
#_cbhtml .size-13,
|
5098
|
+
#_cbhtml .size-14,
|
5099
|
+
#_cbhtml .size-15,
|
5100
|
+
#_cbhtml .size-16,
|
5101
|
+
#_cbhtml .size-17,
|
5102
|
+
#_cbhtml .size-18,
|
5103
|
+
#_cbhtml .size-19,
|
5104
|
+
#_cbhtml .size-20,
|
5105
|
+
#_cbhtml .size-21,
|
5106
|
+
#_cbhtml .size-24,
|
5107
|
+
#_cbhtml .size-28,
|
5108
|
+
#_cbhtml .size-32,
|
5109
|
+
.is-ui .size-12,
|
5110
|
+
.is-ui .size-13,
|
5111
|
+
.is-ui .size-14,
|
5112
|
+
.is-ui .size-15,
|
5113
|
+
.is-ui .size-16,
|
5114
|
+
.is-ui .size-17,
|
5115
|
+
.is-ui .size-18,
|
5116
|
+
.is-ui .size-19,
|
5117
|
+
.is-ui .size-20,
|
5118
|
+
.is-ui .size-21,
|
5119
|
+
.is-ui .size-24,
|
5120
|
+
.is-ui .size-28,
|
5121
|
+
.is-ui .size-32 {
|
5122
|
+
width: initial;
|
5123
|
+
height: initial;
|
5124
|
+
}
|
5096
5125
|
|
5097
5126
|
.is-tool {
|
5098
5127
|
position: absolute;
|
package/readme.txt
CHANGED