12 lines
122 B
CSS
12 lines
122 B
CSS
![]() |
.buttons {
|
||
|
display: flex;
|
||
|
}
|
||
|
|
||
|
.buttons button {
|
||
|
margin-right: 20px;
|
||
|
}
|
||
|
|
||
|
.active {
|
||
|
border: 1px solid var(--gray500);
|
||
|
}
|