mirror of
https://github.com/wassname/talk.git
synced 2026-07-10 20:54:12 +08:00
9 lines
138 B
CSS
9 lines
138 B
CSS
.button {
|
|
composes: buttonReset from "coral-framework/styles/reset.css";
|
|
margin: 5px 10px 5px 0px;
|
|
}
|
|
|
|
.tagIcon {
|
|
font-size: 12px;
|
|
}
|