mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-04 23:05:35 +00:00
29 lines
375 B
SCSS
29 lines
375 B
SCSS
.WHClassViewRoot {
|
|
}
|
|
|
|
.WHClassViewContent {
|
|
display: flex;
|
|
gap: 2px;
|
|
|
|
&.NoOffset {
|
|
gap: 4px;
|
|
align-items: center;
|
|
}
|
|
}
|
|
|
|
.WHClassName {
|
|
position: relative;
|
|
font-size: 10px;
|
|
font-weight: bold;
|
|
top: -2px;
|
|
}
|
|
|
|
.NoOffset {
|
|
*.WHClassName {
|
|
position: relative;
|
|
font-size: 12px;
|
|
font-weight: initial !important;
|
|
top: initial !important;
|
|
}
|
|
}
|