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

Site Settings: Add Disconnect Confirmation Page #18796

Merged
merged 22 commits into from
Oct 17, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove obsolete styling
  • Loading branch information
ockham committed Oct 16, 2017
commit 18243884bf4b9412ff2690d917d5e57bd0ec81a5
44 changes: 18 additions & 26 deletions client/my-sites/site-settings/disconnect-site/style.scss
Original file line number Diff line number Diff line change
@@ -1,34 +1,26 @@
.disconnect-site {
&.site-settings {
position: fixed;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
}
}

/** @format */
.disconnect-site__card {
position: relative;
padding: 24px;
position: relative;
padding: 24px;

@include breakpoint( "<480px" ) {
max-width: 300px;
}
@include breakpoint( '<480px' ) {
max-width: 300px;
}

@include breakpoint( "<660px" ) {
margin-top: 2em;
max-width: 500px;
}
@include breakpoint( '<660px' ) {
margin-top: 2em;
max-width: 500px;
}

@include breakpoint( ">660px" ) {
margin-top: 17px;
max-width: 800px;
}
@include breakpoint( '>660px' ) {
margin-top: 17px;
max-width: 800px;
}
}

.disconnect-site__skip-survey {
&.main {
margin: 16px 0 24px 0;
text-align: center;
}
&.main {
margin: 16px 0 24px 0;
text-align: center;
}
}