Improves layout and footer for auth pages
This commit is contained in:
@@ -639,11 +639,7 @@ footer {
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
||||||
@media (min-width: $small-breakpoint) {
|
h1:not(.logo) {
|
||||||
padding-top: $line-height*2;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
@include logo;
|
@include logo;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@@ -661,25 +657,18 @@ footer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.auth {
|
.auth {
|
||||||
min-height: $line-height*20;
|
|
||||||
|
|
||||||
.back, .icon-angle-left {
|
.back, .icon-angle-left {
|
||||||
@include back;
|
@include back;
|
||||||
}
|
}
|
||||||
|
|
||||||
p, a {
|
p, a {
|
||||||
font-family: $font-sans;
|
|
||||||
font-size: $small-font-size;
|
font-size: $small-font-size;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
background: white;
|
background: white;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
||||||
h1 {
|
|
||||||
font-size: rem-calc(30);
|
|
||||||
font-weight: bolder;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -13,9 +13,9 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="auth-page">
|
<body class="auth-page">
|
||||||
<div class="wrapper">
|
<div class="wrapper margin-top">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="small-12 medium-8 large-5 column small-centered">
|
<div class="small-12 medium-8 large-5 column small-centered margin-top">
|
||||||
<h1>
|
<h1>
|
||||||
<%= link_to root_path do %>
|
<%= link_to root_path do %>
|
||||||
<%= image_tag('header_logo_madrid.png', class: 'show-for-medium-up left', size: '96x96', alt: t("layouts.header.logo")) %>
|
<%= image_tag('header_logo_madrid.png', class: 'show-for-medium-up left', size: '96x96', alt: t("layouts.header.logo")) %>
|
||||||
|
|||||||
Reference in New Issue
Block a user