11 lines
283 B
CSS
11 lines
283 B
CSS
.link {
|
|
align-items: center;
|
|
border: 2px solid var(--Component-Button-Brand-Secondary-Border-Default);
|
|
border-radius: var(--Corner-radius-rounded);
|
|
color: var(--Text-Interactive-Default);
|
|
display: flex;
|
|
height: 48px;
|
|
justify-content: center;
|
|
text-decoration: none;
|
|
}
|