mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-10 06:01:32 +08:00
Centered Vaultlist
Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>
This commit is contained in:
parent
ff16d26d3a
commit
d519d167ee
1 changed files with 3 additions and 3 deletions
|
|
@ -36,9 +36,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.vault_wrapper{
|
.vault_wrapper{
|
||||||
margin: 0 auto;
|
margin:0 auto auto auto;
|
||||||
margin-top: 20px;
|
transform: translate(-150px);
|
||||||
width: 100%;
|
|
||||||
max-width: 420px;
|
max-width: 420px;
|
||||||
@include border-radius(5px);
|
@include border-radius(5px);
|
||||||
box-shadow: 0 1px 1px #777;
|
box-shadow: 0 1px 1px #777;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue