mirror of
https://github.com/vale981/Vulcan
synced 2025-03-12 21:36:38 -04:00
19 lines
276 B
CSS
19 lines
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;
|
||
|
}
|