1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/components/institutional/custody-confirm-link-modal/index.scss
Albert Olivé 4df363b251
[MMI] Created custody-confirm-link-modal component (#18632)
* Created custody-confirm-link component

* Removed selector

* Finished component

* Changed button to use design system

* Fixed eslint issue

* updated snapshot

* fixed eslint problems

* Added more tests and added color design systems

* Fixed comments

* Removed unnecessary code

* Removed unneeded code and fixed eslint issues
2023-04-25 08:39:16 -05:00

19 lines
298 B
SCSS

.custody-confirm-link {
&__description {
border-bottom: 1px solid var(--brand-colors-grey-grey200);
}
&__img {
margin: 0 20px;
display: block;
padding: 20px 0;
width: 45px;
text-align: center;
}
&__btn {
width: 300px !important;
margin: 20px auto;
}
}