mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
11 lines
125 B
CSS
11 lines
125 B
CSS
.buttons {
|
|
display: flex;
|
|
}
|
|
|
|
.buttons button {
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.active {
|
|
border: 1px solid var(--primary400);
|
|
}
|