mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-06 15:55:36 +00:00
23 lines
367 B
SCSS
23 lines
367 B
SCSS
@use '@/hooks/Mapper/components/map/styles/eve-common-variables';
|
|
|
|
.Signature {
|
|
position: relative;
|
|
top: 3px;
|
|
display: block;
|
|
|
|
& > .Box {
|
|
width: 13px;
|
|
height: 4px;
|
|
border-radius: 4px;
|
|
color: var(--text-color);
|
|
font-size: 8px;
|
|
text-align: center;
|
|
font-weight: bolder;
|
|
display: block;
|
|
}
|
|
|
|
& > .Eol {
|
|
display: block;
|
|
}
|
|
}
|