Template:CharacterTableControls/style.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 11:
flex-wrap: wrap;
gap: 8px 20px;
line-height: normal;
}
 
Line 21 ⟶ 22:
margin: 0 1px;
border-radius: 2px;
}
 
 
.charactertable-controls div.controls-class > span {
width: 82px;
height: 26px;
border-width: 0 3px;
border-style: solid;
 
border-radius: 8px;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
background-color: #ecf5f9;
 
transform: skewX(-10deg);
}
 
.charactertable-controls div.controls-class > span.class-striker {
border-color: #f54d29;
}
.charactertable-controls div.controls-class > span.class-special {
border-color: #0785fb;
}