1
0
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:
Kyle Spearrin 2018-01-13 17:31:55 -05:00
parent 3ea267387c
commit 2156916f0b

View File

@ -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;