Merge pull request #10 from Ontraport/ONTRAPAGEZ-516

adds proper overrides to skeleton for button.
This commit is contained in:
jonpreston 2015-06-11 12:32:35 -07:00
commit 10212860f7

View File

@ -86,6 +86,18 @@ buttons
max-width: 100%;
padding: 5px 20px;
white-space: normal;
border: 0;
color: inherit;
text-transform: none;
border-radius: 0;
cursor: none;
letter-spacing: inherit;
text-align: inherit;
background-color: inherit;
}
.button:hover {
color: inherit;
border-color: inherit;
}
/* =====================================================================================================================