Select Git revision
createVote.module.css
createVote.module.css 599 B
.createVote{
width: 90px;
height:35px;
border:none;
border-radius: 5px;
cursor: pointer;
color: white;
background-color:#8393BE;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* 그림자 추가 */
transition: background-color 0.3s, color 0.3s, transform 0.3s;
}
.endCreateVote{
width: 90px;
height:35px;
border:none;
border-radius: 5px;
cursor: pointer;
color: white;
background-color:#b5b9c5;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* 그림자 추가 */
transition: background-color 0.3s, color 0.3s, transform 0.3s;
}