| 1 |
/* column static styles */ |
| 2 |
.sp-smart-post-container-column { |
| 3 |
position: relative; |
| 4 |
width: 100%; |
| 5 |
background-position: center; |
| 6 |
background-attachment: scroll; |
| 7 |
background-repeat: no-repeat; |
| 8 |
background-size: cover; |
| 9 |
transition: all 0.3s ease-in-out; |
| 10 |
overflow: visible; |
| 11 |
} |
| 12 |
|
| 13 |
.sp-smart-post-container-column .sp-smart-post-show-column, |
| 14 |
.sp-smart-post-container-column .sp-smart-post-column-wrapper { |
| 15 |
position: relative; |
| 16 |
height: 100%; |
| 17 |
} |
| 18 |
|
| 19 |
.sp-smart-post-container-column .sp-smart-post-column-block-wrapper-link { |
| 20 |
display: block; |
| 21 |
position: absolute; |
| 22 |
top: 0; |
| 23 |
left: 0; |
| 24 |
width: 100%; |
| 25 |
height: 100%; |
| 26 |
text-decoration: none; |
| 27 |
background-color: transparent; |
| 28 |
opacity: 0; |
| 29 |
} |
| 30 |
|
| 31 |
.sp-smart-post-container-column .sp-smart-post-column-block-wrapper-link:focus { |
| 32 |
outline: none; |
| 33 |
} |
| 34 |
|
| 35 |
.sp-icon-divider .sp-social-profile-icon-divider { |
| 36 |
display: inline-block; |
| 37 |
} |
| 38 |
|
| 39 |
.sp-icon-divider-none .sp-social-profile-icon-divider { |
| 40 |
display: none; |
| 41 |
} |
| 42 |
.components-resizable-box__handle-right { |
| 43 |
margin-left: 20px; |
| 44 |
} |