mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-25 19:58:30 +03:00
Login page change icon (#4882)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
e0fb65ab47
commit
4a85b0ad13
@ -88,7 +88,7 @@
|
||||
style:top={'3rem'}
|
||||
class="flex-row-center"
|
||||
>
|
||||
<LoginIcon /><span class="fs-title">{getMetadata(workbench.metadata.PlatformTitle)}</span>
|
||||
<LoginIcon /><span class="fs-title ml-2">{getMetadata(workbench.metadata.PlatformTitle)}</span>
|
||||
</div>
|
||||
|
||||
<div class="panel-base" class:panel={$deviceInfo.docWidth > 768} class:white={!$themeStore.dark}>
|
||||
|
@ -1,107 +1,6 @@
|
||||
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 512 512">
|
||||
<path
|
||||
d="M18.5074 25.7081C18.1851 25.8669 17.8149 25.8669 17.4926 25.7081L8.21963 21.1407C7.74273 20.9058 7.74273 20.1741 8.21963 19.9392L17.4926 15.3717C17.8149 15.213 18.1851 15.213 18.5074 15.3717L27.7804 19.9392C28.2573 20.1741 28.2573 20.9058 27.7804 21.1407L18.5074 25.7081Z"
|
||||
d="M477.867 341.333c18.851 0 34.133 15.282 34.133 34.134v102.4C512 496.718 496.718 512 477.867 512h-102.4c-18.852 0-34.134-15.282-34.134-34.133v-102.4c0-18.852 15.282-34.134 34.134-34.134zM136.533 0c18.852 0 34.134 15.282 34.134 34.133v102.4c0 18.852-15.282 34.134-34.134 34.134h-102.4C15.282 170.667 0 155.385 0 136.533v-102.4C0 15.282 15.282 0 34.133 0zm365.47 180.664A34.13 34.13 0 0 0 512 156.528V34.133C512 15.282 496.718 0 477.867 0h-102.4c-18.852 0-34.134 15.282-34.134 34.133v102.4c0 18.852-15.282 34.134-34.133 34.134H184.805a34.13 34.13 0 0 0-24.136 9.997L9.997 331.336A34.13 34.13 0 0 0 0 355.472v122.395C0 496.718 15.282 512 34.133 512h102.4c18.852 0 34.134-15.282 34.134-34.133v-102.4c0-18.852 15.282-34.134 34.133-34.134h122.395a34.13 34.13 0 0 0 24.136-9.997z"
|
||||
fill="white"
|
||||
/>
|
||||
<g filter="url(#filter0_bd_1990_313055)">
|
||||
<path
|
||||
d="M18.5074 21.2511C18.1851 21.4099 17.8149 21.4099 17.4926 21.2511L8.21963 16.6836C7.74273 16.4487 7.74273 15.7171 8.21963 15.4822L17.4926 10.9147C17.8149 10.7559 18.1851 10.7559 18.5074 10.9147L27.7804 15.4822C28.2573 15.7171 28.2573 16.4487 27.7804 16.6836L18.5074 21.2511Z"
|
||||
fill="#6FA0FF"
|
||||
fill-opacity="0.4"
|
||||
shape-rendering="crispEdges"
|
||||
/>
|
||||
</g>
|
||||
<path
|
||||
d="M18.4439 25.5013C18.162 25.6402 17.838 25.6402 17.5561 25.5013L8.28305 20.9338C7.92537 20.7577 7.92538 20.2089 8.28305 20.0327L17.5561 15.4652C17.838 15.3264 18.162 15.3264 18.4439 15.4652L27.717 20.0327C28.0746 20.2089 28.0746 20.7577 27.717 20.9338L18.4439 25.5013Z"
|
||||
stroke="url(#paint0_linear_1990_313055)"
|
||||
stroke-width="0.31814"
|
||||
/>
|
||||
<g filter="url(#filter1_bd_1990_313055)">
|
||||
<path
|
||||
d="M18.5074 21.2511C18.1851 21.4099 17.8149 21.4099 17.4926 21.2511L8.21963 16.6836C7.74273 16.4487 7.74273 15.7171 8.21963 15.4822L17.4926 10.9147C17.8149 10.7559 18.1851 10.7559 18.5074 10.9147L27.7804 15.4822C28.2573 15.7171 28.2573 16.4487 27.7804 16.6836L18.5074 21.2511Z"
|
||||
fill="white"
|
||||
fill-opacity="0.4"
|
||||
shape-rendering="crispEdges"
|
||||
/>
|
||||
</g>
|
||||
<path
|
||||
d="M18.4057 21.017C18.1468 21.1446 17.8493 21.1446 17.5904 21.017L8.31735 16.4496C8.02783 16.3069 8.02783 15.8627 8.31735 15.7201L17.5904 11.1527C17.8493 11.0251 18.1468 11.0251 18.4057 11.1527L27.6787 15.7201C27.9683 15.8628 27.9683 16.3069 27.6787 16.4496L18.4057 21.017Z"
|
||||
stroke="url(#paint1_linear_1990_313055)"
|
||||
stroke-opacity="0.8"
|
||||
stroke-width="0.5"
|
||||
/>
|
||||
<defs>
|
||||
<filter
|
||||
id="filter0_bd_1990_313055"
|
||||
x="5.31669"
|
||||
y="8.2498"
|
||||
width="25.3666"
|
||||
height="15.6664"
|
||||
filterUnits="userSpaceOnUse"
|
||||
color-interpolation-filters="sRGB"
|
||||
>
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix" />
|
||||
<feGaussianBlur in="BackgroundImageFix" stdDeviation="1.27256" />
|
||||
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1990_313055" />
|
||||
<feColorMatrix
|
||||
in="SourceAlpha"
|
||||
type="matrix"
|
||||
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
||||
result="hardAlpha"
|
||||
/>
|
||||
<feOffset dy="-0.636281" />
|
||||
<feGaussianBlur stdDeviation="0.954421" />
|
||||
<feComposite in2="hardAlpha" operator="out" />
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.28 0 0 0 0 1 0 0 0 0.17 0" />
|
||||
<feBlend mode="normal" in2="effect1_backgroundBlur_1990_313055" result="effect2_dropShadow_1990_313055" />
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_1990_313055" result="shape" />
|
||||
</filter>
|
||||
<filter
|
||||
id="filter1_bd_1990_313055"
|
||||
x="5.31669"
|
||||
y="8.2498"
|
||||
width="25.3666"
|
||||
height="15.6664"
|
||||
filterUnits="userSpaceOnUse"
|
||||
color-interpolation-filters="sRGB"
|
||||
>
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix" />
|
||||
<feGaussianBlur in="BackgroundImageFix" stdDeviation="1.27256" />
|
||||
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1990_313055" />
|
||||
<feColorMatrix
|
||||
in="SourceAlpha"
|
||||
type="matrix"
|
||||
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
||||
result="hardAlpha"
|
||||
/>
|
||||
<feOffset dy="-0.636281" />
|
||||
<feGaussianBlur stdDeviation="0.954421" />
|
||||
<feComposite in2="hardAlpha" operator="out" />
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0.5 0 0 0 0 0.5 0 0 0 0 0.5 0 0 0 0.6 0" />
|
||||
<feBlend mode="normal" in2="effect1_backgroundBlur_1990_313055" result="effect2_dropShadow_1990_313055" />
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_1990_313055" result="shape" />
|
||||
</filter>
|
||||
<linearGradient
|
||||
id="paint0_linear_1990_313055"
|
||||
x1="18.44"
|
||||
y1="20.7308"
|
||||
x2="18.44"
|
||||
y2="15.0108"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
>
|
||||
<stop stop-color="#E4E7EC" stop-opacity="0" />
|
||||
<stop offset="1" stop-color="white" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="paint1_linear_1990_313055"
|
||||
x1="18.438"
|
||||
y1="16.3323"
|
||||
x2="18.438"
|
||||
y2="10.6123"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
>
|
||||
<stop stop-color="#E4E7EC" stop-opacity="0" />
|
||||
<stop offset="1" stop-color="white" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 903 B |
Loading…
Reference in New Issue
Block a user