Skip to content

Commit 225541a

Browse files
author
Pedro Fernandes Steimbruch
committed
fixing css conflict
1 parent 850f347 commit 225541a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

webroot/css/custom.css

+12-1
Original file line numberDiff line numberDiff line change
@@ -244,4 +244,15 @@ i.icon-social {
244244

245245
.row.col-p30 [class*="col-"].business-solution {
246246
padding: 0 20px;
247-
}
247+
}
248+
input#mc-embedded-subscribe {
249+
background: white;
250+
color: #D33C44;
251+
padding: 15px 30px;
252+
border-radius: 8px;
253+
width: auto;
254+
}
255+
256+
input[type="radio"]:checked:before {
257+
background: #505050;
258+
}

0 commit comments

Comments
 (0)