.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; }