diff --git a/lib/components/ResponsesSamples/responses-samples.scss b/lib/components/ResponsesSamples/responses-samples.scss index 75f344e0..b8ea1cba 100644 --- a/lib/components/ResponsesSamples/responses-samples.scss +++ b/lib/components/ResponsesSamples/responses-samples.scss @@ -22,7 +22,7 @@ header { font-weight: normal; } -:host > tabs > ul li { +:host /deep/ > tabs > ul li { font-family: $headers-font; font-size: 0.929em; border-radius: $border-radius; @@ -42,6 +42,6 @@ header { } } -:host tabs ul { +:host /deep/ tabs ul { padding-top: 10px; }