Template:CharacterTableControls/style.css

From Blue Archive Wiki
Revision as of 06:34, 24 January 2023 by Electricsheep (talk | contribs) (Created page with ".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-block; height:30px; width:30px; background-color: palevioletred; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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-block;
    height:30px;
    width:30px;
    background-color: palevioletred;
}