Incremental local loading, sync status on password wizard

This commit is contained in:
Mo Bitar
2018-06-03 10:08:21 -05:00
parent eb98e637e1
commit e3ff04ba3f
6 changed files with 62 additions and 20 deletions

View File

@@ -81,6 +81,10 @@
padding: 0;
padding-bottom: 0;
min-width: 300px;
-webkit-box-shadow: 0px 2px 35px 0px rgba(0,0,0,0.19);
-moz-box-shadow: 0px 2px 35px 0px rgba(0,0,0,0.19);
box-shadow: 0px 2px 35px 0px rgba(0,0,0,0.19);
}
}