@scientist-softserv/webstore-component-library
Version:
A React component library intended for use with WebStore applications
30 lines (23 loc) • 319 B
CSS
.text-box {
display: inline-block;
}
/* alignment */
.text-box--left {
text-align: left;
}
.text-box--center {
text-align: center;
}
.text-box--right {
text-align: right;
}
/* size */
.text-box--small {
font-size: 13px;
}
.text-box--medium {
font-size: 15px;
}
.text-box--large {
font-size: 18px;
}