Sha256: c7625e839c5f9c553a129eafc1358ca807fc358befe91448cb223dc7e44cf4be
Contents?: true
Size: 973 Bytes
Versions: 40
Compression:
Stored size: 973 Bytes
Contents
/*------------------------------------ Icon-v4 Gradient BG colors ------------------------------------*/ .u-icon-v4 { &-bg-lightblue-radialgradient-ellipse { border-color: $g-color-lightblue-v1; .u-icon-v4-inner { background: radial-gradient(ellipse at center center, #fff 22%, $g-color-lightblue-v1 100%) repeat; } } &-bg-gray-radialgradient-ellipse { border-color: $g-color-gray-light-v1; .u-icon-v4-inner { background: radial-gradient(ellipse at center center, $g-color-gray-light-v3 22%, $g-color-gray-light-v1 100%) repeat; } } &-bg-blue-radialgradient-circle { border-color: #275296; .u-icon-v4-inner { background: radial-gradient(circle farthest-side at 100% 0, #2294d7, #275296) no-repeat; } } &-bg-darkgray-radialgradient-circle { border-color: #31353e; .u-icon-v4-inner { background: radial-gradient(circle farthest-side at 110% 0, #596070, #31353e) no-repeat; } } }
Version data entries
40 entries across 40 versions & 1 rubygems