mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 09:56:44 +08:00
9 lines
137 B
CSS
9 lines
137 B
CSS
.button {
|
|
composes: buttonReset from "coral-framework/styles/reset.css";
|
|
margin: 5px 0px 5px 10px;
|
|
}
|
|
|
|
.flaggedIcon {
|
|
color: #f00
|
|
}
|