improvement: Move inline styles to SCSS instead (#5578)
* fix: convert propStyle to propClass
This commit is contained in:
@@ -38,6 +38,12 @@ table
|
||||
|
||||
@include text_code();
|
||||
}
|
||||
|
||||
.header-example
|
||||
{
|
||||
color: #999;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
|
||||
tbody
|
||||
@@ -112,6 +118,11 @@ table
|
||||
{
|
||||
font-weight: bold;
|
||||
|
||||
span
|
||||
{
|
||||
color: red;
|
||||
}
|
||||
|
||||
&:after
|
||||
{
|
||||
font-size: 10px;
|
||||
|
||||
Reference in New Issue
Block a user