mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-29 17:38:04 +01:00
absolute position center message
This commit is contained in:
parent
3ea267387c
commit
2156916f0b
@ -577,7 +577,7 @@
|
|||||||
|
|
||||||
.centered-message {
|
.centered-message {
|
||||||
p {
|
p {
|
||||||
position: fixed;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
margin-top: -70px;
|
margin-top: -70px;
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
Reference in New Issue
Block a user