fix(aio): remove unwanted code styling from styleguide doc
Closes #16514
This commit is contained in:

committed by
Pete Bacon Darwin

parent
a2dcb7b476
commit
954c08e97c
@ -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
|
||||
|
Reference in New Issue
Block a user