mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-02-05 07:51:18 +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 {
|
||||
@include span-columns(12);
|
||||
|
||||
img {
|
||||
padding-top: 4px;
|
||||
padding-right: 5px;
|
||||
.steam {
|
||||
@include span-columns(3 of 12);
|
||||
|
||||
img {
|
||||
padding-top: 0px;
|
||||
padding-right: 5px;
|
||||
width: 40px;
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
input {
|
||||
|
@ -127,7 +132,7 @@ header .banner {
|
|||
|
||||
.login {
|
||||
@include span-columns(5 of 12);
|
||||
@include shift(1.6);
|
||||
@include shift(1.8);
|
||||
}
|
||||
|
||||
.register {
|
||||
|
|
Loading…
Reference in a new issue