csv-library-website/library/static/css/feather.css

10 lines
154 B
CSS
Raw Normal View History

2024-03-30 13:40:07 +01:00
.feather {
width: 24px;
height: 24px;
stroke: currentColor;
2024-03-30 15:52:45 +01:00
stroke-width: 1.5;
2024-03-30 13:40:07 +01:00
stroke-linecap: round;
stroke-linejoin: round;
fill: none;
}