You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
675 B
47 lines
675 B
5 years ago
|
.asset {
|
||
|
&__container {
|
||
|
background-color: white;
|
||
|
}
|
||
|
|
||
|
&__overview {
|
||
4 years ago
|
box-shadow: 0 3px 4px rgba(135, 134, 134, 0.16);
|
||
5 years ago
|
}
|
||
|
}
|
||
|
|
||
|
.asset-navigation {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
padding: 16px;
|
||
4 years ago
|
height: 64px;
|
||
5 years ago
|
}
|
||
|
|
||
|
.asset-breadcrumb {
|
||
4 years ago
|
@include H6;
|
||
|
|
||
5 years ago
|
color: $Black-100;
|
||
5 years ago
|
background-color: inherit;
|
||
5 years ago
|
|
||
|
&__chevron {
|
||
4 years ago
|
font-size: $font-size-paragraph;
|
||
5 years ago
|
padding: 0 10px 0 2px;
|
||
|
}
|
||
|
|
||
|
&__asset {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
}
|
||
|
|
||
4 years ago
|
.asset-options {
|
||
5 years ago
|
&__button {
|
||
4 years ago
|
font-size: $font-size-paragraph;
|
||
5 years ago
|
color: $Black-100;
|
||
|
background-color: inherit;
|
||
4 years ago
|
padding: 2px 0 2px 8px;
|
||
5 years ago
|
}
|
||
|
|
||
|
&__icon {
|
||
4 years ago
|
font-weight: 900;
|
||
5 years ago
|
}
|
||
|
}
|