mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Added user file vote
This commit is contained in:
26
src/components/upDownVote.module.css
Normal file
26
src/components/upDownVote.module.css
Normal file
@@ -0,0 +1,26 @@
|
||||
.container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.container > div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.container > div > * {
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.action {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.action:hover {
|
||||
background-color: #555;
|
||||
}
|
||||
|
||||
.voted {
|
||||
color: var(--text-color);
|
||||
}
|
Reference in New Issue
Block a user