PluginProbe
Easy Footnotes / 1.0.13
Easy Footnotes v1.0.13
trunk 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.10 1.1.11 1.1.12 1.1.13 1.1.14 1.1.2 All 32 releases
easy-footnotes / assets / easy-footnotes-admin.css

easy-footnotes-admin.css in Easy Footnotes 1.0.13, at assets/easy-footnotes-admin.css

48 lines 661 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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