52 lines
1.1 KiB
CSS
52 lines
1.1 KiB
CSS
.plugin-card-jetpack-plugin-search .plugin-action-buttons {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.plugin-card-jetpack-plugin-search .plugin-action-buttons .jetpack-plugin-search__primary {
|
|
background: #069e08;
|
|
border-color: #00a523;
|
|
color: #fff;
|
|
box-shadow: 0 1px 0 #c5e2c3;
|
|
}
|
|
|
|
.plugin-card-jetpack-plugin-search .plugin-action-buttons .jetpack-plugin-search__primary:hover {
|
|
background: #00a523;
|
|
border-color: #008b1d;
|
|
color: #fff;
|
|
}
|
|
|
|
.plugin-card-jetpack-plugin-search .plugin-card-bottom {
|
|
display: none;
|
|
}
|
|
|
|
.jetpack-plugin-search__bottom {
|
|
display: flex;
|
|
align-items: center;
|
|
align-content: space-between;
|
|
clear: both;
|
|
padding: 12px 20px;
|
|
background-color: #f6f7f7;
|
|
border-top: 1px solid #dcdcde;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.jetpack-plugin-search__text {
|
|
flex: 1;
|
|
margin: 0 24px 0 16px;
|
|
}
|
|
|
|
/* Hides the link to dismiss cards when it's in action links are before being moved to bottom row*/
|
|
.action-links .jetpack-plugin-search__dismiss {
|
|
display: none;
|
|
}
|
|
|
|
.jetpack-plugin-search__bottom .jetpack-plugin-search__dismiss {
|
|
color: #484848;
|
|
font-style: italic;
|
|
text-decoration: underline;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.jetpack-plugin-search__dismiss:hover {
|
|
color: #646970;
|
|
}
|