@syncfusion/blazor-themes 28.2.4 → 28.2.5

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.
Files changed (257) hide show
  1. package/Compiled-Themes/bds-dark-lite.css +5 -0
  2. package/Compiled-Themes/bds-dark.css +5 -0
  3. package/Compiled-Themes/bds-lite.css +5 -0
  4. package/Compiled-Themes/bds.css +5 -0
  5. package/Compiled-Themes/bootstrap-dark-lite.css +5 -0
  6. package/Compiled-Themes/bootstrap-dark.css +5 -0
  7. package/Compiled-Themes/bootstrap-lite.css +5 -0
  8. package/Compiled-Themes/bootstrap.css +5 -0
  9. package/Compiled-Themes/bootstrap4-lite.css +5 -0
  10. package/Compiled-Themes/bootstrap4.css +5 -0
  11. package/Compiled-Themes/bootstrap5-dark-lite.css +5 -0
  12. package/Compiled-Themes/bootstrap5-dark.css +5 -0
  13. package/Compiled-Themes/bootstrap5-lite.css +5 -0
  14. package/Compiled-Themes/bootstrap5.3-dark-lite.css +13 -0
  15. package/Compiled-Themes/bootstrap5.3-dark.css +13 -0
  16. package/Compiled-Themes/bootstrap5.3-lite.css +13 -0
  17. package/Compiled-Themes/bootstrap5.3.css +13 -0
  18. package/Compiled-Themes/bootstrap5.css +5 -0
  19. package/Compiled-Themes/fabric-dark-lite.css +5 -0
  20. package/Compiled-Themes/fabric-dark.css +5 -0
  21. package/Compiled-Themes/fabric-lite.css +5 -0
  22. package/Compiled-Themes/fabric.css +5 -0
  23. package/Compiled-Themes/fluent-dark-lite.css +5 -0
  24. package/Compiled-Themes/fluent-dark.css +5 -0
  25. package/Compiled-Themes/fluent-lite.css +5 -0
  26. package/Compiled-Themes/fluent.css +5 -0
  27. package/Compiled-Themes/fluent2-dark-lite.css +6 -1
  28. package/Compiled-Themes/fluent2-dark.css +6 -1
  29. package/Compiled-Themes/fluent2-highcontrast-lite.css +6 -1
  30. package/Compiled-Themes/fluent2-highcontrast.css +6 -1
  31. package/Compiled-Themes/fluent2-lite.css +6 -1
  32. package/Compiled-Themes/fluent2.css +6 -1
  33. package/Compiled-Themes/highcontrast-lite.css +5 -0
  34. package/Compiled-Themes/highcontrast.css +5 -0
  35. package/Compiled-Themes/material-dark-lite.css +18 -0
  36. package/Compiled-Themes/material-dark.css +18 -0
  37. package/Compiled-Themes/material-lite.css +18 -0
  38. package/Compiled-Themes/material.css +18 -0
  39. package/Compiled-Themes/material3-dark-lite.css +18 -0
  40. package/Compiled-Themes/material3-dark.css +18 -0
  41. package/Compiled-Themes/material3-lite.css +18 -0
  42. package/Compiled-Themes/material3.css +18 -0
  43. package/Compiled-Themes/tailwind-dark-lite.css +5 -0
  44. package/Compiled-Themes/tailwind-dark.css +5 -0
  45. package/Compiled-Themes/tailwind-lite.css +5 -0
  46. package/Compiled-Themes/tailwind.css +5 -0
  47. package/Compiled-Themes/tailwind3-dark-lite.css +5 -0
  48. package/Compiled-Themes/tailwind3-dark.css +5 -0
  49. package/Compiled-Themes/tailwind3-lite.css +5 -0
  50. package/Compiled-Themes/tailwind3.css +5 -0
  51. package/SCSS-Themes/bds-dark-lite.scss +40 -0
  52. package/SCSS-Themes/bds-dark.scss +40 -0
  53. package/SCSS-Themes/bds-lite.scss +40 -0
  54. package/SCSS-Themes/bds.scss +40 -0
  55. package/SCSS-Themes/bootstrap-dark-lite.scss +40 -0
  56. package/SCSS-Themes/bootstrap-dark.scss +40 -0
  57. package/SCSS-Themes/bootstrap-lite.scss +40 -0
  58. package/SCSS-Themes/bootstrap.scss +40 -0
  59. package/SCSS-Themes/bootstrap4-lite.scss +40 -0
  60. package/SCSS-Themes/bootstrap4.scss +40 -0
  61. package/SCSS-Themes/bootstrap5-dark-lite.scss +40 -0
  62. package/SCSS-Themes/bootstrap5-dark.scss +40 -0
  63. package/SCSS-Themes/bootstrap5-lite.scss +40 -0
  64. package/SCSS-Themes/bootstrap5.3-dark-lite.scss +40 -0
  65. package/SCSS-Themes/bootstrap5.3-dark.scss +40 -0
  66. package/SCSS-Themes/bootstrap5.3-lite.scss +40 -0
  67. package/SCSS-Themes/bootstrap5.3.scss +40 -0
  68. package/SCSS-Themes/bootstrap5.scss +40 -0
  69. package/SCSS-Themes/fabric-dark-lite.scss +40 -0
  70. package/SCSS-Themes/fabric-dark.scss +40 -0
  71. package/SCSS-Themes/fabric-lite.scss +40 -0
  72. package/SCSS-Themes/fabric.scss +40 -0
  73. package/SCSS-Themes/fluent-dark-lite.scss +40 -0
  74. package/SCSS-Themes/fluent-dark.scss +40 -0
  75. package/SCSS-Themes/fluent-lite.scss +40 -0
  76. package/SCSS-Themes/fluent.scss +40 -0
  77. package/SCSS-Themes/fluent2-dark-lite.scss +41 -1
  78. package/SCSS-Themes/fluent2-dark.scss +41 -1
  79. package/SCSS-Themes/fluent2-highcontrast-lite.scss +41 -1
  80. package/SCSS-Themes/fluent2-highcontrast.scss +41 -1
  81. package/SCSS-Themes/fluent2-lite.scss +41 -1
  82. package/SCSS-Themes/fluent2.scss +41 -1
  83. package/SCSS-Themes/highcontrast-lite.scss +40 -0
  84. package/SCSS-Themes/highcontrast.scss +40 -0
  85. package/SCSS-Themes/image-editor/image-editor/bds-dark-lite.scss +4 -0
  86. package/SCSS-Themes/image-editor/image-editor/bds-dark.scss +4 -0
  87. package/SCSS-Themes/image-editor/image-editor/bds-lite.scss +4 -0
  88. package/SCSS-Themes/image-editor/image-editor/bds.scss +4 -0
  89. package/SCSS-Themes/image-editor/image-editor/bootstrap-dark-lite.scss +4 -0
  90. package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +4 -0
  91. package/SCSS-Themes/image-editor/image-editor/bootstrap-lite.scss +4 -0
  92. package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +4 -0
  93. package/SCSS-Themes/image-editor/image-editor/bootstrap4-lite.scss +4 -0
  94. package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +4 -0
  95. package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark-lite.scss +4 -0
  96. package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +4 -0
  97. package/SCSS-Themes/image-editor/image-editor/bootstrap5-lite.scss +4 -0
  98. package/SCSS-Themes/image-editor/image-editor/bootstrap5.3-dark-lite.scss +4 -0
  99. package/SCSS-Themes/image-editor/image-editor/bootstrap5.3-dark.scss +4 -0
  100. package/SCSS-Themes/image-editor/image-editor/bootstrap5.3-lite.scss +4 -0
  101. package/SCSS-Themes/image-editor/image-editor/bootstrap5.3.scss +4 -0
  102. package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +4 -0
  103. package/SCSS-Themes/image-editor/image-editor/fabric-dark-lite.scss +4 -0
  104. package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +4 -0
  105. package/SCSS-Themes/image-editor/image-editor/fabric-lite.scss +4 -0
  106. package/SCSS-Themes/image-editor/image-editor/fabric.scss +4 -0
  107. package/SCSS-Themes/image-editor/image-editor/fluent-dark-lite.scss +4 -0
  108. package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +4 -0
  109. package/SCSS-Themes/image-editor/image-editor/fluent-lite.scss +4 -0
  110. package/SCSS-Themes/image-editor/image-editor/fluent.scss +4 -0
  111. package/SCSS-Themes/image-editor/image-editor/fluent2-dark-lite.scss +4 -0
  112. package/SCSS-Themes/image-editor/image-editor/fluent2-dark.scss +4 -0
  113. package/SCSS-Themes/image-editor/image-editor/fluent2-highcontrast-lite.scss +4 -0
  114. package/SCSS-Themes/image-editor/image-editor/fluent2-highcontrast.scss +4 -0
  115. package/SCSS-Themes/image-editor/image-editor/fluent2-lite.scss +4 -0
  116. package/SCSS-Themes/image-editor/image-editor/fluent2.scss +4 -0
  117. package/SCSS-Themes/image-editor/image-editor/highcontrast-lite.scss +4 -0
  118. package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +4 -0
  119. package/SCSS-Themes/image-editor/image-editor/material-dark-lite.scss +4 -0
  120. package/SCSS-Themes/image-editor/image-editor/material-dark.scss +4 -0
  121. package/SCSS-Themes/image-editor/image-editor/material-lite.scss +4 -0
  122. package/SCSS-Themes/image-editor/image-editor/material.scss +4 -0
  123. package/SCSS-Themes/image-editor/image-editor/material3-dark-lite.scss +4 -0
  124. package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +4 -0
  125. package/SCSS-Themes/image-editor/image-editor/material3-lite.scss +4 -0
  126. package/SCSS-Themes/image-editor/image-editor/material3.scss +4 -0
  127. package/SCSS-Themes/image-editor/image-editor/tailwind-dark-lite.scss +4 -0
  128. package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +4 -0
  129. package/SCSS-Themes/image-editor/image-editor/tailwind-lite.scss +4 -0
  130. package/SCSS-Themes/image-editor/image-editor/tailwind.scss +4 -0
  131. package/SCSS-Themes/image-editor/image-editor/tailwind3-dark-lite.scss +4 -0
  132. package/SCSS-Themes/image-editor/image-editor/tailwind3-dark.scss +4 -0
  133. package/SCSS-Themes/image-editor/image-editor/tailwind3-lite.scss +4 -0
  134. package/SCSS-Themes/image-editor/image-editor/tailwind3.scss +4 -0
  135. package/SCSS-Themes/inputs/input/bds-dark-lite.scss +23 -0
  136. package/SCSS-Themes/inputs/input/bds-dark.scss +23 -0
  137. package/SCSS-Themes/inputs/input/bds-lite.scss +23 -0
  138. package/SCSS-Themes/inputs/input/bds.scss +23 -0
  139. package/SCSS-Themes/inputs/input/bootstrap-dark-lite.scss +23 -0
  140. package/SCSS-Themes/inputs/input/bootstrap-dark.scss +23 -0
  141. package/SCSS-Themes/inputs/input/bootstrap-lite.scss +23 -0
  142. package/SCSS-Themes/inputs/input/bootstrap.scss +23 -0
  143. package/SCSS-Themes/inputs/input/bootstrap4-lite.scss +23 -0
  144. package/SCSS-Themes/inputs/input/bootstrap4.scss +23 -0
  145. package/SCSS-Themes/inputs/input/bootstrap5-dark-lite.scss +23 -0
  146. package/SCSS-Themes/inputs/input/bootstrap5-dark.scss +23 -0
  147. package/SCSS-Themes/inputs/input/bootstrap5-lite.scss +23 -0
  148. package/SCSS-Themes/inputs/input/bootstrap5.3-dark-lite.scss +23 -0
  149. package/SCSS-Themes/inputs/input/bootstrap5.3-dark.scss +23 -0
  150. package/SCSS-Themes/inputs/input/bootstrap5.3-lite.scss +23 -0
  151. package/SCSS-Themes/inputs/input/bootstrap5.3.scss +23 -0
  152. package/SCSS-Themes/inputs/input/bootstrap5.scss +23 -0
  153. package/SCSS-Themes/inputs/input/fabric-dark-lite.scss +23 -0
  154. package/SCSS-Themes/inputs/input/fabric-dark.scss +23 -0
  155. package/SCSS-Themes/inputs/input/fabric-lite.scss +23 -0
  156. package/SCSS-Themes/inputs/input/fabric.scss +23 -0
  157. package/SCSS-Themes/inputs/input/fluent-dark-lite.scss +23 -0
  158. package/SCSS-Themes/inputs/input/fluent-dark.scss +23 -0
  159. package/SCSS-Themes/inputs/input/fluent-lite.scss +23 -0
  160. package/SCSS-Themes/inputs/input/fluent.scss +23 -0
  161. package/SCSS-Themes/inputs/input/fluent2-dark-lite.scss +23 -0
  162. package/SCSS-Themes/inputs/input/fluent2-dark.scss +23 -0
  163. package/SCSS-Themes/inputs/input/fluent2-highcontrast-lite.scss +23 -0
  164. package/SCSS-Themes/inputs/input/fluent2-highcontrast.scss +23 -0
  165. package/SCSS-Themes/inputs/input/fluent2-lite.scss +23 -0
  166. package/SCSS-Themes/inputs/input/fluent2.scss +23 -0
  167. package/SCSS-Themes/inputs/input/highcontrast-lite.scss +23 -0
  168. package/SCSS-Themes/inputs/input/highcontrast.scss +23 -0
  169. package/SCSS-Themes/inputs/input/material-dark-lite.scss +23 -0
  170. package/SCSS-Themes/inputs/input/material-dark.scss +23 -0
  171. package/SCSS-Themes/inputs/input/material-lite.scss +23 -0
  172. package/SCSS-Themes/inputs/input/material.scss +23 -0
  173. package/SCSS-Themes/inputs/input/material3-dark-lite.scss +23 -0
  174. package/SCSS-Themes/inputs/input/material3-dark.scss +23 -0
  175. package/SCSS-Themes/inputs/input/material3-lite.scss +23 -0
  176. package/SCSS-Themes/inputs/input/material3.scss +23 -0
  177. package/SCSS-Themes/inputs/input/tailwind-dark-lite.scss +23 -0
  178. package/SCSS-Themes/inputs/input/tailwind-dark.scss +23 -0
  179. package/SCSS-Themes/inputs/input/tailwind-lite.scss +23 -0
  180. package/SCSS-Themes/inputs/input/tailwind.scss +23 -0
  181. package/SCSS-Themes/inputs/input/tailwind3-dark-lite.scss +23 -0
  182. package/SCSS-Themes/inputs/input/tailwind3-dark.scss +23 -0
  183. package/SCSS-Themes/inputs/input/tailwind3-lite.scss +23 -0
  184. package/SCSS-Themes/inputs/input/tailwind3.scss +23 -0
  185. package/SCSS-Themes/kanban/kanban/fluent2-dark-lite.scss +1 -1
  186. package/SCSS-Themes/kanban/kanban/fluent2-dark.scss +1 -1
  187. package/SCSS-Themes/kanban/kanban/fluent2-highcontrast-lite.scss +1 -1
  188. package/SCSS-Themes/kanban/kanban/fluent2-highcontrast.scss +1 -1
  189. package/SCSS-Themes/kanban/kanban/fluent2-lite.scss +1 -1
  190. package/SCSS-Themes/kanban/kanban/fluent2.scss +1 -1
  191. package/SCSS-Themes/material-dark-lite.scss +40 -0
  192. package/SCSS-Themes/material-dark.scss +40 -0
  193. package/SCSS-Themes/material-lite.scss +40 -0
  194. package/SCSS-Themes/material.scss +40 -0
  195. package/SCSS-Themes/material3-dark-lite.scss +40 -0
  196. package/SCSS-Themes/material3-dark.scss +40 -0
  197. package/SCSS-Themes/material3-lite.scss +40 -0
  198. package/SCSS-Themes/material3.scss +40 -0
  199. package/SCSS-Themes/navigations/toolbar/bds-dark-lite.scss +13 -0
  200. package/SCSS-Themes/navigations/toolbar/bds-dark.scss +13 -0
  201. package/SCSS-Themes/navigations/toolbar/bds-lite.scss +13 -0
  202. package/SCSS-Themes/navigations/toolbar/bds.scss +13 -0
  203. package/SCSS-Themes/navigations/toolbar/bootstrap-dark-lite.scss +13 -0
  204. package/SCSS-Themes/navigations/toolbar/bootstrap-dark.scss +13 -0
  205. package/SCSS-Themes/navigations/toolbar/bootstrap-lite.scss +13 -0
  206. package/SCSS-Themes/navigations/toolbar/bootstrap.scss +13 -0
  207. package/SCSS-Themes/navigations/toolbar/bootstrap4-lite.scss +13 -0
  208. package/SCSS-Themes/navigations/toolbar/bootstrap4.scss +13 -0
  209. package/SCSS-Themes/navigations/toolbar/bootstrap5-dark-lite.scss +13 -0
  210. package/SCSS-Themes/navigations/toolbar/bootstrap5-dark.scss +13 -0
  211. package/SCSS-Themes/navigations/toolbar/bootstrap5-lite.scss +13 -0
  212. package/SCSS-Themes/navigations/toolbar/bootstrap5.3-dark-lite.scss +13 -0
  213. package/SCSS-Themes/navigations/toolbar/bootstrap5.3-dark.scss +13 -0
  214. package/SCSS-Themes/navigations/toolbar/bootstrap5.3-lite.scss +13 -0
  215. package/SCSS-Themes/navigations/toolbar/bootstrap5.3.scss +13 -0
  216. package/SCSS-Themes/navigations/toolbar/bootstrap5.scss +13 -0
  217. package/SCSS-Themes/navigations/toolbar/fabric-dark-lite.scss +13 -0
  218. package/SCSS-Themes/navigations/toolbar/fabric-dark.scss +13 -0
  219. package/SCSS-Themes/navigations/toolbar/fabric-lite.scss +13 -0
  220. package/SCSS-Themes/navigations/toolbar/fabric.scss +13 -0
  221. package/SCSS-Themes/navigations/toolbar/fluent-dark-lite.scss +13 -0
  222. package/SCSS-Themes/navigations/toolbar/fluent-dark.scss +13 -0
  223. package/SCSS-Themes/navigations/toolbar/fluent-lite.scss +13 -0
  224. package/SCSS-Themes/navigations/toolbar/fluent.scss +13 -0
  225. package/SCSS-Themes/navigations/toolbar/fluent2-dark-lite.scss +13 -0
  226. package/SCSS-Themes/navigations/toolbar/fluent2-dark.scss +13 -0
  227. package/SCSS-Themes/navigations/toolbar/fluent2-highcontrast-lite.scss +13 -0
  228. package/SCSS-Themes/navigations/toolbar/fluent2-highcontrast.scss +13 -0
  229. package/SCSS-Themes/navigations/toolbar/fluent2-lite.scss +13 -0
  230. package/SCSS-Themes/navigations/toolbar/fluent2.scss +13 -0
  231. package/SCSS-Themes/navigations/toolbar/highcontrast-lite.scss +13 -0
  232. package/SCSS-Themes/navigations/toolbar/highcontrast.scss +13 -0
  233. package/SCSS-Themes/navigations/toolbar/material-dark-lite.scss +13 -0
  234. package/SCSS-Themes/navigations/toolbar/material-dark.scss +13 -0
  235. package/SCSS-Themes/navigations/toolbar/material-lite.scss +13 -0
  236. package/SCSS-Themes/navigations/toolbar/material.scss +13 -0
  237. package/SCSS-Themes/navigations/toolbar/material3-dark-lite.scss +13 -0
  238. package/SCSS-Themes/navigations/toolbar/material3-dark.scss +13 -0
  239. package/SCSS-Themes/navigations/toolbar/material3-lite.scss +13 -0
  240. package/SCSS-Themes/navigations/toolbar/material3.scss +13 -0
  241. package/SCSS-Themes/navigations/toolbar/tailwind-dark-lite.scss +13 -0
  242. package/SCSS-Themes/navigations/toolbar/tailwind-dark.scss +13 -0
  243. package/SCSS-Themes/navigations/toolbar/tailwind-lite.scss +13 -0
  244. package/SCSS-Themes/navigations/toolbar/tailwind.scss +13 -0
  245. package/SCSS-Themes/navigations/toolbar/tailwind3-dark-lite.scss +13 -0
  246. package/SCSS-Themes/navigations/toolbar/tailwind3-dark.scss +13 -0
  247. package/SCSS-Themes/navigations/toolbar/tailwind3-lite.scss +13 -0
  248. package/SCSS-Themes/navigations/toolbar/tailwind3.scss +13 -0
  249. package/SCSS-Themes/tailwind-dark-lite.scss +40 -0
  250. package/SCSS-Themes/tailwind-dark.scss +40 -0
  251. package/SCSS-Themes/tailwind-lite.scss +40 -0
  252. package/SCSS-Themes/tailwind.scss +40 -0
  253. package/SCSS-Themes/tailwind3-dark-lite.scss +40 -0
  254. package/SCSS-Themes/tailwind3-dark.scss +40 -0
  255. package/SCSS-Themes/tailwind3-lite.scss +40 -0
  256. package/SCSS-Themes/tailwind3.scss +40 -0
  257. package/package.json +1 -1
