MediaWiki:Vector-dark.css: Difference between revisions
Appearance
![]() Cdjensen94 (talk | contribs) |
![]() Cdjensen94 (talk | contribs) |
||
Line 1,187: | Line 1,187: | ||
} | } | ||
.vote-box { | .vote-box { | ||
width: 100px; | |||
height: 100px; | |||
color: white; | |||
display: flex; | |||
justify-content: center; | |||
align-items: center; | |||
font-size: 2em; | |||
border-radius: 8px; /* optional rounded corners */ | |||
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* optional shadow */ | |||
} | } |