mirror of
git://develop.git.wordpress.org/
synced 2025-01-29 10:38:22 +01:00
Twenty Nineteen: Add some space between the cookies checkbox and label in comment form.
Props sabernhardt, garrett-eclipse, mukesh27, monikarao, Boniu91. Fixes #46601. git-svn-id: https://develop.svn.wordpress.org/trunk@50365 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
55f2f3f67b
commit
e23d442cd9
@ -382,6 +382,10 @@
|
||||
color: $color__text-light;
|
||||
}
|
||||
|
||||
#wp-comment-cookies-consent {
|
||||
margin: 0 10px 0 0;
|
||||
}
|
||||
|
||||
.comment-form-author,
|
||||
.comment-form-email {
|
||||
@include media(tablet) {
|
||||
|
@ -4949,6 +4949,10 @@ body.page .main-navigation {
|
||||
color: #767676;
|
||||
}
|
||||
|
||||
.comment-form #wp-comment-cookies-consent {
|
||||
margin: 0 0 0 10px;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
.comment-form .comment-form-author,
|
||||
.comment-form .comment-form-email {
|
||||
|
@ -4955,6 +4955,10 @@ body.page .main-navigation {
|
||||
color: #767676;
|
||||
}
|
||||
|
||||
.comment-form #wp-comment-cookies-consent {
|
||||
margin: 0 10px 0 0;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
.comment-form .comment-form-author,
|
||||
.comment-form .comment-form-email {
|
||||
|
Loading…
x
Reference in New Issue
Block a user