mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-06 12:33:12 +08:00
UI notification/alert system with global redux state
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
background-color: var(--color-accent);
|
||||
border-radius: 50%;
|
||||
position: fixed;
|
||||
bottom: 10px;
|
||||
left: 10px;
|
||||
bottom: var(--spacing-ui);
|
||||
left: var(--spacing-ui);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user