mobi-plugin-text
Version:
The text plugin for Mobi.css
29 lines (26 loc) • 406 B
CSS
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.text-muted {
color: var(--color-text-muted);
}
.text-primary {
color: var(--color-primary);
}
.text-danger {
color: var(--color-danger);
}
a.text-muted,
a.text-primary,
a.text-danger {
text-decoration: underline;
}
.text-small {
font-size: var(--font-size-small);
}