Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2623 from darkwing/login-widget-minor-fixes
Browse files Browse the repository at this point in the history
Fix minor annoyances with login widget
  • Loading branch information
openjck committed Aug 5, 2014
2 parents 69fb966 + 0c537bd commit f0d9a5e
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions media/redesign/stylus/main/structure.styl
Original file line number Diff line number Diff line change
Expand Up @@ -312,15 +312,15 @@ a.github-button {
.oauth-login-container {
/* same as user-state, copying down as user-state will go */
bidi-style(right, 200px, left, auto);
set-font-size($small-bump-font-size);
position: absolute;
top: 12px;
set-font-size($small-bump-font-size);

z-index: 3;
cursor: pointer;
border-radius: 8px;
border: 1px solid transparent;
display: inline-block;
overflow: hidden;

&.active {
border-color: rgba(255, 255, 255, 0.3);
Expand Down Expand Up @@ -377,18 +377,10 @@ a.github-button {
&:hover, &:active, &:focus {
background: rgba($link-color, 0.1);
}

&:after {
position: absolute;
top: 6px;
bidi-style(right, 10px, left, auto);
font-family: FontAwesome;
bidi-value(content, "\f0da", "\f0d9");
opacity: 0.5;
}
}

{$selector-icon} {
background: none;
bidi-style(margin-right, $icon-margin, margin-left, 0);
}
}
Expand Down

0 comments on commit f0d9a5e

Please sign in to comment.