|
|
@ -398,6 +398,9 @@ |
|
|
|
.ui.form.success .success.message:not(:empty) { |
|
|
|
display: block; |
|
|
|
} |
|
|
|
.ui.form.success .compact.success.message:not(:empty) { |
|
|
|
display: inline-block; |
|
|
|
} |
|
|
|
.ui.form.success .icon.success.message:not(:empty) { |
|
|
|
display: flex; |
|
|
|
} |
|
|
@ -410,6 +413,9 @@ |
|
|
|
.ui.form.warning .warning.message:not(:empty) { |
|
|
|
display: block; |
|
|
|
} |
|
|
|
.ui.form.warning .compact.warning.message:not(:empty) { |
|
|
|
display: inline-block; |
|
|
|
} |
|
|
|
.ui.form.warning .icon.warning.message:not(:empty) { |
|
|
|
display: flex; |
|
|
|
} |
|
|
@ -422,6 +428,9 @@ |
|
|
|
.ui.form.error .error.message:not(:empty) { |
|
|
|
display: block; |
|
|
|
} |
|
|
|
.ui.form.error .compact.error.message:not(:empty) { |
|
|
|
display: inline-block; |
|
|
|
} |
|
|
|
.ui.form.error .icon.error.message:not(:empty) { |
|
|
|
display: flex; |
|
|
|
} |
|
|
|