| 1 |
#instapage-toolbar.l-wrapper |
| 2 |
{ |
| 3 |
margin-top: 50px; |
| 4 |
margin-bottom: 50px; |
| 5 |
} |
| 6 |
|
| 7 |
#instapage-toolbar.l-wrapper > div |
| 8 |
{ |
| 9 |
border: 1px solid #f0f0f0; |
| 10 |
padding: 40px 0; |
| 11 |
background-color: white; |
| 12 |
} |
| 13 |
|
| 14 |
.instapage-cms-plugin |
| 15 |
{ |
| 16 |
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; |
| 17 |
color: #37475a; |
| 18 |
font-size: 14px; |
| 19 |
} |
| 20 |
|
| 21 |
.instapage-cms-plugin .preview-image .cropper |
| 22 |
{ |
| 23 |
max-height: 200px; |
| 24 |
margin-bottom: 10px; |
| 25 |
overflow: hidden; |
| 26 |
} |
| 27 |
|
| 28 |
.instapage-cms-plugin td .page-title |
| 29 |
{ |
| 30 |
margin-top: 10px; |
| 31 |
} |
| 32 |
|
| 33 |
.instapage-cms-plugin td .page-actions |
| 34 |
{ |
| 35 |
margin: 10px auto 15px; |
| 36 |
} |
| 37 |
|
| 38 |
.instapage-cms-plugin td .page-url |
| 39 |
{ |
| 40 |
margin: 10px 0; |
| 41 |
} |
| 42 |
|
| 43 |
.instapage-cms-plugin td .page-url a |
| 44 |
{ |
| 45 |
word-wrap: break-word; |
| 46 |
word-break: break-all; |
| 47 |
display: inline-block; |
| 48 |
} |
| 49 |
|
| 50 |
.instapage-cms-plugin td .variation |
| 51 |
{ |
| 52 |
padding-bottom: 15px; |
| 53 |
} |
| 54 |
|
| 55 |
.instapage-cms-plugin td .variation:first-child |
| 56 |
{ |
| 57 |
padding-top: 10px; |
| 58 |
} |
| 59 |
|
| 60 |
.instapage-cms-plugin td .variation div:first-of-type |
| 61 |
{ |
| 62 |
padding-bottom: 5px; |
| 63 |
display: inline-block; |
| 64 |
} |
| 65 |
|
| 66 |
.instapage-cms-plugin td .variation div:nth-of-type(2), |
| 67 |
.instapage-cms-plugin td .variation div:nth-of-type(3) |
| 68 |
{ |
| 69 |
background-color: #F2F7F9; |
| 70 |
} |
| 71 |
|
| 72 |
.instapage-cms-plugin .variation-conversion-rate |
| 73 |
{ |
| 74 |
margin-top: 5px; |
| 75 |
} |
| 76 |
|
| 77 |
.instapage-cms-plugin .variation-stats |
| 78 |
{ |
| 79 |
padding: 4px; |
| 80 |
border-radius: 3px; |
| 81 |
} |
| 82 |
|
| 83 |
.instapage-cms-plugin .c-table__cell img |
| 84 |
{ |
| 85 |
margin: 10px 0; |
| 86 |
} |
| 87 |
|
| 88 |
.instapage-cms-plugin h2 |
| 89 |
{ |
| 90 |
text-align: center; |
| 91 |
border: none; |
| 92 |
} |
| 93 |
|
| 94 |
.instapage-cms-plugin .instapage-content input[type=password] |
| 95 |
{ |
| 96 |
border: none; |
| 97 |
box-shadow: none; |
| 98 |
border-bottom: 1px solid #ddd; |
| 99 |
} |
| 100 |
|
| 101 |
.instapage-cms-plugin input[type=text], |
| 102 |
.instapage-cms-plugin input[type=text]:focus |
| 103 |
{ |
| 104 |
border: none; |
| 105 |
box-shadow: none; |
| 106 |
border-bottom: 1px solid #ddd; |
| 107 |
background: none; |
| 108 |
} |
| 109 |
|
| 110 |
.instapage-cms-plugin .c-modal |
| 111 |
{ |
| 112 |
line-height: 1.5; |
| 113 |
width: 80%; |
| 114 |
position: relative; |
| 115 |
margin-bottom: 10px; |
| 116 |
} |
| 117 |
|
| 118 |
.instapage-cms-plugin label |
| 119 |
{ |
| 120 |
cursor: default; |
| 121 |
padding-left: 5px; |
| 122 |
margin-bottom: 10px; |
| 123 |
} |
| 124 |
|
| 125 |
.instapage-cms-plugin select |
| 126 |
{ |
| 127 |
box-shadow: none; |
| 128 |
} |
| 129 |
|
| 130 |
.instapage-cms-plugin .los-pollos.c-form-text-item |
| 131 |
{ |
| 132 |
display: inline-flex; |
| 133 |
flex-direction: row; |
| 134 |
justify-content: flex-start; |
| 135 |
align-items: flex-start; |
| 136 |
margin-top: 20px; |
| 137 |
} |
| 138 |
|
| 139 |
.instapage-cms-plugin .los-pollos span.c-form-text-item__info |
| 140 |
{ |
| 141 |
font-size: 14px; |
| 142 |
width: 31%; |
| 143 |
display: block; |
| 144 |
position: initial; |
| 145 |
text-align: right; |
| 146 |
padding-top: 10px; |
| 147 |
} |
| 148 |
|
| 149 |
.instapage-cms-plugin .los-pollos span.c-form-text-item__info.slug |
| 150 |
{ |
| 151 |
text-align: left; |
| 152 |
padding-top: 0; |
| 153 |
display: flex; |
| 154 |
justify-content: space-between; |
| 155 |
align-content: center; |
| 156 |
width: 100%; |
| 157 |
} |
| 158 |
|
| 159 |
.instapage-cms-plugin .los-pollos > div |
| 160 |
{ |
| 161 |
width: 68%; |
| 162 |
display: block; |
| 163 |
margin-left: 30px; |
| 164 |
} |
| 165 |
|
| 166 |
.instapage-cms-plugin .los-pollos > div > label |
| 167 |
{ |
| 168 |
left: 340px; |
| 169 |
} |
| 170 |
|
| 171 |
.instapage-cms-plugin .tokens-container |
| 172 |
{ |
| 173 |
padding-top: 15px; |
| 174 |
} |
| 175 |
|
| 176 |
.instapage-cms-plugin .tokens-container table tbody td |
| 177 |
{ |
| 178 |
padding-top: 20px; |
| 179 |
} |
| 180 |
|
| 181 |
.instapage-cms-plugin .c-table__cell:first-child |
| 182 |
{ |
| 183 |
padding-left: 15px; |
| 184 |
} |
| 185 |
|
| 186 |
.instapage-cms-plugin .c-table__cell:last-child |
| 187 |
{ |
| 188 |
padding-right: 15px; |
| 189 |
} |
| 190 |
|
| 191 |
.instapage-cms-plugin .page-loader |
| 192 |
{ |
| 193 |
text-align: center; |
| 194 |
} |
| 195 |
|
| 196 |
.instapage-cms-plugin .diagnostic-mode-on .diagnostic-mode-warning |
| 197 |
{ |
| 198 |
font-weight: 600; |
| 199 |
color: #cc0000; |
| 200 |
} |
| 201 |
|