mirror of
https://github.com/wassname/talk.git
synced 2026-08-05 13:30:26 +08:00
12 lines
146 B
CSS
12 lines
146 B
CSS
.root {
|
|
width: 400px;
|
|
}
|
|
|
|
.gutterBottom {
|
|
margin-bottom: calc(2px * $spacing-unit);
|
|
}
|
|
|
|
.topBar {
|
|
margin-bottom: calc(1px * $spacing-unit);
|
|
}
|