@scriptify_js/react
Version:
A custom React UI library for Scriptify projects
1 lines • 394 B
CSS
.custom-button{background-color:#fd5200;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;padding:.5rem 1.5rem;transition:background-color .3s ease,box-shadow .3s ease}.custom-button:hover{background-color:#1565c0}.custom-button:active{background-color:#0d47a1}.custom-button:focus{box-shadow:0 0 0 2px rgba(25,118,210,.5);outline:none}