MediaWiki:Gadget-HexConverter.css: Difference between revisions

From OpenGK
(Created page with "div.hex-converter-live-buttons-container { width: 100%; display: flex; justify-content: space-between; }")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
     display: flex;
     display: flex;
     justify-content: space-between;
     justify-content: space-between;
}
div.hex-converter-live-buttons-container button {
    flex: 1;
    margin: 0 5px 0 0;
    text-align: center;
}
button.hex-converter-active {
    border-color: #000000;
    border-radius: 4px;
    border-width: 2px;
}
}

Latest revision as of 04:29, 28 December 2024

div.hex-converter-live-buttons-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

div.hex-converter-live-buttons-container button {
    flex: 1;
    margin: 0 5px 0 0;
    text-align: center;
}
button.hex-converter-active {
    border-color: #000000;
    border-radius: 4px;
    border-width: 2px;
}