Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI option to subscribe existing accounts during bulk invites. #16041

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Prev Previous commit
css: Add subscribe_existing_accounts button styling in zulip.scss.
  • Loading branch information
sumanthvrao committed Aug 25, 2020
commit 4916ebf9f923662dc06e4ac9e2f9dcc29a849686
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