Fix sign-in logo
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<% @page_title = "Set up Fizzy" %>
|
||||
|
||||
<div class="panel shadow center margin-block-double <%= "shake" if flash[:alert] %>" style="--panel-size: 55ch;">
|
||||
<div class="bubble center" style="--bubble-size: 12cqi;">
|
||||
<div class="bubble center" style="--bubble-size: 12cqi; --bubble-color: var(--color-link);">
|
||||
<span class="bubble__shape"></span>
|
||||
<span class="bubble__detail bubble__date"> </span>
|
||||
<span class="bubble__detail bubble__tag"> </span>
|
||||
<span class="bubble__detail bubble__tag"> </span>
|
||||
<span class="bubble__detail bubble__date"> </span>
|
||||
<span class="bubble__detail bubble__boosts"> </span>
|
||||
<span class="bubble__detail bubble__assignee"> </span>
|
||||
</div>
|
||||
|
||||
<h1 class="margin-block-start-half margin-block-end-double">Fizzy</h1>
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
<% @page_title = "Sign in" %>
|
||||
|
||||
<div class="panel shadow center margin-block-double <%= "shake" if flash[:alert] %>" style="--panel-size: 55ch;">
|
||||
<div class="bubble center" style="--bubble-size: 12cqi;">
|
||||
<div class="bubble center" style="--bubble-size: 12cqi; --bubble-color: var(--color-link);">
|
||||
<span class="bubble__shape"></span>
|
||||
<span class="bubble__detail bubble__date"> </span>
|
||||
<span class="bubble__detail bubble__tag"> </span>
|
||||
<span class="bubble__detail bubble__tag"> </span>
|
||||
<span class="bubble__detail bubble__date"> </span>
|
||||
<span class="bubble__detail bubble__boosts"> </span>
|
||||
<span class="bubble__detail bubble__assignee"> </span>
|
||||
</div>
|
||||
|
||||
<h1 class="margin-block-start-half margin-block-end-double">Fizzy</h1>
|
||||
|
||||
Reference in New Issue
Block a user