mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Yellow product page: fix position of buy button (#26828)
This commit is contained in:
parent
b9d2166245
commit
8697291933
@ -1194,7 +1194,6 @@ $ha__primary_color: #03a9f4;
|
||||
.fab {
|
||||
bottom: 12px;
|
||||
right: 12px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#buy-dialog {
|
||||
|
@ -378,7 +378,7 @@ frontpage_image: /images/skyconnect/skyconnect-cover.png
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="fab"
|
||||
class="fab" style="position: fixed; top: 78px; height: 48px;"
|
||||
onclick="showBuyDialog()"
|
||||
title="pre-order Home Assistant SkyConnect"
|
||||
>
|
||||
|
@ -311,7 +311,7 @@ frontpage_image: /images/frontpage/yellow-frontpage.jpg
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="fab"
|
||||
class="fab" style="position: fixed; top: 78px; height: 48px;"
|
||||
onclick="showBuyDialog()"
|
||||
title="pre-order Home Assistant Yellow"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user