.core-button{background:light;background-color:var(--color-primary-light);background-size:100% 100%;border:0;border-radius:8px;color:var(--color-secondary);font-family:IBM-Bold;font-size:18px;height:50px;isolation:isolate;min-width:180px;padding:0 20px;position:relative;transition:all .3s ease-in-out}.core-button:after{bottom:0}.core-button:after,.core-button:before{background:var(--color-primary-gradient);content:"";height:50%;left:0;position:absolute;right:0;transition:all .5s ease-in-out;width:100%;z-index:-1}.core-button:before{top:0}.core-button:hover:before{top:-100%}.core-button:hover:after{bottom:-100%}.core-button.core-button-light{background-color:var(--color-light)}.core-button.core-button-light:before{top:-100%}.core-button.core-button-light:after{bottom:-100%}.core-button.core-button-light:hover:before{top:0}.core-button.core-button-light:hover:after{bottom:0}
