1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-07-12 07:11:42 +00:00
openmw/docs/source/_static/omw-directives.css
2025-06-23 17:39:01 -07:00

21 lines
480 B
CSS

.omw-setting td:nth-child(1) { width: 20%; }
.omw-setting td:nth-child(2) { width: 20%; }
.omw-setting td:nth-child(3) { width: 20%; }
.omw-setting td:nth-child(4) { width: 20%; }
.omw-setting .type-color-wrapper {
display: flex;
flex-direction: row;
align-items: center;
justify-content: left;
padding: 0;
gap: 12px;
}
.color-chip {
display: inline-block;
width: 1.5em;
height: 1.5em;
border-radius: 0.2em;
border: 1px solid #333;
}