mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 18:12:59 +08:00
15 lines
211 B
CSS
15 lines
211 B
CSS
.button {
|
|
composes: buttonReset from "coral-framework/styles/reset.css";
|
|
margin: 5px 0px 5px 10px;
|
|
}
|
|
|
|
.flaggedIcon {
|
|
color: #f00
|
|
}
|
|
|
|
.icon {
|
|
padding: 0 2px;
|
|
font-size: 12px;
|
|
vertical-align: middle;
|
|
}
|