| 1 |
/* |
| 2 |
* Style Works for Editor Only |
| 3 |
*/ |
| 4 |
|
| 5 |
.gutslider-compare-block--loaded { |
| 6 |
width: 100%; |
| 7 |
height: 180px; |
| 8 |
border: 1px solid #007cba; |
| 9 |
border-radius: 2px; |
| 10 |
display: flex; |
| 11 |
align-items: stretch; |
| 12 |
|
| 13 |
.gutslider-placeholder { |
| 14 |
width: 100%; |
| 15 |
display: flex; |
| 16 |
align-items: center; |
| 17 |
justify-content: center; |
| 18 |
overflow: hidden; |
| 19 |
|
| 20 |
img { |
| 21 |
max-width: 100%; |
| 22 |
} |
| 23 |
} |
| 24 |
|
| 25 |
.gutslider-placeholder + .gutslider-placeholder { |
| 26 |
border-left: 1px solid #007cba; |
| 27 |
} |
| 28 |
|
| 29 |
.components-button.icgbp__upload_btn { |
| 30 |
border: 1px solid #007cba; |
| 31 |
border-radius: 2px; |
| 32 |
background: #007cba; |
| 33 |
color: #fff; |
| 34 |
padding: 10px !important; |
| 35 |
height: 40px; |
| 36 |
font-size: 13px; |
| 37 |
cursor: pointer; |
| 38 |
transition: 0.2s; |
| 39 |
} |
| 40 |
|
| 41 |
.components-button.icgbp__upload_btn:hover { |
| 42 |
background: #000; |
| 43 |
border-color: #000; |
| 44 |
} |
| 45 |
} |
| 46 |
|
| 47 |
.wp-block-gutslider-photo-comparison { |
| 48 |
.icv__wrapper { |
| 49 |
height: 100% !important; |
| 50 |
} |
| 51 |
img { |
| 52 |
max-width: none !important; |
| 53 |
height: 100% !important; |
| 54 |
} |
| 55 |
} |
| 56 |
|