1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00
metamask-extension/ui/components/institutional/jwt-dropdown/jwt-dropdown.scss
António Regadas 0b83b13b4a
MMI adds the Jwt dropdown component (#18117)
* MMI adds the Jwt dropdown

* MMI prettier

* review fixes

* MMI added stories file
2023-03-16 11:03:54 +00:00

11 lines
144 B
SCSS

.custody-search-jwt__select {
height: 54px;
width: 100%;
display: flex;
align-items: center;
&-title {
@include Paragraph;
}
}