Last active
May 19, 2019 20:42
-
-
Save petebytes/b020aedf0d0273d4da327d64d7e6c5f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seria interessante criar exemplo aplicado no uso.