Skip to content

Commit e44d548

Browse files
authored
Merge pull request #25 from circuscode/develop
Refactoring
2 parents 365b1be + c94c9ca commit e44d548

File tree

1 file changed

+45
-41
lines changed

1 file changed

+45
-41
lines changed

assets/css/elsa.css

Lines changed: 45 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Table of Contents
3333
29 - Mathilda
3434
30 - Archives
3535
31 - Mailchimp
36+
32 - Lightweight Subscribe to Comments
3637
---------------*/
3738

3839
/*
@@ -328,47 +329,6 @@ p:has(.more-link) {
328329
display:none;
329330
}
330331

331-
.comment-form .lstc-label {
332-
display:inline;
333-
position:relative;
334-
top:-2px;
335-
left:2px;
336-
margin-left:5px;
337-
}
338-
339-
.cnns-comment-subscription {
340-
margin-top:20px;
341-
margin-bottom:20px;
342-
}
343-
344-
.cnns-comment-subscription input[type="checkbox"] {
345-
width:17px;
346-
height:17px;
347-
margin:0;
348-
padding:0;
349-
appearance: none;
350-
-webkit-appearance: none;
351-
display: inline-flex;
352-
align-content: center;
353-
justify-content: center;
354-
font-size: 2rem;
355-
border: 1px solid #949494;
356-
border-radius: 0rem;
357-
}
358-
359-
.cnns-comment-subscription input[type="checkbox"]::before {
360-
width:15px;
361-
height:15px;
362-
margin-top:0px;
363-
content: "";
364-
transform: scale(0);
365-
background-color: #ac1b1b;
366-
}
367-
368-
.cnns-comment-subscription input[type="checkbox"]:checked::before {
369-
transform: scale(1);
370-
}
371-
372332
.comment-notes {
373333
margin:0;
374334
}
@@ -1198,4 +1158,48 @@ iframe.twitter-tweet
11981158

11991159
p.mc4wp-procaptcha__validation-error[style*="visibility: visible"] {
12001160
margin-bottom:30px !important;
1161+
}
1162+
1163+
/*
1164+
32. Lightweight Subscribe to Comments
1165+
*/
1166+
1167+
.cnns-comment-subscription {
1168+
margin-top:20px;
1169+
margin-bottom:20px;
1170+
}
1171+
1172+
.cnns-comment-subscription input[type="checkbox"] {
1173+
appearance: none;
1174+
-webkit-appearance: none;
1175+
display: inline-flex;
1176+
align-content: center;
1177+
justify-content: center;
1178+
width:17px;
1179+
height:17px;
1180+
margin:0;
1181+
padding:0;
1182+
border: 1px solid #949494;
1183+
border-radius: 0rem;
1184+
}
1185+
1186+
.cnns-comment-subscription input[type="checkbox"]::before {
1187+
content: "";
1188+
width:15px;
1189+
height:15px;
1190+
margin-top:0px;
1191+
transform: scale(0);
1192+
background-color: #ac1b1b;
1193+
}
1194+
1195+
.cnns-comment-subscription input[type="checkbox"]:checked::before {
1196+
transform: scale(1);
1197+
}
1198+
1199+
.comment-form .lstc-label {
1200+
display:inline;
1201+
position:relative;
1202+
top:-2px;
1203+
left:2px;
1204+
margin-left:5px;
12011205
}

0 commit comments

Comments
 (0)