1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 08:32:50 -05:00

webfonts and styling

This commit is contained in:
Kyle Spearrin
2018-03-23 15:51:54 -04:00
parent 78363bcd5e
commit bbaafab04b
11 changed files with 241 additions and 75 deletions

View File

@ -85,7 +85,7 @@
</div>
</div>
</div>
<div class="form-check">
<div class="form-check mb-3">
<input type="checkbox" class="form-check-input" asp-for="Enabled">
<label class="form-check-label" asp-for="Enabled"></label>
</div>
@ -441,7 +441,7 @@
<input type="checkbox" class="form-check-input" asp-for="UseEvents">
<label class="form-check-label" asp-for="UseEvents"></label>
</div>
<div class="form-check">
<div class="form-check mb-3">
<input type="checkbox" class="form-check-input" asp-for="UsersGetPremium">
<label class="form-check-label" asp-for="UsersGetPremium"></label>
</div>