Files
talk/client/coral-framework/components/Slot.css
T
2017-06-06 08:09:34 -03:00

11 lines
103 B
CSS

.inline {
display: inline-block;
}
.right {
float: right;
}
.debug {
background-color: coral;
}