Add support for accent color and rework cards
This commit is contained in:
@@ -387,7 +387,10 @@
|
||||
|
||||
<div class="content">
|
||||
|
||||
<h1 class="section-header">{{ 'profile.title' | tr }}</h1>
|
||||
<h1 class="section-header">
|
||||
{{ 'profile.title' | tr }}
|
||||
<button class="btn btn-default btn-outline" ng-click="logout($event)"><i class="fa fa-sign-out"></i> {{ 'main.logout' | tr }}</button>
|
||||
</h1>
|
||||
|
||||
<div class="card">
|
||||
<div style="display: flex; flex-wrap: wrap;">
|
||||
|
||||
Reference in New Issue
Block a user