Commit 9c8003e9 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Add new layout for trial sign up

New layout includes new header with ui-indigo theme
and Tanuki logo in the center.
parent 4240ceba
.trial-page {
@extend .login-page;
}
%header.navbar.fixed-top.navbar-gitlab.justify-content-center
= render 'shared/logo.svg'
%span.logo-text.d-none.d-lg-block.prepend-left-8.pt-1
= render 'shared/logo_type.svg'
!!! 5
%html{ lang: "en" }
= render "layouts/head"
%body.ui-indigo.trial-page.application.navless
= render "layouts/header/logo_with_title"
= render "layouts/broadcast"
.container.navless-container
.content
= render "layouts/flash"
= yield
---
title: Add new layout for trial
merge_request: 15630
author:
type: added
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment