Merge branch 'worktree-local-location-view'
This commit is contained in:
@@ -490,6 +490,18 @@
|
||||
margin-block-start: var(--ar-space-2);
|
||||
}
|
||||
|
||||
.outcome__buttons {
|
||||
display: flex;
|
||||
gap: var(--ar-space-3);
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.outcome__button--secondary {
|
||||
border-color: var(--ar-border);
|
||||
color: var(--ar-text-muted);
|
||||
background: var(--ar-panel);
|
||||
}
|
||||
|
||||
.outcome__button:hover,
|
||||
.combat__notice--error button:hover {
|
||||
border-color: var(--ar-gold);
|
||||
|
||||
Reference in New Issue
Block a user