Updated styles for auth pages

• Updated:
- styles for auth pages
This commit is contained in:
mgabdev
2020-08-20 16:30:46 -05:00
parent 190d09f3f3
commit 9f0fd83fc0
6 changed files with 268 additions and 6 deletions

View File

@@ -1,14 +1,13 @@
- content_for :header_tags do
= javascript_pack_tag 'public', integrity: true, crossorigin: 'anonymous'
%link(rel='stylesheet' href='/legacy/common.css')
%link(rel='stylesheet' href='/legacy/default.css')
%link(rel='stylesheet' href='/legacy/auth.css')
- content_for :content do
.container
.logo-container
%h1
%h1{:title => 'Gab.com', :aria-level => '1', :role => 'heading'}
= link_to root_path do
= image_pack_tag 'logo_full.png', alt: 'Gab Social'
= image_pack_tag 'logo_full.png', alt: 'Gab Social', height: '48px'
.form-container
= render 'flashes'