mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-16 08:27:05 -05:00
* 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
15 lines
298 B
CSS
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;
|
|
}
|