sendou.ink/components/common/AbilityIcon.module.css
Kalle 732366d5c1
CSS modules initial (#669)
* More global css

* Migrate 404.tsx

* Header.tsx partial

* links.tsx

* 500.tsx

* AbilityIcon.tsx

* BuildStats.tsx progress

* about.tsx

* admin.tsx

* Adjust button border

* Stylelint
2021-09-27 21:15:42 +03:00

15 lines
298 B
CSS

.container {
z-index: 2;
display: inline-block;
width: var(--ability-size);
height: var(--ability-size);
border: 2px solid #888;
border-right: 0;
border-bottom: 0;
background: #000;
background-size: 100%;
border-radius: 50%;
box-shadow: 0 0 0 1px #000;
user-select: none;
}