Button stylings

This commit is contained in:
2017-02-09 13:05:14 -05:00
parent 6c2b9d7429
commit 53c358a63a
9 changed files with 978 additions and 10 deletions
+2 -2
View File
@@ -21,7 +21,7 @@
@using (Html.BeginUmbracoForm<UmbLoginStatusController>("HandleLogout"))
{
<button href="#" class="btn btn-primary btn-xs">Logout</button>
<button href="#" class="btn btn-primary btn-transparent btn-xs">Logout</button>
@Html.HiddenFor(m => logoutModel.RedirectUrl)
}
</div>
@@ -29,5 +29,5 @@
}
else
{
<a href="/membership/login">Login</a>
<a href="/membership/login" class="btn btn-default btn-transparent btn-xs" >Login</a>
}