@@ -6195,6 +6195,29 @@ $input-error-text-color:$danger !default;
6195
6195
  border-bottom: transparent;
6196
6196
  }
6197
6197
  }
6198
+
6199
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
6200
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
6201
+ padding: 0;
6202
+
6203
+ input {
6204
+ padding: 14px 2px 5px 12px;
6205
+ }
6206
+
6207
+ label.e-float-text {
6208
+ padding-left: 12px;
6209
+ }
6210
+
6211
+ .e-input-in-wrap .e-input-group-icon {
6212
+ @if $input-skin-name == 'material' {
6213
+ padding-right: 17px;
6214
+ }
6215
+ @else {
6216
+ margin-right: 10px;
6217
+ }
6218
+ }
6219
+ }
6220
+ }
6198
6221
  }
6199
6222
 
6200
6223
 
@@ -6042,6 +6042,29 @@ $float-label-rtl-value: -7px !default;
6042
6042
  border-bottom: transparent;
6043
6043
  }
6044
6044
  }
6045
+
6046
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
6047
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
6048
+ padding: 0;
6049
+
6050
+ input {
6051
+ padding: 14px 2px 5px 12px;
6052
+ }
6053
+
6054
+ label.e-float-text {
6055
+ padding-left: 12px;
6056
+ }
6057
+
6058
+ .e-input-in-wrap .e-input-group-icon {
6059
+ @if $input-skin-name == 'material' {
6060
+ padding-right: 17px;
6061
+ }
6062
+ @else {
6063
+ margin-right: 10px;
6064
+ }
6065
+ }
6066
+ }
6067
+ }
6045
6068
  }
