vesh-cli
Version:
码农村nodejs版本VESH框架脚手架搭建器
22 lines (21 loc) • 587 B
CSS
.sweet-alert .sa-icon.sa-error, .sweet-alert .sa-icon.sa-warning, .sweet-alert .sa-icon.sa-info, .sweet-alert .sa-icon.sa-success, .sweet-alert .sa-icon.sa-custom {
height: 0px;
overflow: hidden;
width: 0px;
margin: 0px;
border: none;
}
.sweet-alert button.cancel {
background-color: #8CD4F5;
color: #FFFFF7;
border: none;
box-shadow: none;
font-size: 17px;
font-weight: 500;
-webkit-border-radius: 4px;
border-radius: 5px;
padding: 10px;
margin: 26px 5px 0 5px;
cursor: pointer;
width: 70px;
}