10 lines
190 B
CSS
10 lines
190 B
CSS
.button {
|
|
background-color: transparent;
|
|
color: var(--Base-Text-High-contrast);
|
|
border-width: 0;
|
|
cursor: pointer;
|
|
display: flex;
|
|
gap: var(--Spacing-x1);
|
|
align-items: center;
|
|
}
|