mirror of
https://github.com/wassname/talk.git
synced 2026-07-18 12:40:13 +08:00
15 lines
220 B
CSS
15 lines
220 B
CSS
.button {
|
|
composes: buttonReset from "coral-framework/styles/reset.css";
|
|
margin: 5px 10px 5px 0px;
|
|
}
|
|
|
|
.tagIcon {
|
|
font-size: 12px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.icon {
|
|
font-size: 12px;
|
|
vertical-align: middle;
|
|
}
|