mirror of
https://github.com/wassname/talk.git
synced 2026-07-15 11:26:58 +08:00
19 lines
293 B
CSS
19 lines
293 B
CSS
.root {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.button {
|
|
composes: buttonReset from "coral-framework/styles/reset.css";
|
|
padding: 6px;
|
|
font-size: 14px;
|
|
transition: color 100ms, background 100ms;
|
|
border-radius: 3px;
|
|
|
|
&:hover {
|
|
background-color: #efefef;
|
|
}
|
|
}
|
|
|
|
.icon {
|
|
margin-right: 15px;
|
|
} |