61 lines
1.2 KiB
CSS
61 lines
1.2 KiB
CSS
#jetpack_connection_widget * {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#jetpack_connection_widget.postbox .inside {
|
|
padding: 0;
|
|
}
|
|
|
|
.jp-connection-widget {
|
|
box-sizing: border-box;
|
|
padding: 0;
|
|
}
|
|
.jp-connection-widget__logo {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: flex-start;
|
|
margin: 1rem 1rem;
|
|
}
|
|
.jp-connection-widget__image {
|
|
width: 100%;
|
|
}
|
|
.jp-connection-widget__heading {
|
|
font-size: 1.5rem;
|
|
font-weight: 600;
|
|
line-height: 29px;
|
|
letter-spacing: -0.02rem;
|
|
color: #000;
|
|
margin: 0.5rem 1rem;
|
|
}
|
|
.jp-connection-widget__paragraph {
|
|
font-size: 0.875rem;
|
|
font-weight: 400;
|
|
margin: 0.75rem 1rem 1.5rem 1rem;
|
|
}
|
|
.jp-connection-widget__tos-blurb {
|
|
margin: 1rem;
|
|
font-size: 0.75rem;
|
|
}
|
|
.jp-connection-widget__button {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: center;
|
|
padding: 8px 24px;
|
|
background: #008710;
|
|
border-color: #008710;
|
|
border-radius: 4px;
|
|
font-size: 0.875rem;
|
|
font-weight: 600;
|
|
cursor: pointer;
|
|
transition: all 150ms ease-in-out;
|
|
color: #fff;
|
|
text-decoration: none;
|
|
margin: 0 1rem;
|
|
}
|
|
.jp-connection-widget__button:hover, .jp-connection-widget__button:active {
|
|
background: #004515;
|
|
border-color: #004515;
|
|
color: #fff;
|
|
}
|