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