Feather icons size

This commit is contained in:
William Bouzourène 2024-12-22 15:52:46 +01:00
parent 5beaee001e
commit d41581aa47
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww
4 changed files with 8 additions and 3 deletions

View file

@ -6,4 +6,9 @@ img#header-logo {
#login-card {
margin: auto;
max-width: 600px;
}
.feather {
height: 18px;
width: auto;
}

View file

@ -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>

View file

@ -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>

View file

@ -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>