Jump to content

MediaWiki:Vector-dark.css: Difference between revisions

Line 1,187: Line 1,187:
}
}
.vote-box {
.vote-box {
width: 100px;
width: 32px;
     height: 100px;
     height: 32px;
     color: white;
     color: white;
     display: flex;
     display: flex;
     justify-content: center;
     justify-content: center;
     align-items: center;
     align-items: center;
    font-size: 2em;
     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;
}
}