mirror of
https://github.com/wassname/talk.git
synced 2026-07-01 18:05:06 +08:00
65c8da0f34
* Merge client * Add linting script * Rename serve to start:development * Move error harmonization and handling to network layer * Show Comment Stream * Added initial test
12 lines
138 B
CSS
12 lines
138 B
CSS
.root {
|
|
width: 400px;
|
|
}
|
|
|
|
.gutterBottom {
|
|
margin-bottom: calc(2px * $spacing-unit);
|
|
}
|
|
|
|
.author {
|
|
font-weight: $font-weight-medium;
|
|
}
|