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