mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 20:46:40 -04:00
19 lines
No EOL
276 B
CSS
19 lines
No EOL
276 B
CSS
.datacard-label{
|
|
width: 120px;
|
|
}
|
|
|
|
.vote-button{
|
|
display: flex;
|
|
}
|
|
.reaction-button{
|
|
opacity: 0.4;
|
|
margin-right: 5px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.voted-happy .button-happy,
|
|
.voted-angry .button-angry,
|
|
.voted-sad .button-sad,
|
|
.voted-laughing .button-laughing{
|
|
opacity: 1;
|
|
} |