Фикс бага с иконкой в Firefox
All checks were successful
Build and deploy / Publish image (push) Successful in 3m19s
All checks were successful
Build and deploy / Publish image (push) Successful in 3m19s
This commit is contained in:
@@ -44,9 +44,7 @@
|
|||||||
<button id="downgrade" class="btn h-16 btn-primary rounded-full text-2xl relative">
|
<button id="downgrade" class="btn h-16 btn-primary rounded-full text-2xl relative">
|
||||||
Понизить курс
|
Понизить курс
|
||||||
<div class="absolute bg-base-200 rounded-full right-1 w-14 h-14">
|
<div class="absolute bg-base-200 rounded-full right-1 w-14 h-14">
|
||||||
<svg class="p-2" fill="none" viewBox="0 0 24 24" id="down-trend-round" xmlns="http://www.w3.org/2000/svg">
|
<img class="p-2" src="img/down.svg" alt=""/>
|
||||||
<path id="primary" d="M3,7l5.79,5.79a1,1,0,0,0,1.42,0l2.58-2.58a1,1,0,0,1,1.42,0L21,17" style="fill: none; stroke: rgb(0, 0, 0); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5;"></path><polyline id="primary-2" data-name="primary" points="17 17 21 17 21 13" style="fill: none; stroke: rgb(0, 0, 0); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5;"></polyline>
|
|
||||||
</svg>
|
|
||||||
</div>
|
</div>
|
||||||
<i class="absolute text-sm bottom-0 text-base-200 font-medium">временно недоступно</i>
|
<i class="absolute text-sm bottom-0 text-base-200 font-medium">временно недоступно</i>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
4
src/Otchinslator/wwwroot/img/down.svg
Normal file
4
src/Otchinslator/wwwroot/img/down.svg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<svg fill="none" viewBox="0 0 24 24" id="down-trend-round" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path id="primary" d="M3,7l5.79,5.79a1,1,0,0,0,1.42,0l2.58-2.58a1,1,0,0,1,1.42,0L21,17"
|
||||||
|
style="fill: none; stroke: rgb(0, 0, 0); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5;"/><polyline id="primary-2" points="17 17 21 17 21 13" style="fill: none; stroke: rgb(0, 0, 0); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5;"></polyline>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 484 B |
Reference in New Issue
Block a user