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.

18 lines
293 B
CSS

.text {
/* FIXME: Should be moved to ribbon-only, but this is probably not possible with ICSS */
composes: centerContent from "../shared.css";
background-color: transparent;
}
.align-left {
text-align: left;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}