feat(web): add Inventar öffnen button to the victory screen
This commit is contained in:
@@ -490,6 +490,17 @@
|
||||
margin-block-start: var(--ar-space-2);
|
||||
}
|
||||
|
||||
.outcome__actions {
|
||||
display: flex;
|
||||
gap: var(--ar-space-2);
|
||||
justify-content: center;
|
||||
margin-block-start: var(--ar-space-2);
|
||||
}
|
||||
|
||||
.outcome__actions .outcome__button {
|
||||
margin-block-start: 0;
|
||||
}
|
||||
|
||||
.outcome__button:hover,
|
||||
.combat__notice--error button:hover {
|
||||
border-color: var(--ar-gold);
|
||||
|
||||
Reference in New Issue
Block a user