mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
4df363b251
* 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
19 lines
298 B
SCSS
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;
|
|
}
|
|
}
|