Changeset View
Changeset View
Standalone View
Standalone View
common/static/common/styles/studio/_jumbotron.scss
| Show First 20 Lines • Show All 100 Lines • ▼ Show 20 Lines | .jumbotron-bg-wrapper::before { | ||||
| height: 100%; | height: 100%; | ||||
| left: 0; | left: 0; | ||||
| pointer-events: none; | pointer-events: none; | ||||
| position: absolute; | position: absolute; | ||||
| top: 0; | top: 0; | ||||
| width: 100%; | width: 100%; | ||||
| } | } | ||||
| &.overlay-solid { | |||||
| .jumbotron-bg-wrapper::before { | |||||
| background: $highlight-black-xstrong !important; | |||||
| } | |||||
| } | |||||
| &.overlay-flipped { | &.overlay-flipped { | ||||
| .jumbotron-bg-wrapper::before { | .jumbotron-bg-wrapper::before { | ||||
| background: radial-gradient(95.13% 205.95% at 27.8% 43.3%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5325) 100%); | background: radial-gradient(95.13% 205.95% at 27.8% 43.3%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5325) 100%); | ||||
| } | } | ||||
| } | } | ||||
| &.overlay-light { | &.overlay-light { | ||||
| .jumbotron-bg-wrapper::before { | .jumbotron-bg-wrapper::before { | ||||
| ▲ Show 20 Lines • Show All 72 Lines • Show Last 20 Lines | |||||