| Server IP : 213.186.33.4 / Your IP : 216.73.216.146 Web Server : Apache System : Linux webm005.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : karinebmkh ( 644538) PHP Version : 8.4.22 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/karinebmkh/www2/wp-content/plugins/jetpack/scss/templates/ |
Upload File : |
// ==========================================================================
// Jetpack Connection Landing Page ('Please connect jetpack')
//===========================================================================
// ==========================================================================
// Jetpack NUX Page(s) (main jetpack admin page + jumpstart)
//===========================================================================
// Needs to be cleaned. Let's remove those important tags and unneeded classes that we can utilize from core. Properly nest elements. migrate into _main.scss
// Once everything is tested, I'll remove all the comments below as well. - @jeffgolenski
// wrapping these common element names temporarily until I can audit - jeff
.jp-content {
.hide {
display: none;
}
.landing {
margin: 0 auto;
z-index: 2;
position: relative;
}
h1 {
font-weight: 400;
line-height: 1.75em;
position: relative;
z-index: 3;
width: 100%;
text-align: center;
&.success {
color: $green;
}
}
.footer {
padding-top: 0;
margin-top: 0;
background-image: none;
&:before {
height: inherit;
}
}
.more-info:before {
content: none;
}
} //.jp-content
.landing {
.wpcom-connect {
min-height: 400px;
}
}
.wpcom-connect {
.j-col {
padding: 0;
}
}
// Breakpoints
@include breakpoint(large-desktop) {
.jp-content {
.landing {
padding: 0 2em;
}
.footer {
padding-top: 1.5em;
}
}
} // large-desktop
@include breakpoint(large-phone) {
.jp-content {
.landing {
padding: 0 .5em;
}
}
} // large-phone