mirror of
https://github.com/zhigang1992/umami.git
synced 2026-01-12 22:53:19 +08:00
8 lines
81 B
CSS
8 lines
81 B
CSS
.buttons {
|
|
display: flex;
|
|
}
|
|
|
|
.buttons button + button {
|
|
margin-left: 10px;
|
|
}
|