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: | width: 32px; | ||
height: | height: 32px; | ||
color: white; | color: white; | ||
display: flex; | display: flex; | ||
justify-content: center; | justify-content: center; | ||
align-items: center; | align-items: center; | ||
border-radius: 8px; /* optional rounded corners */ | border-radius: 8px; /* optional rounded corners */ | ||
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* optional shadow */ | box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* optional shadow */ | ||
} | |||
.vote-number { | |||
font-size: 2em; | |||
} | } |