mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-01 21:57:06 +01:00
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;
|
||
|
}
|
||
|
}
|