mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
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;
|
||
|
}
|
||
|
}
|