[frontend/components] Change banner notification location
This commit is contained in:
parent
9a3a79ed2c
commit
6a6961baa1
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
.banner-container {
|
.banner-container {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 5rem;
|
top: 4rem;
|
||||||
right: 5rem;
|
right: 1rem;
|
||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
border: solid var(--highlight-color) 0.1rem;
|
border: solid var(--highlight-color) 0.1rem;
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
|
|
Loading…
Add table
Reference in a new issue