6046
6069
 
6047
6070
 
@@ -6042,6 +6042,29 @@ $float-label-rtl-value: -7px !default;
6042
6042
  border-bottom: transparent;
6043
6043
  }
6044
6044
  }
6045
+
6046
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
6047
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
6048
+ padding: 0;
6049
+
6050
+ input {
6051
+ padding: 14px 2px 5px 12px;
6052
+ }
6053
+
6054
+ label.e-float-text {
6055
+ padding-left: 12px;
6056
+ }
6057
+
6058
+ .e-input-in-wrap .e-input-group-icon {
6059
+ @if $input-skin-name == 'material' {
6060
+ padding-right: 17px;
6061
+ }
6062
+ @else {
6063
+ margin-right: 10px;
6064
+ }
6065
+ }
6066
+ }
6067
+ }
6045
6068
  }
6046
6069
 
6047
6070
 
@@ -6033,6 +6033,29 @@ $float-label-rtl-value: -7px !default;
6033
6033
  border-bottom: transparent;
6034
6034
  }
6035
6035
  }
6036
+
6037
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
6038
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
6039
+ padding: 0;
6040
+
6041
+ input {
6042
+ padding: 14px 2px 5px 12px;
6043
+ }
6044
+
6045
+ label.e-float-text {
6046
+ padding-left: 12px;
6047
+ }
6048
+
6049
+ .e-input-in-wrap .e-input-group-icon {
6050
+ @if $input-skin-name == 'material' {
6051
+ padding-right: 17px;
6052
+ }
6053
+ @else {
6054
+ margin-right: 10px;
6055
+ }
6056
+ }
6057
+ }
6058
+ }
6036
6059
  }
