refactor(docs-infra): remove duplicate or unused CSS styles (#40881)
This commit removes some CSS styles that have no effect (i.e. are duplicates or overridden by other rules). PR Close #40881
This commit is contained in:
parent
717590a732
commit
c5231ce1da
@ -106,6 +106,7 @@ section#intro {
|
|||||||
width: 400px;
|
width: 400px;
|
||||||
height: 400px;
|
height: 400px;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
|
max-width: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
filter: drop-shadow(0 2px 2px rgba($black, 0.24));
|
filter: drop-shadow(0 2px 2px rgba($black, 0.24));
|
||||||
|
|
||||||
@ -295,25 +296,6 @@ aio-shell {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.page-home, &.page-resources, &.page-events, &.page-features {
|
|
||||||
|
|
||||||
.content img {
|
|
||||||
@media (max-width: 1300px) {
|
|
||||||
max-width: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.feature-section img {
|
|
||||||
max-width: 70px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
|
||||||
mat-sidenav-container.sidenav-container {
|
|
||||||
padding-top: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.cta-bar .hero-cta {
|
.cta-bar .hero-cta {
|
||||||
color: $blue;
|
color: $blue;
|
||||||
}
|
}
|
||||||
@ -391,23 +373,12 @@ div[layout=row]{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.promo-img-container {
|
.promo-img-container {
|
||||||
|
|
||||||
img {
|
|
||||||
max-width: 90% !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 0 20px;
|
margin: 0 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 90%;
|
max-width: 90% !important;
|
||||||
|
|
||||||
|
|
||||||
@media (max-width: 599px) {
|
|
||||||
max-width: 100%;
|
|
||||||
float: initial !important;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -440,9 +411,10 @@ div[layout=row]{
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
.page-features .marketing-banner {
|
.page-features & {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.events-container{
|
.events-container{
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
.feature-header img {
|
.feature-header img {
|
||||||
margin: 16px;
|
margin: 16px;
|
||||||
|
max-width: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.feature-title {
|
.feature-title {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user