nav-login - basic, crude theming

This commit is contained in:
zotlabs
2017-01-23 16:51:23 -08:00
parent cb47354a4f
commit 6c4f7caba1
2 changed files with 15 additions and 4 deletions

View File

@@ -2107,5 +2107,15 @@ dl.bb-dl > dd > li {
}
.rmagic-button {
padding-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}
#nav-login {
display: none;
width: 200px;
border: 1px solid #ccc;
border-radius: $radiuspx;
}