2021-03-26 15:47:47 +00:00
|
|
|
%tabular-dl {
|
|
|
|
> dt:last-of-type,
|
|
|
|
> dd:last-of-type {
|
2021-10-07 18:21:11 +00:00
|
|
|
border-color: rgb(var(--tone-gray-300)) !important;
|
2021-03-26 15:47:47 +00:00
|
|
|
}
|
|
|
|
dt,
|
|
|
|
dd {
|
2021-10-07 18:21:11 +00:00
|
|
|
border-color: rgb(var(--tone-gray-300)) !important;
|
2021-11-23 18:32:11 +00:00
|
|
|
color: rgb(var(--tone-gray-999)) !important;
|
2021-03-26 15:47:47 +00:00
|
|
|
}
|
|
|
|
dt {
|
2021-10-07 18:21:11 +00:00
|
|
|
font-weight: var(--typo-weight-bold);
|
2021-03-26 15:47:47 +00:00
|
|
|
}
|
|
|
|
dd .copy-button button::before {
|
2021-11-23 18:32:11 +00:00
|
|
|
background-color: rgb(var(--tone-gray-999));
|
2021-03-26 15:47:47 +00:00
|
|
|
}
|
|
|
|
dt.type + dd span::before {
|
|
|
|
@extend %with-info-circle-outline-mask, %as-pseudo;
|
2021-10-07 18:21:11 +00:00
|
|
|
background-color: rgb(var(--tone-gray-500));
|
2021-03-26 15:47:47 +00:00
|
|
|
}
|
|
|
|
}
|