a.rounded-button {
    font-size: 25px;
    display: inline-block;
    color: #333;
    text-align: center;
    text-decoration: none;
    background-color: rgba(240, 240, 240, 0.7);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 12px 10px;
    line-height: 2em;
    &.active {
        color: #FC00BE;
    }
    &:hover {
        background-color: #eee;
        box-shadow: 0px 0px 3px #aaa;
    }
}

.icon-button {
    white-space: nowrap;
    padding: 0px .7rem;
    text-align: center;
    background: none;
    border: none;
    &.large {
        font-size: 2rem;
    }
}

.box-button {
    white-space: nowrap;
    padding: .8rem 1rem;
    border-radius: $general-border-radius;
    border: none;
    background-color: white;
    color: #000;
    transition: background-color .3s;
    &:hover {
        background-color: #eee;
    }
}


/* #{$all-buttons} {
    background-color: #f00;
}

#{$all-buttons-focus},
#{$all-buttons-hover} {
    background-color: #0f0;
}

#{$all-buttons-active} {
    background-color: #00f;
} 
*/


/* button,
input[type="submit"],
.button {
    background-color: #4591aa;
    border: medium none;
    color: white;
    cursor: pointer;
    display: inline-block;
    line-height: 48px;
    overflow: visible;
    padding: 0 2.5em;
    text-align: center;
    text-decoration: none;
    transition: all 150ms ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}
 */
