Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
@import "@automattic/typography/styles/variables";
@import "variables";
@mixin help-center-link {
> ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}
.help-center-link__item {
margin: 0 0 16px;
line-height: 1.3;
.help-center-link__cell {
width: 100%;
a,
button {
display: flex;
text-decoration: none;
color: var(--studio-gray-100);
font-size: $font-body-small;
border-radius: 2px;
font-weight: normal;
align-items: center;
transition: background-color 0.3s ease;
line-height: 1.4;
> svg:first-child {
margin-right: 15px;
fill: $help-center-blue;
padding: 8px;
display: block;
background: var(--studio-gray-0);
}
> svg:last-child {
fill: var(--studio-gray-20);
}
span {
display: block;
flex-grow: 1;
}
&:hover {
color: var(--studio-gray-100);
cursor: pointer;
background: var(--color-neutral-0);
}
&:focus {
color: var(--studio-gray-100);
outline: $help-center-blue solid 2px;
outline-offset: 2px;
}
}
}
}
}