@carbon/styles 1.26.0-rc.0 → 1.26.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/styles",
3
3
  "description": "Styles for the Carbon Design System",
4
- "version": "1.26.0-rc.0",
4
+ "version": "1.26.1",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -59,5 +59,5 @@
59
59
  "scss/**/*.css",
60
60
  "css/**/*.css"
61
61
  ],
62
- "gitHead": "14c6f7442f8915d508a0bada49bb05e0cac8464c"
62
+ "gitHead": "722f2ebbad8ce2ebf41385a1e3dae5b9ca279a5b"
63
63
  }
@@ -164,7 +164,7 @@ $radio-border-width: 1px !default;
164
164
  .#{$prefix}--radio-button__validation-msg {
165
165
  display: none;
166
166
  align-items: flex-end;
167
- margin-top: $spacing-03;
167
+ margin-top: rem(6px);
168
168
  }
169
169
 
170
170
  .#{$prefix}--radio-button__invalid-icon {
@@ -180,10 +180,6 @@ $radio-border-width: 1px !default;
180
180
  fill: #000000;
181
181
  }
182
182
 
183
- .#{$prefix}--radio-button__validation-msg .#{$prefix}--form__helper-text {
184
- margin-top: 0;
185
- }
186
-
187
183
  .#{$prefix}--radio-button-group--invalid
188
184
  + .#{$prefix}--radio-button__validation-msg,
189
185
  .#{$prefix}--radio-button-group--warning
@@ -210,6 +206,10 @@ $radio-border-width: 1px !default;
210
206
  color: $text-error;
211
207
  }
212
208
 
209
+ .#{$prefix}--radio-button-group ~ .#{$prefix}--form__helper-text {
210
+ margin-top: rem(6px);
211
+ }
212
+
213
213
  // Focus
214
214
 
215
215
  .#{$prefix}--radio-button:focus