Repository URL to install this package:
|
Version:
8.1.0-rc.5 ▾
|
.LogoLink {
color: var(--color-brand-500);
display: flex;
transition: box-shadow var(--button-velocity);
&:focus {
outline: none;
box-shadow: 0 0 0 2px var(--color-brand-700);
border-radius: var(--border-radius);
}
}
.LogoLink-image {
display: inline-block;
max-width: 150px;
max-height: 50px;
width: auto;
height: auto;
}