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 5, 2020
1 parent 1d6831a commit a6fc7db
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 @@ -2199,6 +2199,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 a6fc7db

Please sign in to comment.