Merge branch 'gradient-tune' into dev
This commit is contained in:
@@ -7,11 +7,13 @@
|
|||||||
y1=24 (bottom) is the green end; y2=0 (top) is the orange end. -->
|
y1=24 (bottom) is the green end; y2=0 (top) is the orange end. -->
|
||||||
<linearGradient id="lmf-grad-@(IdSuffix)"
|
<linearGradient id="lmf-grad-@(IdSuffix)"
|
||||||
gradientUnits="userSpaceOnUse" x1="0" y1="24" x2="0" y2="0">
|
gradientUnits="userSpaceOnUse" x1="0" y1="24" x2="0" y2="0">
|
||||||
<stop offset="0%" stop-color="#2ECC71" />
|
<stop offset="0%" stop-color="#1A5C38" />
|
||||||
<stop offset="55%" stop-color="#2ECC71" />
|
<stop offset="27%" stop-color="#1A5C38" />
|
||||||
<stop offset="62%" stop-color="#F4C430" />
|
<stop offset="33%" stop-color="#2ECC71" />
|
||||||
<stop offset="82%" stop-color="#F4C430" />
|
<stop offset="47%" stop-color="#2ECC71" />
|
||||||
<stop offset="88%" stop-color="#FF6B35" />
|
<stop offset="53%" stop-color="#F4C430" />
|
||||||
|
<stop offset="72%" stop-color="#F4C430" />
|
||||||
|
<stop offset="78%" stop-color="#FF6B35" />
|
||||||
<stop offset="100%" stop-color="#FF6B35" />
|
<stop offset="100%" stop-color="#FF6B35" />
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
|
|
||||||
|
|||||||
@@ -27,9 +27,10 @@
|
|||||||
height: var(--bar-height, 2%);
|
height: var(--bar-height, 2%);
|
||||||
min-height: 2px;
|
min-height: 2px;
|
||||||
background-image: linear-gradient(to top,
|
background-image: linear-gradient(to top,
|
||||||
#2ECC71 0%, #2ECC71 55%,
|
#1A5C38 0%, #1A5C38 27%,
|
||||||
#F4C430 62%, #F4C430 82%,
|
#2ECC71 33%, #2ECC71 47%,
|
||||||
#FF6B35 88%, #FF6B35 100%
|
#F4C430 53%, #F4C430 72%,
|
||||||
|
#FF6B35 78%, #FF6B35 100%
|
||||||
);
|
);
|
||||||
background-size: 100% 40px;
|
background-size: 100% 40px;
|
||||||
background-position: bottom;
|
background-position: bottom;
|
||||||
|
|||||||
Reference in New Issue
Block a user