easy-footnotes-admin.css in Easy Footnotes trunk, at assets/easy-footnotes-admin.css
| 1 | .efn-preview { |
| 2 | width: 100%; |
| 3 | display: flex; |
| 4 | flex-direction: row; |
| 5 | margin-top: 40px; |
| 6 | } |
| 7 | |
| 8 | @media screen and ( max-width: 768px ) { |
| 9 | .efn-preview { |
| 10 | flex-wrap: wrap; |
| 11 | } |
| 12 | } |
| 13 | |
| 14 | .efn-theme-link { |
| 15 | max-width: 400px; |
| 16 | min-width: 320px; |
| 17 | width: 100%; |
| 18 | margin-right: 20px; |
| 19 | flex: 1 0 auto; |
| 20 | } |
| 21 | |
| 22 | .efn-theme-link img { |
| 23 | max-width: 100%; |
| 24 | height: auto; |
| 25 | } |
| 26 | |
| 27 | .efn-preview-copy { |
| 28 | flex: 0 1 auto; |
| 29 | } |
| 30 | |
| 31 | .efn-theme-button { |
| 32 | padding: 14px 20px; |
| 33 | display: block; |
| 34 | float: left; |
| 35 | background: #08aeea; |
| 36 | border-radius: 10px; |
| 37 | color: #ffffff; |
| 38 | text-decoration: none; |
| 39 | font-size: 18px; |
| 40 | margin-top: 10px; |
| 41 | } |
| 42 | |
| 43 | .efn-theme-button:hover, |
| 44 | .efn-theme-butotn:focus { |
| 45 | opacity: .75; |
| 46 | color: #ffffff |
| 47 | } |
| 48 |