mobi-plugin-text
Version:
The text plugin for Mobi.css
37 lines (28 loc) • 466 B
CSS
/*! mobi-plugin-text v3.1.0 http://getmobicss.com/docs/text.html */
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.text-muted {
color: #777;
}
.text-primary {
color: #267fd9;
}
.text-danger {
color: #db5757;
}
a.text-danger,
a.text-muted,
a.text-primary {
text-decoration: underline;
}
.text-small {
font-size: 85%;
}
/*# sourceMappingURL=mobi-plugin-text.css.map */