mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
14 lines
483 B
Plaintext
14 lines
483 B
Plaintext
<div class="row" style="margin-top: 5%">
|
|
<div class="col s12 m6 offset-m3">
|
|
<div class="card">
|
|
<div style="padding: 0 2em; padding-top: 1em">
|
|
<%= image_tag 'logos/both-small.png', class: 'hide-on-small-only', style: 'width: 100%' %>
|
|
<%= image_tag 'logos/book-small.png', class: 'hide-on-med-and-up', style: 'width: 100%' %>
|
|
</div>
|
|
<div class="card-content">
|
|
<%= render 'devise/sessions/form' %>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|