-
Notifications
You must be signed in to change notification settings - Fork 2k
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: Update Jetpack settings section to use SectionHeader pattern #1480
Conversation
@@ -69,6 +69,9 @@ | |||
font-style: italic; | |||
font-weight: 400; | |||
color: $gray; | |||
&.is-indented{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add a space after the {
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gwwar done!
👍 Code looks good and tested on Chrome, FF, IE11, Edge. Separating the settings into 2 cards makes things a lot clearer. |
@@ -1,3 +1,9 @@ | |||
.plugin__installed-on { | |||
margin-bottom: 16px; | |||
} | |||
.disconnect-jetpack-button{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Space after {
here too, please, and below.
…d patterns updated verbiage from Manage Jetpack Monitor Settings to View Jetpack Monitor Settings removed some of the verbiage I'd added to the jetpack disconnection dialog. after seeing the extra copy in the dialog, i decided it didn't work very well and was unnecessary anyway added a space to the scss, and moved the whole file into the right directory, out of assets/stylesheets added space to jetpack button scss
0d5a46f
to
bdbe6e2
Compare
Site Settings: Update Jetpack settings section to use SectionHeader pattern
Currently, the area for Jetpack settings looks like this, and is grouped in with Related Posts under an "Other" section:
This PR proposes that we do the following to make this whole thing clearer:
Making the aforementioned changes results in this: