Skip to content
Snippets Groups Projects
Commit f4c35b9c authored by Oliver Davies's avatar Oliver Davies
Browse files

Vertically align the candidate’s name

parent 9a3ac310
No related branches found
No related tags found
No related merge requests found
...@@ -285,3 +285,9 @@ ...@@ -285,3 +285,9 @@
.content-sub-block a:hover { .content-sub-block a:hover {
text-decoration: underline; text-decoration: underline;
} }
// Elections voting
.election-ballot-paper .election-candidate-ballot-item a {
line-height: $candidate-picture-height;
}
...@@ -222,3 +222,8 @@ $icon-throbber: url(../images/throbber-large.gif); ...@@ -222,3 +222,8 @@ $icon-throbber: url(../images/throbber-large.gif);
$line-height: 1em; $line-height: 1em;
////////////////////////
// Elections
////////////////////////
$candidate-picture-height: 90px;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment