2020-06-01 19:54:32 +02:00
|
|
|
.asset {
|
|
|
|
&__container {
|
2022-03-16 15:49:25 +01:00
|
|
|
background-color: var(--color-background-default);
|
2020-06-01 19:54:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__overview {
|
2022-07-22 00:43:31 +02:00
|
|
|
box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
|
2020-06-01 19:54:32 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.asset-navigation {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
padding: 16px;
|
2021-02-19 20:03:59 +01:00
|
|
|
height: 64px;
|
2020-06-01 19:54:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.asset-breadcrumb {
|
2020-10-29 17:31:48 +01:00
|
|
|
@include H6;
|
|
|
|
|
2022-03-16 15:49:25 +01:00
|
|
|
color: var(--color-text-default);
|
2020-06-04 17:51:44 +02:00
|
|
|
background-color: inherit;
|
2020-06-01 19:54:32 +02:00
|
|
|
|
|
|
|
&__chevron {
|
2020-10-29 17:31:48 +01:00
|
|
|
font-size: $font-size-paragraph;
|
2020-06-01 19:54:32 +02:00
|
|
|
padding: 0 10px 0 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__asset {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-04-28 00:48:46 +02:00
|
|
|
.asset-options {
|
2020-06-01 19:54:32 +02:00
|
|
|
&__button {
|
2020-10-29 17:31:48 +01:00
|
|
|
font-size: $font-size-paragraph;
|
2022-03-16 15:49:25 +01:00
|
|
|
color: var(--color-text-default);
|
2020-06-01 19:54:32 +02:00
|
|
|
background-color: inherit;
|
2021-03-15 15:56:26 +01:00
|
|
|
padding: 2px 0 2px 8px;
|
2020-06-01 19:54:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__icon {
|
2020-11-19 21:29:35 +01:00
|
|
|
font-weight: 900;
|
2020-06-01 19:54:32 +02:00
|
|
|
}
|
|
|
|
}
|