Compare commits

..

No commits in common. "4418d1ae27c807f425f1e06e4def0d630dd35e97" and "adc4f99636c650d7cb668da06c9010f5d5f1b1f6" have entirely different histories.

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);
}
}