Feather icons size
This commit is contained in:
parent
5beaee001e
commit
d41581aa47
4 changed files with 8 additions and 3 deletions
|
|
@ -7,3 +7,8 @@ img#header-logo {
|
|||
margin: auto;
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
.feather {
|
||||
height: 18px;
|
||||
width: auto;
|
||||
}
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
</div>
|
||||
<div class="text-end">
|
||||
<button class="btn btn-primary" type="submit">
|
||||
<i class="me-2" data-feather="log-in"></i>
|
||||
<i class="me-1" data-feather="log-in"></i>
|
||||
Connexion
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
</div>
|
||||
<div class="text-end">
|
||||
<button class="btn btn-primary" type="submit">
|
||||
<i class="me-2" data-feather="check-circle"></i>
|
||||
<i class="me-1" data-feather="check-circle"></i>
|
||||
Vérifier
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@
|
|||
</div>
|
||||
<div class="text-end">
|
||||
<button class="btn btn-primary" type="submit">
|
||||
<i class="me-2" data-feather="save"></i>
|
||||
<i class="me-1" data-feather="save"></i>
|
||||
Enregistrer
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue