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 {
@include flex-basis(400px);
}
.logo,
.logo {
margin-bottom: 1rem;
text-align: center;
img {
padding: 0 30%;
}
}
.tagline {
margin-bottom: 1rem;
text-align: center;

View File

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