| 1 |
/** |
| 2 |
* All of the CSS for your admin-specific functionality should be |
| 3 |
* included in this file. |
| 4 |
*/ |
| 5 |
.drk_lite-field-image_select.icon_select img { |
| 6 |
max-width: 175px; |
| 7 |
} |
| 8 |
|
| 9 |
|
| 10 |
.switcher_shortcode_input { |
| 11 |
padding: 4px 8px; |
| 12 |
cursor: pointer; |
| 13 |
width: 100%; |
| 14 |
} |
| 15 |
.switcher_shortcode_after_copy { |
| 16 |
bottom: 0; |
| 17 |
opacity: 0; |
| 18 |
z-index: 9999999; |
| 19 |
position: fixed; |
| 20 |
width: 230px; |
| 21 |
left: 50%; |
| 22 |
transform: translateX(-50%); |
| 23 |
text-align: center; |
| 24 |
padding: 15px 15px; |
| 25 |
line-height: 15px; |
| 26 |
color: #fff; |
| 27 |
border-radius: 3px; |
| 28 |
background: #32373c; |
| 29 |
border: 1px solid #32373c |
| 30 |
} |
| 31 |
|
| 32 |
.switcher_shortcode_after_copy .fa-check-circle { |
| 33 |
font-size: 14px; |
| 34 |
margin-right: 5px; |
| 35 |
color: #5db62e |
| 36 |
} |
| 37 |
|