Sha256: 5ef795e78e4fc825c42f34a1bdadc2312115c5ae13488738f41689e80bfb6757
Contents?: true
Size: 1.27 KB
Versions: 6
Compression:
Stored size: 1.27 KB
Contents
// graident home effect // #gradient-spa-canvas { // width: 100%; // height: 100%; // --gradient-color-1: #ef008f; // --gradient-color-2: #6ec3f4; // --gradient-color-3: #7038ff; // --gradient-color-4: #ffba27; // } #gradient-spa-canvas { width: 100%; height: 100%; --gradient-color-1: #ef008f; --gradient-color-2: #03e4b8; --gradient-color-3: #8eedf7; --gradient-color-4: #ea7af4; } // .HomepageHeroGradient { // --gradientAngle: -20deg; // position: absolute; // top: -70px; // right: -70px; // height: 1490px; // transform: skewY(var(--gradientAngle)); // border: none; // width: 2000px !important; // z-index: 1; // } // @media (min-width: 600px) { // .HomepageHeroGradient { // --transformOriginX: calc(var(--gutterWidth) * 2.9); // } // } #owner-account { #gradient-spa-canvas { width: 100%; @include media-breakpoint-up(xl) { height: 25vh !important; } @include media-breakpoint-down(xl) { height: 35vh !important; } @include media-breakpoint-down(sm) { height: 30vh !important; } // @include media-breakpoint-down(sm) { // height: 35vh; // } --gradient-color-1: #ef008f; --gradient-color-2: #03e4b8; --gradient-color-3: #8eedf7; --gradient-color-4: #ea7af4; } }
Version data entries
6 entries across 6 versions & 1 rubygems