mirror of
https://github.com/wassname/talk.git
synced 2026-08-14 12:50:17 +08:00
8 lines
86 B
CSS
8 lines
86 B
CSS
.root {
|
|
width: 100%;
|
|
}
|
|
|
|
.button {
|
|
margin-bottom: calc(2 * var(--spacing-unit));
|
|
}
|