Skip to content

Commit

Permalink
Merge branch 'master' into 6362-update-z-index-values
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Jul 9, 2020
2 parents dd17365 + 72df1f7 commit 26de3a2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -17811,11 +17811,13 @@ Form styles
@mixin form() {
.#{$prefix}--fieldset {
@include reset;

margin-bottom: $carbon--spacing-07;
}

.#{$prefix}--form-item {
@include type-style('body-short-01');

display: flex;
flex-direction: column;
// We specify `auto` as the default value so that the form item does
Expand Down Expand Up @@ -17846,6 +17848,7 @@ Form styles
// Skeleton State
.#{$prefix}--label.#{$prefix}--skeleton {
@include skeleton;

width: rem(75px);
height: rem(14px);
}
Expand Down Expand Up @@ -17904,6 +17907,7 @@ Form styles
.#{$prefix}--form-requirement {
@include reset;
@include type-style('caption-01');

margin: $carbon--spacing-02 0 0;
max-height: 0;
overflow: hidden;
Expand All @@ -17916,10 +17920,13 @@ Form styles

.#{$prefix}--form__helper-text {
@include type-style('helper-text-01');

color: $text-02;
z-index: 0;
opacity: 1;
margin-top: $carbon--spacing-02;
// Added to prevent error text from displaying under helper text in Safari (#6392)
width: 100%;
}

.#{$prefix}--label--disabled,
Expand Down

0 comments on commit 26de3a2

Please sign in to comment.