mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-23 08:38:02 +00:00
17 lines
295 B
SCSS
17 lines
295 B
SCSS
.foxie__link-button {
|
|
padding: item-spacing(2 3);
|
|
border: 1px solid get-color(black, 0.25);
|
|
color: get-color(black, 0.5);
|
|
margin-top: item-spacing(3);
|
|
background: transparent;
|
|
text-align: left;
|
|
|
|
&:hover {
|
|
color: get-color(black, 0.5);
|
|
}
|
|
|
|
&:focus {
|
|
outline: none;
|
|
}
|
|
}
|