@xapp/form-widget 1.81.2 → 1.82.1
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.
|
@@ -332,6 +332,22 @@ body.ModalDialog-module_xapp_search_opened__jgDSX {
|
|
|
332
332
|
margin: 0;
|
|
333
333
|
font-family: var(--xapp-form-widget-text-font-family, var(--xapp-form-widget-font-family, RobotoRegular, serif));
|
|
334
334
|
}
|
|
335
|
+
.FormFieldTextInput-module_xapp_text_input_container__field__B5K33 {
|
|
336
|
+
position: relative;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
.FormFieldTextInput-module_xapp_text_input_counter__oSgo1 {
|
|
340
|
+
position: absolute;
|
|
341
|
+
right: 36px;
|
|
342
|
+
bottom: 8px;
|
|
343
|
+
font-size: 12px;
|
|
344
|
+
color: #666;
|
|
345
|
+
font-family: var(--xapp-form-widget-text-font-family, var(--xapp-form-widget-font-family, RobotoRegular, serif));
|
|
346
|
+
}
|
|
347
|
+
.FormFieldTextInput-module_xapp_text_input_counter--limit__59Lau {
|
|
348
|
+
color: #d32f2f;
|
|
349
|
+
font-weight: 500;
|
|
350
|
+
}
|
|
335
351
|
|
|
336
352
|
.FormFieldTextInput-module_xapp_text_input_text__3rHVn .MuiInputBase-input {
|
|
337
353
|
padding: 21px 12px 4px 12px !important;
|