mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-03 12:16:10 +00:00
31 lines
526 B
SCSS
31 lines
526 B
SCSS
.feature {
|
|
flex-direction: row;
|
|
padding: 0.675rem;
|
|
color: var(--ifm-text-color);
|
|
margin: 0.5rem;
|
|
min-height: calc(100% - 1rem);
|
|
text-decoration: none !important;
|
|
img {
|
|
width: 1.5rem;
|
|
height: 1.5rem;
|
|
margin-right: 0.75rem;
|
|
}
|
|
svg {
|
|
width: 1.5rem;
|
|
height: 1.5rem;
|
|
margin-right: 0.75rem;
|
|
}
|
|
strong,
|
|
span {
|
|
display: block;
|
|
margin-bottom: 0.25rem;
|
|
}
|
|
span {
|
|
font-size: 0.875rem;
|
|
line-height: 1.25em;
|
|
}
|
|
&:hover {
|
|
border-color: var(--ifm-color-primary);
|
|
}
|
|
}
|