PluginProbe
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts / 2.0.4
Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts v2.0.4
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 2.7.1 All 27 releases
insert-php / assets / css / feed.less

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

90 lines 2.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Feed styles
3 * @author Alex Kovalev <alex.kovalevv@gmail.com>
4 * @copyright Alex Kovalev 10.11.2017
5 */
6
7 #WBCR {
8 .factory-bootstrap-000 {
9 .wbcr-scrapes-feed {
10
11 .wbcr-scrapes-feed-item {
12 display: block;
13 position: relative;
14 width: 500px;
15 background: #fff;
16 margin-bottom: 30px;
17
18 .wbcr-scrapes-meta {
19 padding: 10px 20px;
20 &:after {
21 display: block;
22 content: '';
23 clear: both;
24 }
25
26 .fa, .wbcr-scrapes-emotions-count {
27 font-size: 18px;
28 color: #4CAF50;
29 }
30 .wbcr-scrapes-emotions-count {
31 font-size: 14px;
32 }
33
34 .wbcr-scrapes-remove-feed-item {
35 float: right;
36 color: #e25d5d;
37 font-weight: bold;
38 }
39 }
40
41 .wbcr-scrapes-preview {
42 padding: 0;
43 margin: 0;
44 }
45
46 .wbcr-scrapes-title {
47 border-bottom: 2px solid #eaeaea;
48 margin: 0;
49 padding: 10px 20px;
50 font-size: 16px;
51 &, a {
52 color: #222;
53 line-height: 1.5;
54 text-decoration: none;
55 }
56 }
57
58 .wbcr-scrapes-title, .wbcr-scrapes-description {
59 padding: 5px 20px;
60 }
61 .wbcr-scrapes-description {
62 padding: 10px 20px;
63 }
64
65 .wbcr-scrapes-more-buttons {
66 padding: 10px 20px;
67 text-align: right;
68 background: #4267b2;
69
70 a {
71 display: inline-block;
72 color: #fff;
73 }
74 }
75
76 .wbcr-scrapes-post-already-added {
77 position: absolute;
78 top: 65px;
79 right: 0;
80 padding: 5px 20px;
81 background: #ff846b;
82 font-size: 12px;
83 color: #ffffff;
84 font-weight: bold;
85 text-transform: uppercase;
86 }
87 }
88 }
89 }
90 }