mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
35 lines
516 B
SCSS
35 lines
516 B
SCSS
.asset {
|
|
&__container {
|
|
background-color: var(--color-background-default);
|
|
}
|
|
|
|
&__overview {
|
|
box-shadow: var(--shadow-size-xs) var(--color-shadow-default);
|
|
}
|
|
}
|
|
|
|
.asset-navigation {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 16px;
|
|
height: 64px;
|
|
}
|
|
|
|
.asset-breadcrumb {
|
|
@include H6;
|
|
|
|
color: var(--color-text-default);
|
|
background-color: inherit;
|
|
|
|
&__asset {
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
.asset-options {
|
|
&__button {
|
|
padding: 2px 0 2px 8px;
|
|
}
|
|
}
|