mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-02-10 18:20:53 +00:00
Update style for new button
This commit is contained in:
parent
83dee237f4
commit
a0c701bcb9
1 changed files with 9 additions and 4 deletions
|
@ -53,10 +53,15 @@ header .banner {
|
||||||
.fields {
|
.fields {
|
||||||
@include span-columns(12);
|
@include span-columns(12);
|
||||||
|
|
||||||
img {
|
.steam {
|
||||||
padding-top: 4px;
|
|
||||||
padding-right: 5px;
|
|
||||||
@include span-columns(3 of 12);
|
@include span-columns(3 of 12);
|
||||||
|
|
||||||
|
img {
|
||||||
|
padding-top: 0px;
|
||||||
|
padding-right: 5px;
|
||||||
|
width: 40px;
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
|
@ -127,7 +132,7 @@ header .banner {
|
||||||
|
|
||||||
.login {
|
.login {
|
||||||
@include span-columns(5 of 12);
|
@include span-columns(5 of 12);
|
||||||
@include shift(1.6);
|
@include shift(1.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.register {
|
.register {
|
||||||
|
|
Loading…
Reference in a new issue