mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 04:02:29 +00:00
6 lines
128 B
SCSS
6 lines
128 B
SCSS
@mixin hexagon {
|
|
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
|
|
height: 2.5em;
|
|
width: 2.5em;
|
|
}
|