|
258 | 258 | @extend %form-group-label--box !optional;
|
259 | 259 | }
|
260 | 260 |
|
261 |
| - @include e(textarea) { |
262 |
| - @extend %form-group-textarea--box !optional; |
263 |
| - } |
264 |
| - |
265 | 261 | @include e(hint) {
|
266 | 262 | @extend %form-group-helper--box !optional;
|
267 | 263 | }
|
|
277 | 273 | @include e(bundle-main) {
|
278 | 274 | @extend %form-group-bundle-main--box-cosy !optional;
|
279 | 275 | }
|
280 |
| - |
281 |
| - @include e(textarea) { |
282 |
| - @extend %form-group-textarea--box-cosy !optional; |
283 |
| - } |
284 | 276 | }
|
285 | 277 |
|
286 | 278 | @include mx(box, compact) {
|
|
293 | 285 | @include e(bundle-main) {
|
294 | 286 | @extend %form-group-bundle-main--box-compact !optional;
|
295 | 287 | }
|
296 |
| - |
297 |
| - @include e(textarea) { |
298 |
| - @extend %form-group-textarea--box-compact !optional; |
299 |
| - } |
300 | 288 | }
|
301 | 289 |
|
302 | 290 | @include mx(disabled, box) {
|
|
333 | 321 | @extend %form-group-label--border !optional;
|
334 | 322 | }
|
335 | 323 |
|
336 |
| - @include e(textarea) { |
337 |
| - @extend %form-group-textarea--box !optional; |
338 |
| - } |
339 |
| - |
340 | 324 | @include e(hint) {
|
341 | 325 | @extend %form-group-helper--box !optional;
|
342 | 326 | }
|
|
373 | 357 | @include e(bundle-main) {
|
374 | 358 | @extend %form-group-bundle-main--box-cosy !optional;
|
375 | 359 | }
|
376 |
| - |
377 |
| - @include e(textarea) { |
378 |
| - @extend %form-group-textarea--box-cosy !optional; |
379 |
| - } |
380 | 360 | }
|
381 | 361 |
|
382 | 362 | @include mx(border, cosy, filled) {
|
|
413 | 393 | @include e(bundle-main) {
|
414 | 394 | @extend %form-group-bundle-main--box-compact !optional;
|
415 | 395 | }
|
416 |
| - |
417 |
| - @include e(textarea) { |
418 |
| - @extend %form-group-textarea--box-compact !optional; |
419 |
| - } |
420 | 396 | }
|
421 | 397 |
|
422 | 398 | @include mx(border, compact, filled) {
|
|
620 | 596 | }
|
621 | 597 |
|
622 | 598 | @include e(textarea) {
|
623 |
| - @extend %form-group-textarea--box !optional; |
| 599 | + @extend %form-group-textarea--indigo !optional; |
624 | 600 | }
|
625 | 601 |
|
626 | 602 | @include e(hint) {
|
|
640 | 616 | }
|
641 | 617 |
|
642 | 618 | @include e(textarea) {
|
643 |
| - @extend %form-group-textarea--box-cosy !optional; |
| 619 | + @extend %form-group-textarea--indigo-cosy !optional; |
644 | 620 | }
|
645 | 621 | }
|
646 | 622 |
|
|
656 | 632 | }
|
657 | 633 |
|
658 | 634 | @include e(textarea) {
|
659 |
| - @extend %form-group-textarea--box-compact !optional; |
| 635 | + @extend %form-group-textarea--indigo-compact !optional; |
660 | 636 | }
|
661 | 637 | }
|
662 | 638 |
|
|
866 | 842 | @extend %form-group-label--box !optional;
|
867 | 843 | }
|
868 | 844 |
|
869 |
| - @include e(textarea) { |
870 |
| - @extend %form-group-textarea--box !optional; |
871 |
| - } |
872 |
| - |
873 | 845 | @include e(hint) {
|
874 | 846 | @extend %form-group-helper--box !optional;
|
875 | 847 | }
|
|
885 | 857 | @include e(bundle-main) {
|
886 | 858 | @extend %form-group-bundle-main--box-cosy !optional;
|
887 | 859 | }
|
888 |
| - |
889 |
| - @include e(textarea) { |
890 |
| - @extend %form-group-textarea--box-cosy !optional; |
891 |
| - } |
892 | 860 | }
|
893 | 861 |
|
894 | 862 | @include mx(search, compact) {
|
|
901 | 869 | @include e(bundle-main) {
|
902 | 870 | @extend %form-group-bundle-main--box-compact !optional;
|
903 | 871 | }
|
904 |
| - |
905 |
| - @include e(textarea) { |
906 |
| - @extend %form-group-textarea--box-compact !optional; |
907 |
| - } |
908 | 872 | }
|
909 | 873 |
|
910 | 874 | @include mx(focused, search) {
|
|
0 commit comments