|
1067 | 1067 | } |
1068 | 1068 |
|
1069 | 1069 | %form-group-textarea--box { |
1070 | | - width: calc(100% + #{rem(16px, map-get($base-scale-size, 'comfortable')) * 2}); /* add the padding to the width */ |
1071 | 1070 | margin: 0 -#{rem(16px, map-get($base-scale-size, 'comfortable'))}; |
1072 | 1071 | padding-#{$left}: rem(16px, map-get($base-scale-size, 'comfortable')); |
1073 | 1072 | padding-#{$left}: rem(16px, map-get($base-scale-size, 'comfortable')); |
1074 | 1073 | } |
1075 | 1074 |
|
1076 | 1075 | %form-group-textarea--box-cosy { |
1077 | | - width: calc(100% + #{rem(16px, map-get($base-scale-size, 'cosy')) * 2}); /* add the padding to the width */ |
1078 | 1076 | margin: 0 -#{rem(16px, map-get($base-scale-size, 'cosy'))}; |
1079 | 1077 | padding-#{$left}: rem(16px, map-get($base-scale-size, 'cosy')); |
1080 | 1078 | padding-#{$left}: rem(16px, map-get($base-scale-size, 'cosy')); |
1081 | 1079 | } |
1082 | 1080 |
|
1083 | 1081 | %form-group-textarea--box-compact { |
1084 | | - width: calc(100% + #{rem(16px, map-get($base-scale-size, 'compact')) * 2}); /* add the padding to the width */ |
1085 | 1082 | margin: 0 -#{rem(16px, map-get($base-scale-size, 'compact'))}; |
1086 | 1083 | padding-#{$left}: rem(16px, map-get($base-scale-size, 'compact')); |
1087 | 1084 | padding-#{$left}: rem(16px, map-get($base-scale-size, 'compact')); |
|
0 commit comments