Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/jetpack/modules/simple-p...
File: simple-payments.css
.jetpack-simple-payments-wrapper {
[0] Fix | Delete
margin-bottom: 1.5em;
[1] Fix | Delete
}
[2] Fix | Delete
[3] Fix | Delete
/* Higher specificity in order to reset paragraph style */
[4] Fix | Delete
body .jetpack-simple-payments-wrapper .jetpack-simple-payments-details p {
[5] Fix | Delete
margin: 0 0 1.5em;
[6] Fix | Delete
padding: 0;
[7] Fix | Delete
}
[8] Fix | Delete
[9] Fix | Delete
.jetpack-simple-payments-product {
[10] Fix | Delete
display: flex;
[11] Fix | Delete
flex-direction: column;
[12] Fix | Delete
}
[13] Fix | Delete
[14] Fix | Delete
.jetpack-simple-payments-product-image {
[15] Fix | Delete
flex: 0 0 30%;
[16] Fix | Delete
margin-bottom: 1.5em;
[17] Fix | Delete
}
[18] Fix | Delete
[19] Fix | Delete
.jetpack-simple-payments-image {
[20] Fix | Delete
box-sizing: border-box;
[21] Fix | Delete
min-width: 70px;
[22] Fix | Delete
padding-top: 100%;
[23] Fix | Delete
position: relative;
[24] Fix | Delete
}
[25] Fix | Delete
[26] Fix | Delete
/* Higher specificity in order to trump theme's style */
[27] Fix | Delete
body .jetpack-simple-payments-wrapper .jetpack-simple-payments-product-image .jetpack-simple-payments-image img {
[28] Fix | Delete
border: 0;
[29] Fix | Delete
border-radius: 0;
[30] Fix | Delete
height: auto;
[31] Fix | Delete
left: 50%;
[32] Fix | Delete
margin: 0;
[33] Fix | Delete
max-height: 100%;
[34] Fix | Delete
max-width: 100%;
[35] Fix | Delete
padding: 0;
[36] Fix | Delete
position: absolute;
[37] Fix | Delete
top: 50%;
[38] Fix | Delete
transform: translate(-50%, -50%);
[39] Fix | Delete
width: auto;
[40] Fix | Delete
}
[41] Fix | Delete
[42] Fix | Delete
.jetpack-simple-payments-title p,
[43] Fix | Delete
.jetpack-simple-payments-price p {
[44] Fix | Delete
font-weight: 700;
[45] Fix | Delete
}
[46] Fix | Delete
[47] Fix | Delete
.jetpack-simple-payments-purchase-box {
[48] Fix | Delete
align-items: flex-start;
[49] Fix | Delete
display: flex;
[50] Fix | Delete
}
[51] Fix | Delete
[52] Fix | Delete
.jetpack-simple-payments-button {
[53] Fix | Delete
max-width: 340px;
[54] Fix | Delete
width: 100%;
[55] Fix | Delete
}
[56] Fix | Delete
[57] Fix | Delete
.jetpack-simple-payments-items {
[58] Fix | Delete
flex: 0 0 auto;
[59] Fix | Delete
margin-right: 10px;
[60] Fix | Delete
}
[61] Fix | Delete
[62] Fix | Delete
input[type="number"].jetpack-simple-payments-items-number {
[63] Fix | Delete
font-size: 16px;
[64] Fix | Delete
line-height: 1;
[65] Fix | Delete
max-width: 60px;
[66] Fix | Delete
padding: 4px 8px;
[67] Fix | Delete
}
[68] Fix | Delete
[69] Fix | Delete
input[type="number"].jetpack-simple-payments-items-number::-webkit-inner-spin-button,
[70] Fix | Delete
input[type="number"].jetpack-simple-payments-items-number::-webkit-outer-spin-button {
[71] Fix | Delete
opacity: 1;
[72] Fix | Delete
}
[73] Fix | Delete
[74] Fix | Delete
.jetpack-simple-payments-button iframe {
[75] Fix | Delete
margin: 0;
[76] Fix | Delete
}
[77] Fix | Delete
[78] Fix | Delete
.jetpack-simple-payments-purchase-message {
[79] Fix | Delete
background-color: rgba(255, 255, 255, 0.7);
[80] Fix | Delete
border: 2px solid #fff;
[81] Fix | Delete
border-radius: 2px;
[82] Fix | Delete
box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
[83] Fix | Delete
display: none;
[84] Fix | Delete
margin-bottom: 1.5em;
[85] Fix | Delete
min-height: 48px;
[86] Fix | Delete
padding: 1em;
[87] Fix | Delete
position: relative;
[88] Fix | Delete
}
[89] Fix | Delete
[90] Fix | Delete
.jetpack-simple-payments-purchase-message::before {
[91] Fix | Delete
font-family: dashicons !important;
[92] Fix | Delete
font-size: 48px !important;
[93] Fix | Delete
line-height: 1 !important;
[94] Fix | Delete
position: absolute;
[95] Fix | Delete
speak: none;
[96] Fix | Delete
top: 50%;
[97] Fix | Delete
left: 0;
[98] Fix | Delete
transform: translateY(-50%);
[99] Fix | Delete
-webkit-font-smoothing: antialiased;
[100] Fix | Delete
-moz-osx-font-smoothing: grayscale;
[101] Fix | Delete
}
[102] Fix | Delete
[103] Fix | Delete
.jetpack-simple-payments-purchase-message.show {
[104] Fix | Delete
display: block;
[105] Fix | Delete
}
[106] Fix | Delete
[107] Fix | Delete
.jetpack-simple-payments-purchase-message.success::before {
[108] Fix | Delete
color: #4ab866;
[109] Fix | Delete
content: "\f147";
[110] Fix | Delete
}
[111] Fix | Delete
[112] Fix | Delete
.jetpack-simple-payments-purchase-message.error::before {
[113] Fix | Delete
color: #d94f4f;
[114] Fix | Delete
content: "\f335";
[115] Fix | Delete
}
[116] Fix | Delete
[117] Fix | Delete
/* Higher specificity in order to reset */
[118] Fix | Delete
body .jetpack-simple-payments-wrapper .jetpack-simple-payments-purchase-message p {
[119] Fix | Delete
color: #222;
[120] Fix | Delete
margin: 0 0 0.5em;
[121] Fix | Delete
padding: 0 0 0 40px;
[122] Fix | Delete
}
[123] Fix | Delete
[124] Fix | Delete
body .jetpack-simple-payments-wrapper .jetpack-simple-payments-purchase-message p:last-child {
[125] Fix | Delete
margin: 0;
[126] Fix | Delete
}
[127] Fix | Delete
[128] Fix | Delete
.jetpack-simple-payments-description {
[129] Fix | Delete
white-space: pre-wrap;
[130] Fix | Delete
}
[131] Fix | Delete
[132] Fix | Delete
@media screen and (min-width: 400px) {
[133] Fix | Delete
[134] Fix | Delete
.jetpack-simple-payments-product {
[135] Fix | Delete
flex-direction: row;
[136] Fix | Delete
}
[137] Fix | Delete
[138] Fix | Delete
.jetpack-simple-payments-product-image + .jetpack-simple-payments-details {
[139] Fix | Delete
flex-basis: 70%;
[140] Fix | Delete
padding-left: 1em;
[141] Fix | Delete
}
[142] Fix | Delete
}
[143] Fix | Delete
[144] Fix | Delete
.is-email .jetpack-simple-payments-product {
[145] Fix | Delete
display: table;
[146] Fix | Delete
width: 100%;
[147] Fix | Delete
}
[148] Fix | Delete
[149] Fix | Delete
.is-email .jetpack-simple-payments-product-image {
[150] Fix | Delete
display: table-cell;
[151] Fix | Delete
width: 30%;
[152] Fix | Delete
vertical-align: top;
[153] Fix | Delete
}
[154] Fix | Delete
[155] Fix | Delete
.is-email .jetpack-simple-payments-image {
[156] Fix | Delete
padding-top: 0;
[157] Fix | Delete
}
[158] Fix | Delete
[159] Fix | Delete
.is-email .jetpack-simple-payments-image figure {
[160] Fix | Delete
margin: 0;
[161] Fix | Delete
}
[162] Fix | Delete
[163] Fix | Delete
.jetpack-simple-payments-details {
[164] Fix | Delete
width: 100%;
[165] Fix | Delete
}
[166] Fix | Delete
[167] Fix | Delete
.is-email .jetpack-simple-payments-product-image + .jetpack-simple-payments-details {
[168] Fix | Delete
display: table-cell;
[169] Fix | Delete
width: 70%;
[170] Fix | Delete
}
[171] Fix | Delete
[172] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function