6037
6060
 
6038
6061
 
@@ -6033,6 +6033,29 @@ $float-label-rtl-value: -7px !default;
6033
6033
  border-bottom: transparent;
6034
6034
  }
6035
6035
  }
6036
+
6037
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
6038
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
6039
+ padding: 0;
6040
+
6041
+ input {
6042
+ padding: 14px 2px 5px 12px;
6043
+ }
6044
+
6045
+ label.e-float-text {
6046
+ padding-left: 12px;
6047
+ }
6048
+
6049
+ .e-input-in-wrap .e-input-group-icon {
6050
+ @if $input-skin-name == 'material' {
6051
+ padding-right: 17px;
6052
+ }
6053
+ @else {
6054
+ margin-right: 10px;
6055
+ }
6056
+ }
6057
+ }
6058
+ }
6036
6059
  }
6037
6060
 
6038
6061
 
@@ -6038,6 +6038,29 @@ $float-label-rtl-value: -7px !default;
6038
6038
  border-bottom: transparent;
6039
6039
  }
6040
6040
  }
6041
+
6042
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
6043
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
6044
+ padding: 0;
6045
+
6046
+ input {
6047
+ padding: 14px 2px 5px 12px;
6048
+ }
6049
+
6050
+ label.e-float-text {
6051
+ padding-left: 12px;
6052
+ }
6053
+
6054
+ .e-input-in-wrap .e-input-group-icon {
6055
+ @if $input-skin-name == 'material' {
6056
+ padding-right: 17px;
6057
+ }
6058
+ @else {
6059
+ margin-right: 10px;
6060
+ }
6061
+ }
6062
+ }
6063
+ }
6041
6064
  }
