Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/wpforms-.../assets/css
File: admin-notifications.css
#wpforms-notifications {
[0] Fix | Delete
background: #ffffff 0 0 no-repeat padding-box;
[1] Fix | Delete
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
[2] Fix | Delete
border-radius: 6px;
[3] Fix | Delete
opacity: 1;
[4] Fix | Delete
min-height: 48px;
[5] Fix | Delete
margin: 0 0 20px 0;
[6] Fix | Delete
}
[7] Fix | Delete
[8] Fix | Delete
#wpforms-notifications * {
[9] Fix | Delete
box-sizing: border-box;
[10] Fix | Delete
}
[11] Fix | Delete
[12] Fix | Delete
#wpforms-notifications .wpforms-notifications-header {
[13] Fix | Delete
display: flex;
[14] Fix | Delete
align-items: center;
[15] Fix | Delete
padding: 10px 15px;
[16] Fix | Delete
border-bottom: 1px solid #dcdcde;
[17] Fix | Delete
}
[18] Fix | Delete
[19] Fix | Delete
#wpforms-notifications .wpforms-notifications-header .wpforms-notifications-bell {
[20] Fix | Delete
position: relative;
[21] Fix | Delete
width: 16px;
[22] Fix | Delete
height: 20px;
[23] Fix | Delete
top: 3px;
[24] Fix | Delete
margin-inline-end: 10px;
[25] Fix | Delete
}
[26] Fix | Delete
[27] Fix | Delete
#wpforms-notifications .wpforms-notifications-header .wpforms-notifications-bell svg {
[28] Fix | Delete
fill: #a7aaad;
[29] Fix | Delete
}
[30] Fix | Delete
[31] Fix | Delete
#wpforms-notifications .wpforms-notifications-header .wpforms-notifications-circle {
[32] Fix | Delete
position: absolute;
[33] Fix | Delete
width: 11px;
[34] Fix | Delete
height: 11px;
[35] Fix | Delete
border-radius: 50%;
[36] Fix | Delete
top: -4px;
[37] Fix | Delete
right: -1px;
[38] Fix | Delete
border: 2px solid #ffffff;
[39] Fix | Delete
background-color: #d63638;
[40] Fix | Delete
}
[41] Fix | Delete
[42] Fix | Delete
#wpforms-notifications .wpforms-notifications-header .wpforms-notifications-title {
[43] Fix | Delete
font-size: 14px;
[44] Fix | Delete
font-weight: 600;
[45] Fix | Delete
font-style: normal;
[46] Fix | Delete
line-height: 1;
[47] Fix | Delete
color: #2c3338;
[48] Fix | Delete
}
[49] Fix | Delete
[50] Fix | Delete
#wpforms-notifications .wpforms-notifications-body {
[51] Fix | Delete
position: relative;
[52] Fix | Delete
}
[53] Fix | Delete
[54] Fix | Delete
#wpforms-notifications .wpforms-notifications-messages {
[55] Fix | Delete
padding-block: 15px;
[56] Fix | Delete
padding-inline: 15px 100px;
[57] Fix | Delete
}
[58] Fix | Delete
[59] Fix | Delete
#wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-message {
[60] Fix | Delete
display: none;
[61] Fix | Delete
}
[62] Fix | Delete
[63] Fix | Delete
#wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-message.current {
[64] Fix | Delete
display: block;
[65] Fix | Delete
}
[66] Fix | Delete
[67] Fix | Delete
#wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-title {
[68] Fix | Delete
color: #2c3338;
[69] Fix | Delete
font-size: 17px;
[70] Fix | Delete
font-weight: 600;
[71] Fix | Delete
line-height: 25px;
[72] Fix | Delete
margin: 0;
[73] Fix | Delete
}
[74] Fix | Delete
[75] Fix | Delete
#wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-content {
[76] Fix | Delete
font-size: 14px;
[77] Fix | Delete
font-weight: 400;
[78] Fix | Delete
line-height: 20px;
[79] Fix | Delete
margin: 5px 0 15px 0;
[80] Fix | Delete
color: #50575e;
[81] Fix | Delete
}
[82] Fix | Delete
[83] Fix | Delete
#wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-content p {
[84] Fix | Delete
font-size: inherit;
[85] Fix | Delete
line-height: inherit;
[86] Fix | Delete
margin: 0;
[87] Fix | Delete
}
[88] Fix | Delete
[89] Fix | Delete
#wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-content p + p {
[90] Fix | Delete
margin-top: 10px;
[91] Fix | Delete
}
[92] Fix | Delete
[93] Fix | Delete
#wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-buttons {
[94] Fix | Delete
margin-block: 0;
[95] Fix | Delete
margin-inline: 0 80px;
[96] Fix | Delete
}
[97] Fix | Delete
[98] Fix | Delete
#wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-buttons a {
[99] Fix | Delete
margin-block: 0;
[100] Fix | Delete
margin-inline: 0 10px;
[101] Fix | Delete
min-height: unset;
[102] Fix | Delete
}
[103] Fix | Delete
[104] Fix | Delete
#wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-buttons .button-secondary {
[105] Fix | Delete
background-color: #f6f7f7;
[106] Fix | Delete
border-color: #056aab;
[107] Fix | Delete
color: #056aab;
[108] Fix | Delete
}
[109] Fix | Delete
[110] Fix | Delete
#wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-buttons .button-secondary:hover, #wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-buttons .button-secondary:active, #wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-buttons .button-secondary:focus {
[111] Fix | Delete
background-color: #f0f0f1;
[112] Fix | Delete
border-color: #04558a;
[113] Fix | Delete
color: #04558a;
[114] Fix | Delete
}
[115] Fix | Delete
[116] Fix | Delete
#wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-buttons .button-secondary:focus {
[117] Fix | Delete
box-shadow: 0 0 0 1px #04558a;
[118] Fix | Delete
}
[119] Fix | Delete
[120] Fix | Delete
#wpforms-notifications .wpforms-notifications-badge {
[121] Fix | Delete
display: inline-flex;
[122] Fix | Delete
justify-content: center;
[123] Fix | Delete
align-items: center;
[124] Fix | Delete
gap: 5px;
[125] Fix | Delete
padding: 6px 8px;
[126] Fix | Delete
margin-left: 10px;
[127] Fix | Delete
border-radius: 3px;
[128] Fix | Delete
background-color: #f6f6f6;
[129] Fix | Delete
color: #50575e;
[130] Fix | Delete
font-size: 11px;
[131] Fix | Delete
font-weight: 700;
[132] Fix | Delete
line-height: 1;
[133] Fix | Delete
text-decoration: none;
[134] Fix | Delete
text-transform: uppercase;
[135] Fix | Delete
}
[136] Fix | Delete
[137] Fix | Delete
#wpforms-notifications .wpforms-notifications-badge svg {
[138] Fix | Delete
width: 15px;
[139] Fix | Delete
height: 13px;
[140] Fix | Delete
}
[141] Fix | Delete
[142] Fix | Delete
#wpforms-notifications .wpforms-notifications-badge:focus, #wpforms-notifications .wpforms-notifications-badge:hover {
[143] Fix | Delete
background-color: #f0f0f1;
[144] Fix | Delete
box-shadow: none;
[145] Fix | Delete
}
[146] Fix | Delete
[147] Fix | Delete
#wpforms-notifications .dismiss {
[148] Fix | Delete
position: absolute;
[149] Fix | Delete
top: 15px;
[150] Fix | Delete
inset-inline-end: 15px;
[151] Fix | Delete
width: 14px;
[152] Fix | Delete
height: 14px;
[153] Fix | Delete
fill: #a7aaad;
[154] Fix | Delete
cursor: pointer;
[155] Fix | Delete
}
[156] Fix | Delete
[157] Fix | Delete
#wpforms-notifications .dismiss:hover {
[158] Fix | Delete
fill: #d63638;
[159] Fix | Delete
}
[160] Fix | Delete
[161] Fix | Delete
#wpforms-notifications .navigation {
[162] Fix | Delete
position: absolute;
[163] Fix | Delete
bottom: 15px;
[164] Fix | Delete
inset-inline-end: 15px;
[165] Fix | Delete
width: 64px;
[166] Fix | Delete
height: 30px;
[167] Fix | Delete
}
[168] Fix | Delete
[169] Fix | Delete
#wpforms-notifications .navigation a {
[170] Fix | Delete
display: block;
[171] Fix | Delete
width: 30px;
[172] Fix | Delete
height: 30px;
[173] Fix | Delete
border: 1px solid #7e8993;
[174] Fix | Delete
border-radius: 3px;
[175] Fix | Delete
font-size: 16px;
[176] Fix | Delete
line-height: 1.625;
[177] Fix | Delete
text-align: center;
[178] Fix | Delete
cursor: pointer;
[179] Fix | Delete
background-color: #ffffff;
[180] Fix | Delete
color: #41454a;
[181] Fix | Delete
}
[182] Fix | Delete
[183] Fix | Delete
#wpforms-notifications .navigation a:hover {
[184] Fix | Delete
background-color: #f1f1f1;
[185] Fix | Delete
}
[186] Fix | Delete
[187] Fix | Delete
#wpforms-notifications .navigation .prev {
[188] Fix | Delete
float: left;
[189] Fix | Delete
}
[190] Fix | Delete
[191] Fix | Delete
#wpforms-notifications .navigation .next {
[192] Fix | Delete
float: right;
[193] Fix | Delete
}
[194] Fix | Delete
[195] Fix | Delete
#wpforms-notifications .navigation .disabled {
[196] Fix | Delete
border-color: #dddddd;
[197] Fix | Delete
color: #a0a5aa;
[198] Fix | Delete
cursor: default;
[199] Fix | Delete
}
[200] Fix | Delete
[201] Fix | Delete
#wpforms-notifications .navigation .disabled:hover {
[202] Fix | Delete
background-color: #ffffff;
[203] Fix | Delete
}
[204] Fix | Delete
[205] Fix | Delete
.lity-iframe .lity-content {
[206] Fix | Delete
margin: 0 auto;
[207] Fix | Delete
}
[208] Fix | Delete
[209] Fix | Delete
@media screen and (max-width: 768px) {
[210] Fix | Delete
#wpforms-notifications .wpforms-notifications-messages {
[211] Fix | Delete
padding-block: 15px 10px;
[212] Fix | Delete
padding-inline: 16px 50px;
[213] Fix | Delete
}
[214] Fix | Delete
#wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-message .wpforms-notifications-title {
[215] Fix | Delete
line-height: 22px;
[216] Fix | Delete
margin-block: 0 -2px;
[217] Fix | Delete
margin-inline: 0 30px;
[218] Fix | Delete
min-height: 24px;
[219] Fix | Delete
}
[220] Fix | Delete
#wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-message .wpforms-notifications-content {
[221] Fix | Delete
font-size: 16px;
[222] Fix | Delete
line-height: 22px;
[223] Fix | Delete
}
[224] Fix | Delete
#wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-message .wpforms-notifications-buttons {
[225] Fix | Delete
margin: 0;
[226] Fix | Delete
padding-inline-end: 40px;
[227] Fix | Delete
}
[228] Fix | Delete
#wpforms-notifications .wpforms-notifications-messages .wpforms-notifications-message .wpforms-notifications-buttons a.button {
[229] Fix | Delete
margin-bottom: 10px;
[230] Fix | Delete
}
[231] Fix | Delete
#wpforms-notifications .navigation {
[232] Fix | Delete
bottom: 20px;
[233] Fix | Delete
right: 20px;
[234] Fix | Delete
}
[235] Fix | Delete
}
[236] Fix | Delete
[237] Fix | Delete
.rtl #wpforms-notifications .navigation .prev {
[238] Fix | Delete
float: right;
[239] Fix | Delete
}
[240] Fix | Delete
[241] Fix | Delete
.rtl #wpforms-notifications .navigation .next {
[242] Fix | Delete
float: left;
[243] Fix | Delete
}
[244] Fix | Delete
[245] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function