biofriction-wp-theme/node_modules/foundation-sites/docs/assets/scss/examples/_orbit.scss

23 lines
388 B
SCSS

// Examples for the Orbit documentation.
.docs-example-orbit-slide {
padding: 2rem 4rem;
color: $white;
.orbit-slide:nth-of-type(1) & {
background: dodgerblue;
}
.orbit-slide:nth-of-type(2) & {
background: rebeccapurple;
}
.orbit-slide:nth-of-type(3) & {
background: darkgoldenrod;
}
.orbit-slide:nth-of-type(4) & {
background: lightseagreen;
}
}