/* BUTTON */

[el-is='button'] {
    border: 0;
    padding: .70rem .75rem;
    cursor: pointer;
}

[el-is='button']:hover {
    background-color: #65C8D0;
    opacity: .50;
}

[el-is='button']:disabled:hover {
    background-color: rgba(239, 239, 239, 0.783);
}

[el-is='button'].el-icon {
    width: 5rem;
    background-position: center;
    background-repeat: no-repeat;
}

[el-is='button'] span {
    display: inline-block;
    width: 100%;
}
