Fix footer and <strong> element styling

This commit is contained in:
Roman Hotsiy 2016-03-15 16:10:33 +02:00
parent 3a6e2c14c4
commit 95cef711b2

View File

@ -139,21 +139,21 @@ api-logo {
color: $red;
border: 1px solid rgba(38,50,56,0.1);
}
}
footer {
text-align: right;
padding: 10px;
font-size: 15px;
background-color: white;
strong {
font-size: 18px;
color: $headers-color;
}
footer {
text-align: right;
padding: 10px;
font-size: 15px;
}
}
/* markdown elements */
:host .redoc-markdown-block {