PluginProbe
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts / 2.3.1
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts v2.3.1
2.7.7 2.7.6 2.7.5 2.7.4 trunk 1.3 2.0.4 2.0.6 2.1.91 2.2.4 2.2.7 2.2.9 2.3.1 2.3.10 2.4.10 2.4.2 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.6.0 2.6.1 2.7.0 All 28 releases
insert-php / admin / assets / css / import.less

import.less in Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts 2.3.1, at admin/assets/css/import.less

57 lines 963 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2 .winp-import-snippets {
3 p.winp-icon {
4 padding: 10px 0 50px 0;
5 margin-right: 30px;
6
7 span {
8 font-size: 5em;
9 color: #c5ccd2;
10 }
11 }
12
13 p.winp-header-modal {
14 font-size: 28px;
15 color: #717880;
16 }
17
18 p.winp-title-modal {
19 font-size: 14px;
20 color: #b3b7ba;
21 padding-bottom: 20px;
22 }
23
24 .winp-more-padding {
25 padding-top: 100px;
26 }
27 }
28
29 #winp-library-buy-button {
30 background-color: #fdc018;
31 border-color: #e7b017;
32 color: white;
33 text-transform: uppercase;
34 border-radius: 1px;
35 padding: 10px 30px;
36
37 span {
38 //position: relative;
39 bottom: 13px;
40 }
41
42 span:hover {
43 color: #f3f4ef;
44 }
45 }
46
47 .wrap div.nav-tab-wrapper {
48 border-bottom: 1px solid #ccc;
49 margin: 0;
50 padding-top: 9px;
51 padding-bottom: 0;
52 line-height: inherit;
53 font-size: 30px;
54 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
55 font-weight: 500;
56 color: inherit;
57 }