| 1 |
.sp-smart-post-show-media-control__wrapper { |
| 2 |
height: 130px; |
| 3 |
border-radius: 3px; |
| 4 |
border: 1px solid #FDCFC1; |
| 5 |
position: relative; |
| 6 |
background-color: #FAEAE9; |
| 7 |
background-position: center; |
| 8 |
background-repeat: no-repeat; |
| 9 |
background-size: cover; |
| 10 |
-webkit-display: flex; |
| 11 |
-moz-display: flex; |
| 12 |
-ms-display: flex; |
| 13 |
display: flex; |
| 14 |
flex-direction: column; |
| 15 |
justify-content: flex-end; |
| 16 |
|
| 17 |
.sp-smart-post-show-media-video { |
| 18 |
position: absolute; |
| 19 |
top: 42%; |
| 20 |
left: 50%; |
| 21 |
transform: translate(-50%, -50%); |
| 22 |
font-size: 45px; |
| 23 |
color: #2f8db4; |
| 24 |
} |
| 25 |
} |
| 26 |
|
| 27 |
.sp-smart-post-show-media-control__clickable { |
| 28 |
cursor: pointer; |
| 29 |
border: unset; |
| 30 |
color: transparent; |
| 31 |
background-color: transparent; |
| 32 |
} |
| 33 |
|
| 34 |
.sp-smart-post-show-media-control__button { |
| 35 |
width: 30px; |
| 36 |
height: 30px; |
| 37 |
-webkit-display: flex; |
| 38 |
-moz-display: flex; |
| 39 |
-ms-display: flex; |
| 40 |
display: flex; |
| 41 |
-webkit-align-items: center; |
| 42 |
align-items: center; |
| 43 |
justify-content: center; |
| 44 |
border-radius: 50%; |
| 45 |
} |
| 46 |
|
| 47 |
.sp-smart-post-show-media-control__button--add { |
| 48 |
background-color: #ccc; |
| 49 |
} |
| 50 |
|
| 51 |
.sp-smart-post-show-media-control__clickable--add { |
| 52 |
width: 100%; |
| 53 |
height: 100%; |
| 54 |
-webkit-display: flex; |
| 55 |
-moz-display: flex; |
| 56 |
-ms-display: flex; |
| 57 |
display: flex; |
| 58 |
-webkit-align-items: center; |
| 59 |
align-items: center; |
| 60 |
justify-content: center; |
| 61 |
} |
| 62 |
|
| 63 |
.sp-smart-post-show-media-control__clickable--replace { |
| 64 |
width: 100%; |
| 65 |
height: 25px; |
| 66 |
color: #50575e; |
| 67 |
background-color: #f0f0f1; |
| 68 |
position: absolute; |
| 69 |
bottom: -1px; |
| 70 |
-webkit-display: flex; |
| 71 |
-moz-display: flex; |
| 72 |
-ms-display: flex; |
| 73 |
display: flex; |
| 74 |
-webkit-align-items: center; |
| 75 |
align-items: center; |
| 76 |
justify-content: center; |
| 77 |
} |
| 78 |
|
| 79 |
.sp-smart-post-show-media-control__button--close { |
| 80 |
background-color: #f0f0f1; |
| 81 |
position: absolute; |
| 82 |
top: 0; |
| 83 |
right: 0; |
| 84 |
} |
| 85 |
|
| 86 |
.sp-smart-post-show-media-control__clickable--add span, |
| 87 |
.sp-smart-post-show-media-control__clickable--close span { |
| 88 |
color: #50575e; |
| 89 |
font-size: 22px; |
| 90 |
font-weight: 700; |
| 91 |
margin-top: -3px; |
| 92 |
} |
| 93 |
|
| 94 |
.sp-smart-post-show-infobox .sp-smart-post-show-infobox-num, |
| 95 |
.sp-smart-post-show-infobox .sp-smart-post-show-infobox-icon { |
| 96 |
line-height: 0; |
| 97 |
} |
| 98 |
|
| 99 |
.sp-smart-post-show-infobox .sp-smart-post-show-infobox-image { |
| 100 |
flex-shrink: 0; |
| 101 |
} |