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

This commit removes some styles from `_layout-global.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:54 +02:00 committed by Alex Rickabaugh
parent 7777bc5018
commit d30b235522
1 changed files with 9 additions and 29 deletions

View File

@ -11,26 +11,10 @@ body,
max-width: 90%;
}
.clearfix {
content: "";
display: table;
clear: both;
}
.clear {
clear: both;
}
.l-clearfix:after, .clearfix:after {
content: "";
display: table;
clear: both;
}
.is-visible {
display: block!important;
}
.l-flex-wrap {
display: flex;
flex-wrap: wrap;
@ -50,7 +34,3 @@ body,
top: -9999px !important;
left: -9999px !important;
}
.text-uppercase {
text-transform: uppercase;
}