| 1 |
#barn2_plugin_promo { |
| 2 |
padding: 15px; |
| 3 |
margin-top: 10px; |
| 4 |
border: 1px solid #e5e5e5; |
| 5 |
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); |
| 6 |
background: #fff; |
| 7 |
box-sizing: border-box; |
| 8 |
} |
| 9 |
@media (min-width: 1200px) { |
| 10 |
#barn2_plugin_promo { |
| 11 |
float: right; |
| 12 |
width: 30%; |
| 13 |
padding-left: 20px; |
| 14 |
margin-top: 0; |
| 15 |
} |
| 16 |
#barn2_plugin_promo ~ p.submit { |
| 17 |
clear: both; |
| 18 |
} |
| 19 |
} |
| 20 |
#barn2_plugin_promo h2 { |
| 21 |
font-size: 23px; |
| 22 |
line-height: 25px; |
| 23 |
margin-top: 0; |
| 24 |
} |
| 25 |
#barn2_plugin_promo h2:first-child { |
| 26 |
margin-bottom: 0; |
| 27 |
} |
| 28 |
#barn2_plugin_promo h2 + p img { |
| 29 |
margin-top: 0; |
| 30 |
} |
| 31 |
#barn2_plugin_promo img { |
| 32 |
max-width: 100%; |
| 33 |
height: auto; |
| 34 |
} |
| 35 |
#barn2_plugin_promo .aligncenter { |
| 36 |
margin-left: auto; |
| 37 |
margin-right: auto; |
| 38 |
display: block; |
| 39 |
} |
| 40 |
#barn2_plugin_promo .btn { |
| 41 |
display: inline-block; |
| 42 |
font-weight: 600; |
| 43 |
text-align: center; |
| 44 |
white-space: nowrap; |
| 45 |
vertical-align: middle; |
| 46 |
-webkit-user-select: none; |
| 47 |
-moz-user-select: none; |
| 48 |
-ms-user-select: none; |
| 49 |
user-select: none; |
| 50 |
border: 1px solid transparent; |
| 51 |
padding: 8px 36px 9px; |
| 52 |
font-size: 16px; |
| 53 |
line-height: 1.89; |
| 54 |
border-radius: 999px; |
| 55 |
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; |
| 56 |
text-decoration: none; |
| 57 |
margin-top: 10px; |
| 58 |
} |
| 59 |
#barn2_plugin_promo .btn-primary { |
| 60 |
color: #fff; |
| 61 |
background-color: #03a0c7; |
| 62 |
border-color: #03a0c7; |
| 63 |
box-shadow: 0 7px 10px 0 rgba(3, 160, 199, 0.1); |
| 64 |
} |
| 65 |
#barn2_plugin_promo .btn-primary:hover { |
| 66 |
color: #03a0c7; |
| 67 |
background-color: #fff; |
| 68 |
border-color: #03a0c7 !important; |
| 69 |
} |
| 70 |
|
| 71 |
@media (min-width: 1200px) { |
| 72 |
#product_table_settings_start.promo, |
| 73 |
#quick_view_settings_start.promo, |
| 74 |
#wc_protected_categories_settings.promo, |
| 75 |
#private_store_settings_start.promo, |
| 76 |
#bulk_variations_pro_settings_start.promo, |
| 77 |
.barn2-settings.promo { |
| 78 |
float: left; |
| 79 |
width: 67%; |
| 80 |
} |
| 81 |
#product_table_settings_start.promo ~ p.submit, |
| 82 |
#quick_view_settings_start.promo ~ p.submit, |
| 83 |
#wc_protected_categories_settings.promo ~ p.submit, |
| 84 |
#private_store_settings_start.promo ~ p.submit, |
| 85 |
#bulk_variations_pro_settings_start.promo ~ p.submit, |
| 86 |
.barn2-settings.promo ~ p.submit { |
| 87 |
clear: both; |
| 88 |
} |
| 89 |
} |
| 90 |
.barn2-settings-flex { |
| 91 |
display: flex; |
| 92 |
flex-direction: column; |
| 93 |
align-items: center; |
| 94 |
} |
| 95 |
.barn2-settings-flex #barn2_plugin_promo { |
| 96 |
float: none !important; |
| 97 |
width: auto; |
| 98 |
flex-shrink: 0.8; |
| 99 |
flex-basis: 500px; |
| 100 |
max-width: 500px; |
| 101 |
} |
| 102 |
@media (min-width: 1100px) { |
| 103 |
.barn2-settings-flex { |
| 104 |
flex-direction: row; |
| 105 |
align-items: flex-start; |
| 106 |
} |
| 107 |
.barn2-settings-flex #barn2_plugin_promo { |
| 108 |
margin-left: 30px; |
| 109 |
} |
| 110 |
} |