Skip to content

Commit

Permalink
css: Add subscribe_existing_accounts button styling in zulip.scss.
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanthvrao committed Aug 25, 2020
1 parent 9e9c5de commit abe2b89
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions static/styles/zulip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2193,6 +2193,16 @@ div.topic_edit_spinner .loading_indicator_spinner {
}
}

#subscribe_existing_accounts {
position: relative;
left: 270px;
background-color: hsl(50, 81%, 94%);

&:hover {
background-color: hsl(50, 36%, 80%);
}
}

#invite_status {
display: none;
}
Expand Down

0 comments on commit abe2b89

Please sign in to comment.