Skip to content

Instantly share code, notes, and snippets.

@petebytes
Last active May 19, 2019 20:42
Show Gist options
  • Select an option

  • Save petebytes/b020aedf0d0273d4da327d64d7e6c5f5 to your computer and use it in GitHub Desktop.

Select an option

Save petebytes/b020aedf0d0273d4da327d64d7e6c5f5 to your computer and use it in GitHub Desktop.
.mauticform-label {
color: #000000;
display: inline-block;
}
.mauticform-row {
display: inline-block
}
.mauticform-button {
margin-bottom: 9px;
font-size: 20px;
padding: 5px 20px 5px 20px;
color: black;
background-color: white;
border: none;
}
.x-btn:hover, .button:hover, [type="submit"]:hover {
color: #ffffff;
border-color: #600900;
background-color: #6ecc71;
margin-bottom: 7px;
text-shadow: none;
box-shadow: none;
}
.x-btn, .button, [type="submit"] {
color: #ffffff;
border-color: #ac1100;
background-color: #2ecc71;
margin-bottom: 7px;
text-shadow: none;
box-shadow: none;
border-radius: 0.25em;
}
@gutorocher
Copy link
Copy Markdown

Seria interessante criar exemplo aplicado no uso.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment