mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
16 lines
195 B
SCSS
16 lines
195 B
SCSS
.custom-nonce {
|
|
&__content {
|
|
height: 49px;
|
|
border: 1px solid var(--color-border-muted);
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
&__header {
|
|
flex: 1;
|
|
}
|
|
|
|
&__value {
|
|
flex: 0;
|
|
}
|
|
}
|