1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

network dropdown tweaks

This commit is contained in:
Matthias Kretschmann 2023-03-16 13:45:36 +00:00
parent 5ea00f2c1e
commit 24d5487cbb
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 15 additions and 6 deletions

View File

@ -1,6 +1,10 @@
.asset-list-item {
& .list-item__heading {
max-width: 100%;
& h2 {
@include H5;
}
}
&__token-button {
@ -11,6 +15,7 @@
color: var(--color-text-default);
& h2 {
@include H6;
display: flex;
}
@ -34,9 +39,10 @@
}
.list-item__subheading {
@include H6;
margin-top: 6px;
& h3 {
@include H6;
font-weight: 400;
}
}
&__warning {

View File

@ -7,7 +7,6 @@
@include Paragraph;
border-top: 1px solid var(--color-border-muted);
border-bottom: 1px solid var(--color-border-muted);
color: var(--color-text-default);
display: grid;

View File

@ -117,12 +117,16 @@
flex-direction: column;
align-items: center;
width: 100%;
border-bottom: 1px solid var(--color-border-muted);
padding-bottom: 14px;
padding-left: 16px;
}
.network-dropdown-list {
max-height: 330px;
overflow-y: auto;
margin-bottom: 8px;
margin-bottom: 14px;
border-bottom: 1px solid var(--color-border-muted);
}
.network-dropdown-divider {
@ -133,7 +137,7 @@
}
.network-dropdown-title {
@include H4;
@include H5;
height: 25px;
width: 120px;