fix(aio): remove unwanted code styling from styleguide doc

Closes #16514
This commit is contained in:
Peter Bacon Darwin
2017-05-10 00:36:22 +01:00
committed by Pete Bacon Darwin
parent a2dcb7b476
commit 954c08e97c
2 changed files with 35 additions and 24 deletions

View File

@ -5,15 +5,26 @@ code-example, code-tabs {
code-example,
code-tabs md-tab-body {
&:not(.no-box) {
background-color: rgba($backgroundgray, 0.2);
border: 0.5px solid $lightgray;
border-radius: 5px;
color: $darkgray;
margin: 16px auto;
}
code {
overflow: auto;
&.no-box {
pre {
margin: 0;
}
code {
background-color: transparent;
}
}
code {
overflow: auto;
}
}
// TERMINAL / SHELL TEXT STYLES