fix: apply css only on first child label and span for section header (via #4970)
This commit is contained in:
@@ -186,7 +186,7 @@
|
|||||||
background: rgba($opblock-isopen-section-header-background-color,.8);
|
background: rgba($opblock-isopen-section-header-background-color,.8);
|
||||||
box-shadow: 0 1px 2px rgba($opblock-isopen-section-header-box-shadow-color,.1);
|
box-shadow: 0 1px 2px rgba($opblock-isopen-section-header-box-shadow-color,.1);
|
||||||
|
|
||||||
label
|
>label
|
||||||
{
|
{
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@@ -199,7 +199,7 @@
|
|||||||
|
|
||||||
@include text_headline();
|
@include text_headline();
|
||||||
|
|
||||||
span
|
>span
|
||||||
{
|
{
|
||||||
padding: 0 10px 0 0;
|
padding: 0 10px 0 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user