Template:CharacterTableControls/style.css

From Blue Archive Wiki
Jump to navigation Jump to search
.charactertable-controls {
    background-color: #f8f9fa;
    border: 1px solid #a2a9b1;
    margin: auto;
    
    padding: 0.2em 0.4em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px 20px;
}

.charactertable-controls div.controls > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height:34px;
    width:36px;
    margin: 0 1px;
    border-radius: 2px;
}