@dialpad/dialtone-css 8.52.0 → 8.52.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.
@@ -159,6 +159,12 @@
159
159
  cursor: pointer;
160
160
  }
161
161
 
162
+ .d-checkbox__messages,
163
+ .d-radio__messages {
164
+ margin-top: var(--dt-space-200-negative);
165
+ margin-left: var(--dt-space-550);
166
+ }
167
+
162
168
  .d-checkbox__description {
163
169
  display: flex;
164
170
  box-sizing: border-box;
@@ -3853,6 +3853,11 @@ legend .d-label--md {
3853
3853
  font: var(--dt-typography-label-md-plain);
3854
3854
  cursor: pointer;
3855
3855
  }
3856
+ .d-checkbox__messages,
3857
+ .d-radio__messages {
3858
+ margin-top: var(--dt-space-200-negative);
3859
+ margin-left: var(--dt-space-550);
3860
+ }
3856
3861
  .d-checkbox__description {
3857
3862
  display: flex;
3858
3863
  box-sizing: border-box;