Various fixes and add rune support
This commit is contained in:
@@ -189,6 +189,25 @@
|
||||
&:hover { color: @color-dark; }
|
||||
}
|
||||
}
|
||||
|
||||
.grit-stepper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 1px;
|
||||
}
|
||||
.grit-btn {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 1.2rem;
|
||||
height: 1.4rem;
|
||||
font-size: @font-size-sm;
|
||||
font-weight: bold;
|
||||
color: @color-olive;
|
||||
cursor: pointer;
|
||||
line-height: 1;
|
||||
&:hover { color: @color-dark; }
|
||||
}
|
||||
}
|
||||
|
||||
.resource-label {
|
||||
|
||||
Reference in New Issue
Block a user