You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
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;
}