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:
parent
7777bc5018
commit
d30b235522
|
@ -11,26 +11,10 @@ body,
|
||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clearfix {
|
|
||||||
content: "";
|
|
||||||
display: table;
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
.clear {
|
.clear {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
.l-clearfix:after, .clearfix:after {
|
|
||||||
content: "";
|
|
||||||
display: table;
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
.is-visible {
|
|
||||||
display: block!important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.l-flex-wrap {
|
.l-flex-wrap {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
@ -50,7 +34,3 @@ body,
|
||||||
top: -9999px !important;
|
top: -9999px !important;
|
||||||
left: -9999px !important;
|
left: -9999px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-uppercase {
|
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue