Spaces:
Build error
Build error
Workflow-Engine
/
web
/app
/components
/header
/account-setting
/members-page
/invited-modal
/index.module.css
.modal { | |
padding: 32px ; | |
width: 480px ; | |
background: linear-gradient(180deg, rgba(3, 152, 85, 0.05) 0%, rgba(3, 152, 85, 0) 22.44%), #F9FAFB ; | |
} | |
.copyIcon { | |
background-image: url(./assets/copy.svg); | |
background-position: center; | |
background-repeat: no-repeat; | |
} | |
.copyIcon:hover { | |
background-image: url(./assets/copy-hover.svg); | |
background-position: center; | |
background-repeat: no-repeat; | |
} | |
.copyIcon.copied { | |
background-image: url(./assets/copied.svg); | |
} |