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:
parent
5ea00f2c1e
commit
24d5487cbb
@ -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 {
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user