Assumption - Jacksonville, FL

Navigation - Add gradient behind menu

Assigned to
Kyle Sullivan, Web Development at Diocesan Kyle S.
Notes
Gradient color at top: rgba(50, 48, 49, __) | HEX #323031

Comments & Events

Kyle Sullivan, Web Development at Diocesan
I added the following to /sass/site/primary/headers/headerContent/_topBar.scss.
    &::before {
      position: absolute;
      content: "";
      background: linear-gradient(rgba(50, 48, 49, 0.5), transparent);
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0.5;
    }
Kyle Sullivan, Web Development at Diocesan
Kyle Sullivan completed this to-do.