| 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 |
} |