|
@ -400,6 +400,9 @@ |
|
|
.ui.form.success .success.message:not(:empty) { |
|
|
.ui.form.success .success.message:not(:empty) { |
|
|
display: block; |
|
|
display: block; |
|
|
} |
|
|
} |
|
|
|
|
|
.ui.form.success .compact.success.message:not(:empty) { |
|
|
|
|
|
display: inline-block; |
|
|
|
|
|
} |
|
|
.ui.form.success .icon.success.message:not(:empty) { |
|
|
.ui.form.success .icon.success.message:not(:empty) { |
|
|
display: flex; |
|
|
display: flex; |
|
|
} |
|
|
} |
|
@ -412,6 +415,9 @@ |
|
|
.ui.form.warning .warning.message:not(:empty) { |
|
|
.ui.form.warning .warning.message:not(:empty) { |
|
|
display: block; |
|
|
display: block; |
|
|
} |
|
|
} |
|
|
|
|
|
.ui.form.warning .compact.warning.message:not(:empty) { |
|
|
|
|
|
display: inline-block; |
|
|
|
|
|
} |
|
|
.ui.form.warning .icon.warning.message:not(:empty) { |
|
|
.ui.form.warning .icon.warning.message:not(:empty) { |
|
|
display: flex; |
|
|
display: flex; |
|
|
} |
|
|
} |
|
@ -424,6 +430,9 @@ |
|
|
.ui.form.error .error.message:not(:empty) { |
|
|
.ui.form.error .error.message:not(:empty) { |
|
|
display: block; |
|
|
display: block; |
|
|
} |
|
|
} |
|
|
|
|
|
.ui.form.error .compact.error.message:not(:empty) { |
|
|
|
|
|
display: inline-block; |
|
|
|
|
|
} |
|
|
.ui.form.error .icon.error.message:not(:empty) { |
|
|
.ui.form.error .icon.error.message:not(:empty) { |
|
|
display: flex; |
|
|
display: flex; |
|
|
} |
|
|
} |
|
|