mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
10 lines
149 B
CSS
10 lines
149 B
CSS
.root {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.with-space {
|
|
margin-right: var(--theme-spacing-xs);
|
|
}
|