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

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