Force .feather icon vertical alignment

This commit is contained in:
Alice Gaudon 2020-09-15 16:34:21 +02:00
parent a92b657e4a
commit 7664d36848
1 changed files with 7 additions and 1 deletions

View File

@ -687,10 +687,16 @@ button, .button {
// --- Feather
// ---
.feather {
display: inline-flex;
justify-content: center;
align-items: center;
flex-shrink: 0;
--icon-size: 16px;
width: var(--icon-size);
height: var(--icon-size);
--icon-size: 16px;
font-size: var(--icon-size);
stroke: currentColor;
stroke-width: 2;
stroke-linecap: square;