frontend: css: add bottom border to most of cards and jumboframe

This commit is contained in:
nemunaire 2018-12-02 00:45:22 +01:00
commit cf290732dc
9 changed files with 16 additions and 16 deletions

View file

@ -1,4 +1,4 @@
<div class="card bg-primary text-light">
<div class="card niceborder bg-primary text-light">
<div class="card-body">
<input type="search" class="form-control" placeholder="Rechercher" ng-model="query">
</div>