Skip to content

Commit

Permalink
Merge pull request sakaiproject#1820 from SedueRey/SAK-30421
Browse files Browse the repository at this point in the history
SAK-30421 - Separate and move the login links to the right
  • Loading branch information
juanjmerono committed Feb 29, 2016
2 parents f2f3ef7 + b774ca1 commit b4dd69a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ body.is-logged-out{
}
}
}
p{
margin: 0.05em 1.5em 0 0;
}
}

&.is-maximized{
Expand Down Expand Up @@ -187,6 +190,7 @@ body.is-logged-out{
width: 100%;
@include display-flex(inline-flex);
@include align-items(center);
@include justify-content( space-between );
@include transition( top 0.25s linear );
a{
color: $background-color;
Expand Down

0 comments on commit b4dd69a

Please sign in to comment.