diff --git a/public/popup.css b/public/popup.css index a30c3a3d56..cd954c06fb 100644 --- a/public/popup.css +++ b/public/popup.css @@ -260,19 +260,6 @@ text-align: right; } -/* - * Buttons that appear under a segment on click - */ -.voteButton { - height: 20px; - padding: 0 5px; - cursor: pointer; -} - -.voteButton:hover { - opacity: 0.8; -} - /* * "Voted!" text that appears after voting on a segment */ diff --git a/public/shared.css b/public/shared.css index 4dd8a03562..005d350072 100644 --- a/public/shared.css +++ b/public/shared.css @@ -216,4 +216,17 @@ display: flex; align-items: center; +} + +/* + * Buttons that appear under a segment on click + */ +.voteButton { + height: 20px; + padding: 0 5px; + cursor: pointer; +} + +.voteButton:hover { + opacity: 0.8; } \ No newline at end of file