mirror of
https://ghfast.top/https://github.com/discourse/discourse-topic-voting.git
synced 2026-07-17 11:37:03 +08:00
14 lines
231 B
SCSS
14 lines
231 B
SCSS
.voting-popup-menu {
|
|
position: absolute !important;
|
|
left: 80px !important;
|
|
top: 14px !important;
|
|
z-index: 990;
|
|
cursor: initial;
|
|
}
|
|
|
|
.vote-count{
|
|
height:40px;
|
|
line-height:40px;
|
|
font-weight: bold;
|
|
font-size: 18px;
|
|
}
|