You are here

hero-xlarge.css in View Modes Inventory - Bootstrap Ready 8.2

Same filename in this branch
  1. 8.2 css/hero/layout/hero-xlarge.css
  2. 8.2 css/hero/theme/hero-xlarge.css
Same filename and directory in other branches
  1. 8 css/hero/layout/hero-xlarge.css
.hero-view-mode.xlarge .main-content {
  position: relative;
}

.hero-view-mode.xlarge .hero-content {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.2rem;
}

@media screen and (min-width: 992px) {
  .hero-view-mode.xlarge .hero-content {
    top: 20%;
    right: 5%;
    bottom: 20%;
    left: 5%;
    width: 50%;
  }
}

File

css/hero/layout/hero-xlarge.css
View source
  1. .hero-view-mode.xlarge .main-content {
  2. position: relative;
  3. }
  4. .hero-view-mode.xlarge .hero-content {
  5. position: absolute;
  6. z-index: 3;
  7. top: 0;
  8. right: 0;
  9. bottom: 0;
  10. left: 0;
  11. width: 100%;
  12. padding: 1.2rem;
  13. }
  14. @media screen and (min-width: 992px) {
  15. .hero-view-mode.xlarge .hero-content {
  16. top: 20%;
  17. right: 5%;
  18. bottom: 20%;
  19. left: 5%;
  20. width: 50%;
  21. }
  22. }