parent
0b97df0984
commit
43648d629b
File diff suppressed because one or more lines are too long
|
|
@ -16,6 +16,11 @@ pre {
|
|||
background: var(--#{$prefix}bg-surface);
|
||||
}
|
||||
|
||||
// Permit copying of badge text
|
||||
.badge {
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
// Button adjustments
|
||||
.btn {
|
||||
// Tabler sets display: flex
|
||||
|
|
|
|||
Loading…
Reference in New Issue