1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-17 02:34:47 +02:00

absolute position center message

This commit is contained in:
Kyle Spearrin 2018-01-13 17:31:55 -05:00
parent 3ea267387c
commit 2156916f0b

View File

@ -577,7 +577,7 @@
.centered-message {
p {
position: fixed;
position: absolute;
top: 50%;
margin-top: -70px;
display: block;