Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/wpforms-.../assets/css/builder
File: builder-alerts.css
.wpforms-admin-page .wpforms-alert {
[0] Fix | Delete
background-color: #ffffff;
[1] Fix | Delete
border: none;
[2] Fix | Delete
border-inline-start: 4px solid #dddddd;
[3] Fix | Delete
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
[4] Fix | Delete
color: #444444;
[5] Fix | Delete
font-size: 14px;
[6] Fix | Delete
font-weight: 400;
[7] Fix | Delete
line-height: 18px;
[8] Fix | Delete
margin-bottom: 20px;
[9] Fix | Delete
padding: 10px;
[10] Fix | Delete
}
[11] Fix | Delete
[12] Fix | Delete
.wpforms-admin-page .wpforms-alert-dismissible {
[13] Fix | Delete
align-content: stretch;
[14] Fix | Delete
align-items: center;
[15] Fix | Delete
display: flex;
[16] Fix | Delete
justify-content: flex-start;
[17] Fix | Delete
margin: 30px 15px 20px 15px;
[18] Fix | Delete
max-height: 100px;
[19] Fix | Delete
opacity: 1;
[20] Fix | Delete
overflow: hidden;
[21] Fix | Delete
transition-property: all;
[22] Fix | Delete
transition-duration: 0.25s;
[23] Fix | Delete
transition-timing-function: ease-out;
[24] Fix | Delete
}
[25] Fix | Delete
[26] Fix | Delete
.wpforms-admin-page .wpforms-alert-dismissible.out {
[27] Fix | Delete
margin-bottom: 0;
[28] Fix | Delete
margin-top: 0;
[29] Fix | Delete
max-height: 0;
[30] Fix | Delete
opacity: 0;
[31] Fix | Delete
padding-bottom: 0;
[32] Fix | Delete
padding-top: 0;
[33] Fix | Delete
}
[34] Fix | Delete
[35] Fix | Delete
.wpforms-admin-page .wpforms-alert-dismissible h4 {
[36] Fix | Delete
margin: 0 0 2px 0;
[37] Fix | Delete
}
[38] Fix | Delete
[39] Fix | Delete
.wpforms-admin-page .wpforms-alert-dismissible p {
[40] Fix | Delete
color: #444444;
[41] Fix | Delete
}
[42] Fix | Delete
[43] Fix | Delete
.wpforms-admin-page .wpforms-alert-buttons {
[44] Fix | Delete
display: flex;
[45] Fix | Delete
margin-inline-start: auto;
[46] Fix | Delete
padding-inline-start: 10px;
[47] Fix | Delete
}
[48] Fix | Delete
[49] Fix | Delete
.wpforms-admin-page .wpforms-alert-buttons .wpforms-dismiss-button {
[50] Fix | Delete
color: rgba(68, 68, 68, 0.35);
[51] Fix | Delete
margin-inline-start: 7px;
[52] Fix | Delete
margin-inline-end: -3px;
[53] Fix | Delete
}
[54] Fix | Delete
[55] Fix | Delete
.wpforms-admin-page .wpforms-alert-buttons .wpforms-dismiss-button:hover {
[56] Fix | Delete
color: rgba(68, 68, 68, 0.75);
[57] Fix | Delete
}
[58] Fix | Delete
[59] Fix | Delete
.wpforms-admin-page .wpforms-alert h4 {
[60] Fix | Delete
color: #444444;
[61] Fix | Delete
font-size: 14px;
[62] Fix | Delete
font-weight: 600;
[63] Fix | Delete
line-height: 18px;
[64] Fix | Delete
margin: 0 0 3px 0;
[65] Fix | Delete
}
[66] Fix | Delete
[67] Fix | Delete
.wpforms-admin-page .wpforms-alert p {
[68] Fix | Delete
line-height: 18px;
[69] Fix | Delete
margin: 0 0 10px 0;
[70] Fix | Delete
}
[71] Fix | Delete
[72] Fix | Delete
.wpforms-admin-page .wpforms-alert p:last-of-type {
[73] Fix | Delete
margin: 0;
[74] Fix | Delete
}
[75] Fix | Delete
[76] Fix | Delete
.wpforms-admin-page .wpforms-alert p.wpforms-alert-heading {
[77] Fix | Delete
font-size: 16px;
[78] Fix | Delete
font-weight: 500;
[79] Fix | Delete
margin-bottom: 3px !important;
[80] Fix | Delete
}
[81] Fix | Delete
[82] Fix | Delete
.wpforms-admin-page .wpforms-alert p.wpforms-alert-content {
[83] Fix | Delete
font-size: 14px;
[84] Fix | Delete
font-weight: 400;
[85] Fix | Delete
margin-bottom: 0 !important;
[86] Fix | Delete
}
[87] Fix | Delete
[88] Fix | Delete
.wpforms-admin-page .wpforms-alert.wpforms-alert-nomargin {
[89] Fix | Delete
margin: 0;
[90] Fix | Delete
}
[91] Fix | Delete
[92] Fix | Delete
.wpforms-admin-page .wpforms-alert.wpforms-alert-success {
[93] Fix | Delete
border-inline-start-color: #00a32a;
[94] Fix | Delete
}
[95] Fix | Delete
[96] Fix | Delete
.wpforms-admin-page .wpforms-alert.wpforms-alert-info {
[97] Fix | Delete
border-inline-start-color: #036aab;
[98] Fix | Delete
}
[99] Fix | Delete
[100] Fix | Delete
.wpforms-admin-page .wpforms-alert.wpforms-alert-warning {
[101] Fix | Delete
border-inline-start-color: #ffb900;
[102] Fix | Delete
}
[103] Fix | Delete
[104] Fix | Delete
.wpforms-admin-page .wpforms-alert.wpforms-alert-danger {
[105] Fix | Delete
border-inline-start-color: #d63638;
[106] Fix | Delete
}
[107] Fix | Delete
[108] Fix | Delete
.wpforms-admin-page .wpforms-alert.wpforms-alert-ai {
[109] Fix | Delete
border-inline-start-color: #7a30e2;
[110] Fix | Delete
}
[111] Fix | Delete
[112] Fix | Delete
.wpforms-admin-page .wpforms-alert.wpforms-alert-field-requirements .wpforms-alert-buttons {
[113] Fix | Delete
padding: 10px 0 0 0;
[114] Fix | Delete
}
[115] Fix | Delete
[116] Fix | Delete
.wpforms-admin-page .wpforms-alert .wpforms-aside-left {
[117] Fix | Delete
float: left;
[118] Fix | Delete
}
[119] Fix | Delete
[120] Fix | Delete
.wpforms-admin-page .wpforms-alert .wpforms-aside-right {
[121] Fix | Delete
float: right;
[122] Fix | Delete
}
[123] Fix | Delete
[124] Fix | Delete
.wpforms-admin-page .wpforms-panel-content .wpforms-alert {
[125] Fix | Delete
box-shadow: none;
[126] Fix | Delete
overflow: auto;
[127] Fix | Delete
}
[128] Fix | Delete
[129] Fix | Delete
.wpforms-admin-page .wpforms-panel-content .wpforms-alert.wpforms-alert-success {
[130] Fix | Delete
background-color: #edfaef;
[131] Fix | Delete
}
[132] Fix | Delete
[133] Fix | Delete
.wpforms-admin-page .wpforms-panel-content .wpforms-alert.wpforms-alert-info {
[134] Fix | Delete
background-color: #f1f6fa;
[135] Fix | Delete
}
[136] Fix | Delete
[137] Fix | Delete
.wpforms-admin-page .wpforms-panel-content .wpforms-alert.wpforms-alert-warning {
[138] Fix | Delete
background-color: #fcf9e8;
[139] Fix | Delete
}
[140] Fix | Delete
[141] Fix | Delete
.wpforms-admin-page .wpforms-panel-content .wpforms-alert.wpforms-alert-danger {
[142] Fix | Delete
background-color: #fcf0f1;
[143] Fix | Delete
}
[144] Fix | Delete
[145] Fix | Delete
.wpforms-fullscreen-notice {
[146] Fix | Delete
background: #036aab;
[147] Fix | Delete
cursor: default;
[148] Fix | Delete
height: 100%;
[149] Fix | Delete
min-width: 0;
[150] Fix | Delete
padding: 0 20px;
[151] Fix | Delete
overflow: scroll;
[152] Fix | Delete
position: fixed;
[153] Fix | Delete
z-index: 100110;
[154] Fix | Delete
text-align: center;
[155] Fix | Delete
top: 0;
[156] Fix | Delete
right: 0;
[157] Fix | Delete
bottom: 0;
[158] Fix | Delete
left: 0;
[159] Fix | Delete
display: flex;
[160] Fix | Delete
flex-direction: column;
[161] Fix | Delete
justify-content: center;
[162] Fix | Delete
align-items: center;
[163] Fix | Delete
}
[164] Fix | Delete
[165] Fix | Delete
.wpforms-fullscreen-notice img {
[166] Fix | Delete
height: 130px;
[167] Fix | Delete
width: 130px;
[168] Fix | Delete
}
[169] Fix | Delete
[170] Fix | Delete
.wpforms-fullscreen-notice img.sullie-icon {
[171] Fix | Delete
background-color: #f1f1f1;
[172] Fix | Delete
border: 5px solid #ffffff;
[173] Fix | Delete
border-radius: 50%;
[174] Fix | Delete
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
[175] Fix | Delete
}
[176] Fix | Delete
[177] Fix | Delete
.wpforms-fullscreen-notice h3 {
[178] Fix | Delete
color: #ffffff;
[179] Fix | Delete
font-weight: 700;
[180] Fix | Delete
font-size: 18px;
[181] Fix | Delete
line-height: 22px;
[182] Fix | Delete
margin: 25px 0 5px 0;
[183] Fix | Delete
}
[184] Fix | Delete
[185] Fix | Delete
.wpforms-fullscreen-notice p {
[186] Fix | Delete
color: #cce0ed;
[187] Fix | Delete
font-size: 16px;
[188] Fix | Delete
font-weight: 300;
[189] Fix | Delete
line-height: 22px;
[190] Fix | Delete
margin: 0;
[191] Fix | Delete
max-width: 640px;
[192] Fix | Delete
}
[193] Fix | Delete
[194] Fix | Delete
.wpforms-fullscreen-notice a {
[195] Fix | Delete
color: #cce0ed;
[196] Fix | Delete
}
[197] Fix | Delete
[198] Fix | Delete
.wpforms-fullscreen-notice a:hover {
[199] Fix | Delete
color: #ffffff;
[200] Fix | Delete
}
[201] Fix | Delete
[202] Fix | Delete
.wpforms-fullscreen-notice .wpforms-fullscreen-notice-buttons {
[203] Fix | Delete
display: flex;
[204] Fix | Delete
flex-wrap: wrap;
[205] Fix | Delete
gap: 25px;
[206] Fix | Delete
/* Gap is unsupported in IE, but we have only one button on IE notice. */
[207] Fix | Delete
justify-content: center;
[208] Fix | Delete
margin-top: 25px;
[209] Fix | Delete
}
[210] Fix | Delete
[211] Fix | Delete
.wpforms-fullscreen-notice .wpforms-fullscreen-notice-button {
[212] Fix | Delete
border-radius: 4px;
[213] Fix | Delete
cursor: pointer;
[214] Fix | Delete
font-weight: 500;
[215] Fix | Delete
font-size: 16px;
[216] Fix | Delete
line-height: 20px;
[217] Fix | Delete
height: auto;
[218] Fix | Delete
padding: 10px 20px;
[219] Fix | Delete
text-decoration: none;
[220] Fix | Delete
text-shadow: none;
[221] Fix | Delete
transition-property: all;
[222] Fix | Delete
transition-duration: 0.05s;
[223] Fix | Delete
transition-timing-function: ease-out;
[224] Fix | Delete
}
[225] Fix | Delete
[226] Fix | Delete
.wpforms-fullscreen-notice .wpforms-fullscreen-notice-button-primary {
[227] Fix | Delete
background-color: #e27730;
[228] Fix | Delete
border: 2px solid #e27730;
[229] Fix | Delete
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
[230] Fix | Delete
color: #ffffff;
[231] Fix | Delete
}
[232] Fix | Delete
[233] Fix | Delete
.wpforms-fullscreen-notice .wpforms-fullscreen-notice-button-primary:hover {
[234] Fix | Delete
background-color: #cd6622;
[235] Fix | Delete
border-color: #cd6622;
[236] Fix | Delete
}
[237] Fix | Delete
[238] Fix | Delete
.wpforms-fullscreen-notice .wpforms-fullscreen-notice-button-secondary {
[239] Fix | Delete
background-color: transparent;
[240] Fix | Delete
border: 2px solid #ffffff;
[241] Fix | Delete
color: #ffffff;
[242] Fix | Delete
opacity: .5;
[243] Fix | Delete
}
[244] Fix | Delete
[245] Fix | Delete
.wpforms-fullscreen-notice .wpforms-fullscreen-notice-button-secondary:hover {
[246] Fix | Delete
opacity: 1;
[247] Fix | Delete
}
[248] Fix | Delete
[249] Fix | Delete
.wpforms-fullscreen-notice .close,
[250] Fix | Delete
.wpforms-fullscreen-notice .dismiss {
[251] Fix | Delete
background-color: transparent;
[252] Fix | Delete
background-image: url("../../images/times-circle.svg");
[253] Fix | Delete
border: none;
[254] Fix | Delete
color: #81b5d5;
[255] Fix | Delete
cursor: pointer;
[256] Fix | Delete
height: 31px;
[257] Fix | Delete
opacity: .5;
[258] Fix | Delete
overflow: hidden;
[259] Fix | Delete
position: absolute;
[260] Fix | Delete
inset-inline-end: 20px;
[261] Fix | Delete
top: 20px;
[262] Fix | Delete
width: 31px;
[263] Fix | Delete
transition-property: all;
[264] Fix | Delete
transition-duration: 0.05s;
[265] Fix | Delete
transition-timing-function: ease-out;
[266] Fix | Delete
}
[267] Fix | Delete
[268] Fix | Delete
.wpforms-fullscreen-notice .close:hover,
[269] Fix | Delete
.wpforms-fullscreen-notice .dismiss:hover {
[270] Fix | Delete
opacity: 1;
[271] Fix | Delete
}
[272] Fix | Delete
[273] Fix | Delete
.wpforms-fullscreen-notice .close:focus,
[274] Fix | Delete
.wpforms-fullscreen-notice .dismiss:focus {
[275] Fix | Delete
outline: none;
[276] Fix | Delete
}
[277] Fix | Delete
[278] Fix | Delete
.wpforms-fullscreen-notice-light {
[279] Fix | Delete
background: #e8e8e8;
[280] Fix | Delete
}
[281] Fix | Delete
[282] Fix | Delete
.wpforms-fullscreen-notice-light h3 {
[283] Fix | Delete
color: #444444;
[284] Fix | Delete
}
[285] Fix | Delete
[286] Fix | Delete
.wpforms-fullscreen-notice-light p {
[287] Fix | Delete
color: #777777;
[288] Fix | Delete
}
[289] Fix | Delete
[290] Fix | Delete
.wpforms-fullscreen-notice img {
[291] Fix | Delete
height: auto;
[292] Fix | Delete
width: auto;
[293] Fix | Delete
max-width: 120px;
[294] Fix | Delete
}
[295] Fix | Delete
[296] Fix | Delete
@supports (display: grid) {
[297] Fix | Delete
#wpforms-builder-ie-notice {
[298] Fix | Delete
display: none;
[299] Fix | Delete
}
[300] Fix | Delete
}
[301] Fix | Delete
[302] Fix | Delete
#wpforms-builder-abort-message h3 {
[303] Fix | Delete
font-size: 24px;
[304] Fix | Delete
line-height: 24px;
[305] Fix | Delete
margin-bottom: 20px;
[306] Fix | Delete
}
[307] Fix | Delete
[308] Fix | Delete
#wpforms-builder-abort-message img {
[309] Fix | Delete
width: 400px;
[310] Fix | Delete
height: auto;
[311] Fix | Delete
margin: 30px 30px 0 30px;
[312] Fix | Delete
}
[313] Fix | Delete
[314] Fix | Delete
#wpforms-builder-abort-message .wpforms-fullscreen-notice-button {
[315] Fix | Delete
text-transform: initial;
[316] Fix | Delete
}
[317] Fix | Delete
[318] Fix | Delete
#wpforms-builder-abort-message .waving-hand-emoji {
[319] Fix | Delete
display: inline-block;
[320] Fix | Delete
background-image: url("../../images/empty-states/waving-hand-emoji.png");
[321] Fix | Delete
background-repeat: no-repeat;
[322] Fix | Delete
background-size: 24px 24px;
[323] Fix | Delete
background-position: 0 0;
[324] Fix | Delete
padding-left: 34px;
[325] Fix | Delete
}
[326] Fix | Delete
[327] Fix | Delete
@media (max-width: 640px) {
[328] Fix | Delete
#wpforms-builder-abort-message img {
[329] Fix | Delete
width: 250px;
[330] Fix | Delete
}
[331] Fix | Delete
}
[332] Fix | Delete
[333] Fix | Delete
@media (min-width: 1024px) {
[334] Fix | Delete
#wpforms-builder-mobile-notice {
[335] Fix | Delete
display: none;
[336] Fix | Delete
}
[337] Fix | Delete
}
[338] Fix | Delete
[339] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function