Compare commits

..

6 Commits

1 changed files with 2 additions and 2 deletions

View File

@ -257,11 +257,11 @@ defineExpose({ trigger })
border-radius: 3px;
min-width: 15px;
// height: 500px;
&.like{
&.like{ //
background-image: linear-gradient(to top, #d2f0cb, #2f9e44);
// animation: striped-flow 5s linear infinite;
}
&.doubt{
&.doubt{ //
background-image: linear-gradient(to top, #ebc6c6, #ff0000);
}
}