refactor(docs-infra): remove unused styles from `_content-layout.scss` (#40704)

This commit removes some styles from `_content-layout.scss` that are no
longer used (i.e. either their CSS selectors do not match any element in
the app or they are overridden by other rules).

PR Close #40704
This commit is contained in:
George Kalpakas 2021-02-05 12:48:51 +02:00 committed by Alex Rickabaugh
parent 2282069388
commit 512a17db5d
1 changed files with 0 additions and 8 deletions

View File

@ -39,11 +39,3 @@ aio-menu {
display: none;
}
}
#guide-change-log h2::before {
content: "";
display: block;
height: 1px;
margin: 24px 0px;
background: $lightgray;
}