Use the new logo on navbar and login

stable
Jesús Espino 2014-09-17 09:40:06 +02:00
parent 2442f50028
commit c87e3c5a9e
3 changed files with 10 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 102 KiB

View File

@ -19,7 +19,13 @@
.login-container { .login-container {
@include flex-basis(400px); @include flex-basis(400px);
} }
.logo, .logo {
margin-bottom: 1rem;
text-align: center;
img {
padding: 0 30%;
}
}
.tagline { .tagline {
margin-bottom: 1rem; margin-bottom: 1rem;
text-align: center; text-align: center;

View File

@ -4,7 +4,7 @@
background-position: left bottom; background-position: left bottom;
flex-wrap: wrap; flex-wrap: wrap;
height: 100%; height: 100%;
padding: 2rem .3rem; padding: 0 .3rem;
position: fixed; position: fixed;
text-transform: uppercase; text-transform: uppercase;
width: 90px; width: 90px;
@ -13,9 +13,10 @@
.logo { .logo {
line-height: inherit; line-height: inherit;
margin: .5rem 0 2rem; margin: 0 0 .9rem;
img { img {
width: 100%; width: 100%;
padding: 17%;
} }
} }