Force .feather icon vertical alignment
This commit is contained in:
parent
a92b657e4a
commit
7664d36848
@ -687,10 +687,16 @@ button, .button {
|
|||||||
// --- Feather
|
// --- Feather
|
||||||
// ---
|
// ---
|
||||||
.feather {
|
.feather {
|
||||||
|
display: inline-flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
--icon-size: 16px;
|
|
||||||
width: var(--icon-size);
|
width: var(--icon-size);
|
||||||
height: var(--icon-size);
|
height: var(--icon-size);
|
||||||
|
|
||||||
|
--icon-size: 16px;
|
||||||
|
font-size: var(--icon-size);
|
||||||
stroke: currentColor;
|
stroke: currentColor;
|
||||||
stroke-width: 2;
|
stroke-width: 2;
|
||||||
stroke-linecap: square;
|
stroke-linecap: square;
|
||||||
|
Loading…
Reference in New Issue
Block a user