mirror of
https://github.com/SrIzan10/analytics.srizan.ml.git
synced 2026-05-01 10:35:15 +00:00
12 lines
125 B
CSS
12 lines
125 B
CSS
.buttons {
|
|
display: flex;
|
|
}
|
|
|
|
.buttons button {
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.active {
|
|
border: 1px solid var(--primary400);
|
|
}
|