Use the new logo on navbar and login
parent
2442f50028
commit
c87e3c5a9e
Binary file not shown.
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 102 KiB |
|
@ -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;
|
||||||
|
|
|
@ -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%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue