8 lines
114 B
CSS
8 lines
114 B
CSS
/* Feather icon base size */
|
|
.feather,
|
|
[data-feather] {
|
|
height: 1rem;
|
|
width: 1rem;
|
|
display: inline-block;
|
|
}
|