veripride/css/iconify.css
2023-04-30 13:29:40 +02:00

27 lines
No EOL
255 B
CSS

iconify-icon {
height: 1rem;
vertical-align: middle;
position: relative;
top: -2px;
width: 1rem;
}
.pink {
color: #f6d;
}
.muted {
color: #fff3;
}
.red {
color: #f34;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}