Fix broken tabs styling for response samples

This commit is contained in:
Roman Hotsiy 2016-09-13 01:34:24 +03:00
parent 822d84c9f8
commit 2da84ec20d
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -22,7 +22,7 @@ header {
font-weight: normal; font-weight: normal;
} }
:host > tabs > ul li { :host /deep/ > tabs > ul li {
font-family: $headers-font; font-family: $headers-font;
font-size: 0.929em; font-size: 0.929em;
border-radius: $border-radius; border-radius: $border-radius;
@ -42,6 +42,6 @@ header {
} }
} }
:host tabs ul { :host /deep/ tabs ul {
padding-top: 10px; padding-top: 10px;
} }