@ -171,7 +171,6 @@ li.coming-soon a::after {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.theme-doc-sidebar-item-category-level-1 > .menu__link {
|
.theme-doc-sidebar-item-category-level-1 > .menu__link {
|
||||||
text-transform: uppercase;
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: var(--level-1-color);
|
color: var(--level-1-color);
|
||||||
}
|
}
|
||||||
@ -282,6 +281,9 @@ a.table-of-contents__link:hover{
|
|||||||
|
|
||||||
.card{
|
.card{
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
border-radius: 8px !important;
|
||||||
|
margin-right: -28px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -3,10 +3,11 @@
|
|||||||
--ifm-link-hover-color: var(--ifm-color-emphasis-700);
|
--ifm-link-hover-color: var(--ifm-color-emphasis-700);
|
||||||
--ifm-link-hover-decoration: none;
|
--ifm-link-hover-decoration: none;
|
||||||
|
|
||||||
box-shadow: 0 1.5px 3px 0 rgb(0 0 0 / 15%);
|
|
||||||
border: 1px solid var(--ifm-color-emphasis-200);
|
border: 1px solid var(--ifm-color-emphasis-200);
|
||||||
transition: all var(--ifm-transition-fast) ease;
|
transition: all var(--ifm-transition-fast) ease;
|
||||||
transition-property: border, box-shadow;
|
transition-property: border, box-shadow;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardContainer:hover {
|
.cardContainer:hover {
|
||||||
@ -15,7 +16,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cardContainer *:last-child {
|
.cardContainer *:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardTitle {
|
.cardTitle {
|
||||||
|
|||||||
Reference in New Issue
Block a user