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/theme/hero-xlarge.css
.hero-view-mode.xlarge .hero-content {
  color: #fff;
  background: black;
  background: rgba(0, 0, 0, 0.7);
}

.hero-view-mode.xlarge .hero-content h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  .hero-view-mode.xlarge .hero-content h3 {
    font-size: 3rem;
  }
}

.hero-view-mode.xlarge .hero-content a {
  text-decoration: none;
  color: #fff;
}

.hero-view-mode.xlarge .hero-content:hover,
.hero-view-mode.xlarge .hero-content:focus,
.hero-view-mode.xlarge .hero-content:active {
  opacity: 0.7;
}

File

css/hero/theme/hero-xlarge.css
View source
  1. .hero-view-mode.xlarge .hero-content {
  2. color: #fff;
  3. background: black;
  4. background: rgba(0, 0, 0, 0.7);
  5. }
  6. .hero-view-mode.xlarge .hero-content h3 {
  7. margin: 0;
  8. padding: 0;
  9. color: #fff;
  10. font-size: calc(1.425rem + 2.1vw);
  11. }
  12. @media (min-width: 1200px) {
  13. .hero-view-mode.xlarge .hero-content h3 {
  14. font-size: 3rem;
  15. }
  16. }
  17. .hero-view-mode.xlarge .hero-content a {
  18. text-decoration: none;
  19. color: #fff;
  20. }
  21. .hero-view-mode.xlarge .hero-content:hover,
  22. .hero-view-mode.xlarge .hero-content:focus,
  23. .hero-view-mode.xlarge .hero-content:active {
  24. opacity: 0.7;
  25. }