6042
6065
 
6043
6066
 
@@ -6038,6 +6038,29 @@ $float-label-rtl-value: -7px !default;
6038
6038
  border-bottom: transparent;
6039
6039
  }
6040
6040
  }
6041
+
6042
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
6043
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
6044
+ padding: 0;
6045
+
6046
+ input {
6047
+ padding: 14px 2px 5px 12px;
6048
+ }
6049
+
6050
+ label.e-float-text {
6051
+ padding-left: 12px;
6052
+ }
6053
+
6054
+ .e-input-in-wrap .e-input-group-icon {
6055
+ @if $input-skin-name == 'material' {
6056
+ padding-right: 17px;
6057
+ }
6058
+ @else {
6059
+ margin-right: 10px;
6060
+ }
6061
+ }
6062
+ }
6063
+ }
6041
6064
  }
6042
6065
 
6043
6066
 
@@ -6049,6 +6049,29 @@ $float-label-rtl-value: -7px !default;
6049
6049
  border-bottom: transparent;
6050
6050
  }
6051
6051
  }
6052
+
6053
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
6054
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
6055
+ padding: 0;
6056
+
6057
+ input {
6058
+ padding: 14px 2px 5px 12px;
6059
+ }
6060
+
6061
+ label.e-float-text {
6062
+ padding-left: 12px;
6063
+ }
6064
+
6065
+ .e-input-in-wrap .e-input-group-icon {
6066
+ @if $input-skin-name == 'material' {
6067
+ padding-right: 17px;
6068
+ }
6069
+ @else {
6070
+ margin-right: 10px;
6071
+ }
6072
+ }
6073
+ }
6074
+ }
6052
6075
  }
