mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 20:41:01 +08:00
17 lines
244 B
CSS
17 lines
244 B
CSS
.button {
|
|
composes: buttonReset from "coral-framework/styles/reset.css";
|
|
margin: 5px 10px 5px 0px;
|
|
}
|
|
|
|
@media (max-width: 425px) {
|
|
.label {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.icon {
|
|
padding: 0 2px;
|
|
font-size: 12px;
|
|
vertical-align: middle;
|
|
}
|