update login
This commit is contained in:
@@ -39,11 +39,40 @@
|
||||
</div>
|
||||
|
||||
<div class="drill-login__industrial-panel" aria-hidden="true">
|
||||
<div class="drill-login__rig">
|
||||
<span class="drill-login__rig-mast"></span>
|
||||
<span class="drill-login__rig-leg drill-login__rig-leg--left"></span>
|
||||
<span class="drill-login__rig-leg drill-login__rig-leg--right"></span>
|
||||
<span class="drill-login__rig-floor"></span>
|
||||
<div class="drill-login__signal-flow">
|
||||
<svg viewBox="0 0 520 240" role="img" focusable="false">
|
||||
<defs>
|
||||
<linearGradient id="signalLine" x1="0" x2="1" y1="0" y2="0">
|
||||
<stop offset="0%" stop-color="#d7a15f" stop-opacity="0.22" />
|
||||
<stop offset="52%" stop-color="#34d399" stop-opacity="0.86" />
|
||||
<stop offset="100%" stop-color="#d7a15f" stop-opacity="0.22" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<path class="drill-login__signal-path drill-login__signal-path--base" d="M42 168 H122 L162 112 H246 L286 72 H402" />
|
||||
<path class="drill-login__signal-path drill-login__signal-path--base" d="M42 74 H118 L164 126 H252 L306 166 H474" />
|
||||
<path class="drill-login__signal-path drill-login__signal-path--base" d="M86 205 H190 L236 158 H342 L398 112 H478" />
|
||||
<path class="drill-login__signal-path drill-login__signal-path--pulse drill-login__signal-path--one" d="M42 168 H122 L162 112 H246 L286 72 H402" />
|
||||
<path class="drill-login__signal-path drill-login__signal-path--pulse drill-login__signal-path--two" d="M42 74 H118 L164 126 H252 L306 166 H474" />
|
||||
<path class="drill-login__signal-path drill-login__signal-path--pulse drill-login__signal-path--three" d="M86 205 H190 L236 158 H342 L398 112 H478" />
|
||||
<g class="drill-login__signal-nodes">
|
||||
<circle cx="42" cy="168" r="7" />
|
||||
<circle cx="162" cy="112" r="7" />
|
||||
<circle cx="286" cy="72" r="7" />
|
||||
<circle cx="402" cy="72" r="7" />
|
||||
<circle cx="42" cy="74" r="7" />
|
||||
<circle cx="164" cy="126" r="7" />
|
||||
<circle cx="306" cy="166" r="7" />
|
||||
<circle cx="474" cy="166" r="7" />
|
||||
<circle cx="86" cy="205" r="7" />
|
||||
<circle cx="236" cy="158" r="7" />
|
||||
<circle cx="398" cy="112" r="7" />
|
||||
<circle cx="478" cy="112" r="7" />
|
||||
</g>
|
||||
</svg>
|
||||
<div class="drill-login__signal-flow-label">
|
||||
<strong>Signal integrity</strong>
|
||||
<span>field data bus / protected telemetry channel</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="drill-login__signal-list">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user