6053
6076
 
6054
6077
 
@@ -6049,6 +6049,29 @@ $float-label-rtl-value: -7px !default;
6049
6049
  border-bottom: transparent;
6050
6050
  }
6051
6051
  }
6052
+
6053
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
6054
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
6055
+ padding: 0;
6056
+
6057
+ input {
6058
+ padding: 14px 2px 5px 12px;
6059
+ }
6060
+
6061
+ label.e-float-text {
6062
+ padding-left: 12px;
6063
+ }
6064
+
6065
+ .e-input-in-wrap .e-input-group-icon {
6066
+ @if $input-skin-name == 'material' {
6067
+ padding-right: 17px;
6068
+ }
6069
+ @else {
6070
+ margin-right: 10px;
6071
+ }
6072
+ }
6073
+ }
6074
+ }
6052
6075
  }
6053
6076
 
6054
6077
 
@@ -6049,6 +6049,29 @@ $float-label-rtl-value: -7px !default;
6049
6049
  border-bottom: transparent;
6050
6050
  }
6051
6051
  }
6052
+
6053
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
6054
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
6055
+ padding: 0;
6056
+
6057
+ input {
6058
+ padding: 14px 2px 5px 12px;
6059
+ }
6060
+
6061
+ label.e-float-text {
6062
+ padding-left: 12px;
6063
+ }
6064
+
6065
+ .e-input-in-wrap .e-input-group-icon {
6066
+ @if $input-skin-name == 'material' {
6067
+ padding-right: 17px;
6068
+ }
6069
+ @else {
6070
+ margin-right: 10px;
6071
+ }
6072
+ }
6073
+ }
6074
+ }
6052
6075
  }
6053
6076
 
6054
6077
 
@@ -6049,6 +6049,29 @@ $float-label-rtl-value: -7px !default;
6049
6049
  border-bottom: transparent;
6050
6050
  }
6051
6051
  }
6052
+
6053
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
6054
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
6055
+ padding: 0;
6056
+
6057
+ input {
6058
+ padding: 14px 2px 5px 12px;
6059
+ }
6060
+
6061
+ label.e-float-text {
6062
+ padding-left: 12px;
6063
+ }
6064
+
6065
+ .e-input-in-wrap .e-input-group-icon {
6066
+ @if $input-skin-name == 'material' {
6067
+ padding-right: 17px;
6068
+ }
6069
+ @else {
6070
+ margin-right: 10px;
6071
+ }
6072
+ }
6073
+ }
6074
+ }
6052
6075
  }
