plugin-search.css
1 year ago
plugin-search.js
1 year ago
psh-128.png
2 years ago
psh-256.png
2 years ago
psh.svg
2 years ago
plugin-search.css
53 lines
| 1 | .plugin-card-jetpack-plugin-search .plugin-action-buttons { |
| 2 | white-space: nowrap; |
| 3 | } |
| 4 | |
| 5 | .plugin-card-jetpack-plugin-search .plugin-action-buttons .jetpack-plugin-search__primary { |
| 6 | background: #069e08; |
| 7 | border-color: #00a523; |
| 8 | color: #fff; |
| 9 | box-shadow: 0 1px 0 #c5e2c3; |
| 10 | } |
| 11 | |
| 12 | .plugin-card-jetpack-plugin-search .plugin-action-buttons .jetpack-plugin-search__primary:hover { |
| 13 | background: #00a523; |
| 14 | border-color: #008b1d; |
| 15 | color: #fff; |
| 16 | } |
| 17 | |
| 18 | .plugin-card-jetpack-plugin-search .plugin-card-bottom { |
| 19 | display: none; |
| 20 | } |
| 21 | |
| 22 | .jetpack-plugin-search__bottom { |
| 23 | display: flex; |
| 24 | align-items: center; |
| 25 | align-content: space-between; |
| 26 | clear: both; |
| 27 | padding: 12px 20px; |
| 28 | background-color: #f6f7f7; |
| 29 | border-top: 1px solid #dcdcde; |
| 30 | overflow: hidden; |
| 31 | } |
| 32 | |
| 33 | .jetpack-plugin-search__text { |
| 34 | flex: 1; |
| 35 | margin: 0 24px 0 16px; |
| 36 | } |
| 37 | |
| 38 | /* Hides the link to dismiss cards when it's in action links are before being moved to bottom row*/ |
| 39 | .action-links .jetpack-plugin-search__dismiss { |
| 40 | display: none; |
| 41 | } |
| 42 | |
| 43 | .jetpack-plugin-search__bottom .jetpack-plugin-search__dismiss { |
| 44 | color: #484848; |
| 45 | font-style: italic; |
| 46 | text-decoration: underline; |
| 47 | cursor: pointer; |
| 48 | } |
| 49 | |
| 50 | .jetpack-plugin-search__dismiss:hover { |
| 51 | color: #646970; |
| 52 | } |
| 53 |