mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
0b83b13b4a
* MMI adds the Jwt dropdown * MMI prettier * review fixes * MMI added stories file
11 lines
144 B
SCSS
11 lines
144 B
SCSS
.custody-search-jwt__select {
|
|
height: 54px;
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
&-title {
|
|
@include Paragraph;
|
|
}
|
|
}
|