Jump to content

MediaWiki:Vector-dark.css: Difference between revisions

Line 1,189: Line 1,189:
width: 32px;
width: 32px;
     height: 32px;
     height: 32px;
    color: white;
     display: flex;
     display: flex;
    font-size: 2em;
     justify-content: center;
     justify-content: center;
     align-items: center;
     align-items: center;
     border-radius: 8px; /* optional rounded corners */
     border-radius: 8px rgb(255, 255, 255); /* optional rounded corners */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* optional shadow */
}
}
.vote-number {
.vote-number {
font-size: 2em;
font-size: 2em;
}
}