mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-12 18:56:01 +00:00
16 lines
169 B
SCSS
16 lines
169 B
SCSS
.WHClassViewRoot {
|
|
|
|
}
|
|
|
|
.WHClassViewContent {
|
|
display: flex;
|
|
gap: 2px;
|
|
}
|
|
|
|
.WHClassName {
|
|
position: relative;
|
|
font-size: 10px;
|
|
font-weight: bold;
|
|
top: -2px;
|
|
}
|