mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 14:15:06 +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;
|
||
|
}
|
||
|
}
|