usage-counts/src/app/home/home.component.css

96 lines
2.3 KiB
CSS
Raw Normal View History

@media only screen and (min-width: 1200px) {
.first {
position: relative;
background-image: url("/assets/usage-statistics-assets/home/1.svg");
background-size: cover;
background-repeat: no-repeat;
background-position: 0 -100px;
}
}
.second h4 {
background-image: url("/assets/usage-statistics-assets/home/2.svg");
background-size: contain;
background-repeat: no-repeat;
background-position: 0 0;
padding: 25px 0 0 25px;
}
/*.first > object {
top: -100px;
width: 1100px;
position: absolute;
}
@media only screen and (min-width: 1200px) {
.first:before {
top: -100px;
width: 1100px;
height: 703px;
position: absolute;
z-index: 1;
background: transparent;
}
}*/
@media only screen and (min-width: 1200px) {
.third .first-column {
background-image: url("/assets/usage-statistics-assets/home/3.1.svg"), url("/assets/usage-statistics-assets/home/3.2.svg");
background-repeat: no-repeat;
background-size: contain, auto;
background-position: top left, bottom center;
font-size: 14px;
padding: 40px 0 40px 50px;
position: relative;
}
.third .first-column > .divider {
background-image: url("/assets/usage-statistics-assets/home/3.3.svg");
background-repeat: no-repeat;
background-size: contain;
position: absolute;
height: 100%;
bottom: -10%;
right: calc(-12vw - 30px);
width: 100%;
}
.third .second-column {
background-image: url("/assets/usage-statistics-assets/home/3.4.svg"), url("/assets/usage-statistics-assets/home/3.5.svg");
background-repeat: no-repeat;
background-size: auto, contain;
background-position: top center, bottom right;
font-size: 14px;
margin-top: 100px;
padding: 40px 40px 40px 40px;
}
.third .third-column {
background-image: url("/assets/usage-statistics-assets/home/3.6.svg");
background-size: auto;
background-repeat: no-repeat;
background-position: top left;
padding-top: 10px;
padding-left: 40px;
padding-right: 90px;
}
.third .third-column > div {
margin-left: 100px;
}
}
.features {
background-image: url("/assets/usage-statistics-assets/home/4.svg");
background-size: contain;
background-repeat: no-repeat;
background-position: 0 0;
padding: 40px 70px;
}
iframe {
box-shadow: 1px 10px 12px #00000029;
border-radius: 5px;
}