|
|
@import "./styles/theme"; |
|
|
@import "./styles/layout"; |
|
|
@import "./styles/wp-admin"; |
|
|
@import "./styles/typography"; |
|
|
@import "@wordpress/base-styles/breakpoints"; |
|
|
|
|
|
.wp-admin { |
|
|
.card { |
|
|
border: 0; |
|
|
max-width: initial; |
|
|
min-width: initial; |
|
|
} |
|
|
|
|
|
.subscribers-count { |
|
|
display: none; |
|
|
} |
|
|
|
|
|
.form-checkbox:checked::before { |
|
|
|
|
|
content: url(calypso/assets/images/checkbox-icons/checkmark-primary.svg); |
|
|
width: 12px; |
|
|
height: 12px; |
|
|
margin: 3px auto; |
|
|
display: inline-block; |
|
|
|
|
|
|
|
|
float: none; |
|
|
} |
|
|
|
|
|
|
|
|
.stats > .jp-dashboard-footer { |
|
|
padding-top: 32px; |
|
|
padding-bottom: 32px; |
|
|
} |
|
|
|
|
|
.stats .jetpack-header { |
|
|
padding-bottom: 12px; |
|
|
|
|
|
|
|
|
@media (max-width: 660px) { |
|
|
padding-left: 16px; |
|
|
} |
|
|
} |
|
|
|
|
|
.stats-navigation.stats-navigation--modernized .section-nav__panel { |
|
|
|
|
|
|
|
|
@media (min-width: 661px) { |
|
|
padding: 0; |
|
|
} |
|
|
} |
|
|
|
|
|
.stats-navigation.stats-navigation--modernized .section-nav-tab .section-nav-tab__link { |
|
|
@media (min-width: $break-mobile) { |
|
|
padding-left: 0; |
|
|
padding-right: 0; |
|
|
} |
|
|
|
|
|
&:focus { |
|
|
box-shadow: none; |
|
|
} |
|
|
} |
|
|
|
|
|
.stats-navigation.stats-navigation--modernized .section-nav-tab:not(:first-child) { |
|
|
|
|
|
|
|
|
@media (min-width: 480px) { |
|
|
margin-left: 32px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
a:focus { |
|
|
box-shadow: none; |
|
|
} |
|
|
|
|
|
|
|
|
.inner-notice-container .banner__action a.button, |
|
|
.button.jetpack-emerald-button { |
|
|
padding: 0.5em 1.5em; |
|
|
font-size: 1rem; |
|
|
line-height: 1.375; |
|
|
align-content: center; |
|
|
|
|
|
&:focus { |
|
|
box-shadow: none; |
|
|
} |
|
|
|
|
|
&.is-primary { |
|
|
color: var(--studio-white); |
|
|
background: var(--studio-black); |
|
|
} |
|
|
|
|
|
|
|
|
&.is-transparent { |
|
|
color: var(--studio-black); |
|
|
background: inset 0 0 0 1.5px var(--studio-white); |
|
|
|
|
|
&:hover:not(.is-busy) { |
|
|
color: var(--studio-black); |
|
|
background: var(--studio-gray-0); |
|
|
} |
|
|
|
|
|
&.is-busy { |
|
|
background: #dcdcde; |
|
|
color: var(--studio-gray-20); |
|
|
border: 1px solid transparent; |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
.inner-notice-container .banner__action a.button.is-compact { |
|
|
font-size: 12px; |
|
|
line-height: 1; |
|
|
padding: 7px; |
|
|
} |
|
|
} |
|
|
|
|
|
.inner-notice-container .card.banner.is-jetpack { |
|
|
border-left: 3px solid var(--color-jetpack); |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.jetpack-jitm-message, |
|
|
.jitm-card.jitm-banner { |
|
|
display: none; |
|
|
} |
|
|
|