improvement: Move inline styles to SCSS instead (#5578)
* fix: convert propStyle to propClass
This commit is contained in:
@@ -29,6 +29,22 @@
|
||||
{
|
||||
color: $errors-wrapper-errors-small-font-color;
|
||||
}
|
||||
|
||||
.message
|
||||
{
|
||||
white-space: pre-line;
|
||||
|
||||
&.thrown
|
||||
{
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.error-line
|
||||
{
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
hgroup
|
||||
|
||||
Reference in New Issue
Block a user