6053
6076
 
6054
6077
 
@@ -6049,6 +6049,29 @@ $float-label-rtl-value: -7px !default;
6049
6049
  border-bottom: transparent;
6050
6050
  }
6051
6051
  }
6052
+
6053
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
6054
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
6055
+ padding: 0;
6056
+
6057
+ input {
6058
+ padding: 14px 2px 5px 12px;
6059
+ }
6060
+
6061
+ label.e-float-text {
6062
+ padding-left: 12px;
6063
+ }
6064
+
6065
+ .e-input-in-wrap .e-input-group-icon {
6066
+ @if $input-skin-name == 'material' {
6067
+ padding-right: 17px;
6068
+ }
6069
+ @else {
6070
+ margin-right: 10px;
6071
+ }
6072
+ }
6073
+ }
6074
+ }
6052
6075
  }
6053
6076
 
6054
6077
 
@@ -6049,6 +6049,29 @@ $float-label-rtl-value: -7px !default;
6049
6049
  border-bottom: transparent;
6050
6050
  }
6051
6051
  }
6052
+
6053
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
6054
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
6055
+ padding: 0;
6056
+
6057
+ input {
6058
+ padding: 14px 2px 5px 12px;
6059
+ }
6060
+
6061
+ label.e-float-text {
6062
+ padding-left: 12px;
6063
+ }
6064
+
6065
+ .e-input-in-wrap .e-input-group-icon {
6066
+ @if $input-skin-name == 'material' {
6067
+ padding-right: 17px;
6068
+ }
6069
+ @else {
6070
+ margin-right: 10px;
6071
+ }
6072
+ }
6073
+ }
6074
+ }
6052
6075
  }
6053
6076
 
6054
6077
 
@@ -6049,6 +6049,29 @@ $float-label-rtl-value: -7px !default;
6049
6049
  border-bottom: transparent;
6050
6050
  }
6051
6051
  }
6052
+
6053
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
6054
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
6055
+ padding: 0;
6056
+
6057
+ input {
6058
+ padding: 14px 2px 5px 12px;
6059
+ }
6060
+
6061
+ label.e-float-text {
6062
+ padding-left: 12px;
6063
+ }
6064
+
6065
+ .e-input-in-wrap .e-input-group-icon {
6066
+ @if $input-skin-name == 'material' {
6067
+ padding-right: 17px;
6068
+ }
6069
+ @else {
6070
+ margin-right: 10px;
6071
+ }
6072
+ }
6073
+ }
6074
+ }
6052
6075
  }
6053
6076
 
6054
6077
 
@@ -6049,6 +6049,29 @@ $float-label-rtl-value: -7px !default;
6049
6049
  border-bottom: transparent;
6050
6050
  }
6051
6051
  }
6052
+
6053
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
6054
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
6055
+ padding: 0;
6056
+
6057
+ input {
6058
+ padding: 14px 2px 5px 12px;
6059
+ }
6060
+
6061
+ label.e-float-text {
6062
+ padding-left: 12px;
6063
+ }
6064
+
6065
+ .e-input-in-wrap .e-input-group-icon {
6066
+ @if $input-skin-name == 'material' {
6067
+ padding-right: 17px;
6068
+ }
6069
+ @else {
6070
+ margin-right: 10px;
6071
+ }
6072
+ }
6073
+ }
6074
+ }
6052
6075
  }
6053
6076
 
6054
6077
 
@@ -6032,6 +6032,29 @@ $float-label-rtl-value: -7px !default;
6032
6032
  border-bottom: transparent;
6033
6033
  }
6034
6034
  }
6035
+
6036
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
6037
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
6038
+ padding: 0;
6039
+
6040
+ input {
6041
+ padding: 14px 2px 5px 12px;
6042
+ }
6043
+
6044
+ label.e-float-text {
6045
+ padding-left: 12px;
6046
+ }
6047
+
6048
+ .e-input-in-wrap .e-input-group-icon {
6049
+ @if $input-skin-name == 'material' {
6050
+ padding-right: 17px;
6051
+ }
6052
+ @else {
6053
+ margin-right: 10px;
6054
+ }
6055
+ }
6056
+ }
6057
+ }
6035
6058
  }
6036
6059
 
6037
6060
 
@@ -6032,6 +6032,29 @@ $float-label-rtl-value: -7px !default;
6032
6032
  border-bottom: transparent;
6033
6033
  }
6034
6034
  }
6035
+
6036
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
6037
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
6038
+ padding: 0;
6039
+
6040
+ input {
6041
+ padding: 14px 2px 5px 12px;
6042
+ }
6043
+
6044
+ label.e-float-text {
6045
+ padding-left: 12px;
6046
+ }
6047
+
6048
+ .e-input-in-wrap .e-input-group-icon {
6049
+ @if $input-skin-name == 'material' {
6050
+ padding-right: 17px;
6051
+ }
6052
+ @else {
6053
+ margin-right: 10px;
6054
+ }
6055
+ }
6056
+ }
6057
+ }
6035
6058
  }
6036
6059
 
6037
6060
 
