Jump to content

MediaWiki:Vector-dark.css: Difference between revisions

Line 1,187: Line 1,187:
}
}
.vote-box {
.vote-box {
padding: 0px;
width: 100px;
text-align: center middle;
    height: 100px;
font-size: 24px;
    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 */
}
}