Pageworks / papertrain

Papertrain: a Craft CMS 3 framework
http://download.papertrain.io
MIT License
5 stars 2 forks source link

Normalize Buttons #98

Closed codewithkyle closed 5 years ago

codewithkyle commented 5 years ago

Normalize the basic button and remove button styling from _button.scss

button{
    display: inline-block;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: transparent;
    color: $font-base;

    section.-dark-background &,
    section.has-image &,
    section.has-video & {
        color: $font-alt;
    }
}