@@ -6024,6 +6024,29 @@ $float-label-rtl-value: -7px !default;
6024
6024
  border-bottom: transparent;
6025
6025
  }
6026
6026
  }
6027
+
6028
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
6029
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
6030
+ padding: 0;
6031
+
6032
+ input {
6033
+ padding: 14px 2px 5px 12px;
6034
+ }
6035
+
6036
+ label.e-float-text {
6037
+ padding-left: 12px;
6038
+ }
6039
+
6040
+ .e-input-in-wrap .e-input-group-icon {
6041
+ @if $input-skin-name == 'material' {
6042
+ padding-right: 17px;
6043
+ }
6044
+ @else {
6045
+ margin-right: 10px;
6046
+ }
6047
+ }
6048
+ }
6049
+ }
6027
6050
  }
6028
6051
 
6029
6052
 
@@ -6024,6 +6024,29 @@ $float-label-rtl-value: -7px !default;
6024
6024
  border-bottom: transparent;
6025
6025
  }
6026
6026
  }
6027
+
6028
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
6029
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
6030
+ padding: 0;
6031
+
6032
+ input {
6033
+ padding: 14px 2px 5px 12px;
6034
+ }
6035
+
6036
+ label.e-float-text {
6037
+ padding-left: 12px;
6038
+ }
6039
+
6040
+ .e-input-in-wrap .e-input-group-icon {
6041
+ @if $input-skin-name == 'material' {
6042
+ padding-right: 17px;
6043
+ }
6044
+ @else {
6045
+ margin-right: 10px;
6046
+ }
6047
+ }
6048
+ }
6049
+ }
6027
6050
  }
6028
6051
 
6029
6052
 
@@ -6051,6 +6051,29 @@ $float-label-rtl-value: -10px !default;
6051
6051
  border-bottom: transparent;
6052
6052
  }
6053
6053
  }
6054
+
6055
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
6056
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
6057
+ padding: 0;
6058
+
6059
+ input {
6060
+ padding: 14px 2px 5px 12px;
6061
+ }
6062
+
6063
+ label.e-float-text {
6064
+ padding-left: 12px;
6065
+ }
6066
+
6067
+ .e-input-in-wrap .e-input-group-icon {
6068
+ @if $input-skin-name == 'material' {
6069
+ padding-right: 17px;
6070
+ }
6071
+ @else {
6072
+ margin-right: 10px;
6073
+ }
6074
+ }
6075
+ }
6076
+ }
6054
6077
  }
6055
6078
 
6056
6079
 
@@ -6051,6 +6051,29 @@ $float-label-rtl-value: -10px !default;
6051
6051
  border-bottom: transparent;
6052
6052
  }
6053
6053
  }
6054
+
6055
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
6056
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
6057
+ padding: 0;
6058
+
6059
+ input {
6060
+ padding: 14px 2px 5px 12px;
6061
+ }
6062
+
6063
+ label.e-float-text {
6064
+ padding-left: 12px;
6065
+ }
6066
+
6067
+ .e-input-in-wrap .e-input-group-icon {
6068
+ @if $input-skin-name == 'material' {
6069
+ padding-right: 17px;
6070
+ }
6071
+ @else {
6072
+ margin-right: 10px;
6073
+ }
6074
+ }
6075
+ }
6076
+ }
6054
6077
  }
6055
6078
 
6056
6079
 
@@ -6051,6 +6051,29 @@ $float-label-rtl-value: -10px !default;
6051
6051
  border-bottom: transparent;
6052
6052
  }
6053
6053
  }
6054
+
6055
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
6056
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
6057
+ padding: 0;
6058
+
6059
+ input {
6060
+ padding: 14px 2px 5px 12px;
6061
+ }
6062
+
6063
+ label.e-float-text {
6064
+ padding-left: 12px;
6065
+ }
6066
+
6067
+ .e-input-in-wrap .e-input-group-icon {
6068
+ @if $input-skin-name == 'material' {
6069
+ padding-right: 17px;
6070
+ }
6071
+ @else {
6072
+ margin-right: 10px;
6073
+ }
6074
+ }
6075
+ }
6076
+ }
6054
6077
  }
6055
6078
 
6056
6079
 
@@ -6051,6 +6051,29 @@ $float-label-rtl-value: -10px !default;
6051
6051
  border-bottom: transparent;
6052
6052
  }
6053
6053
  }
6054
+
6055
+ @if $input-skin-name == 'material' or $input-skin-name == 'Material3' {
6056
+ .e-filled.e-float-input.e-control-container.e-append:not(.e-prepend) {
6057
+ padding: 0;
6058
+
6059
+ input {
6060
+ padding: 14px 2px 5px 12px;
6061
+ }
6062
+
6063
+ label.e-float-text {
6064
+ padding-left: 12px;
6065
+ }
6066
+
6067
+ .e-input-in-wrap .e-input-group-icon {
6068
+ @if $input-skin-name == 'material' {
6069
+ padding-right: 17px;
6070
+ }
6071
+ @else {
6072
+ margin-right: 10px;
6073
+ }
6074
+ }
6075
+ }
6076
+ }
6054
6077
  }
6055
6078
 
6056
6079