mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
d01a2ad7e5
* styling updates Co-authored-by: Alex Donesky <adonesky@gmail.com> Co-authored-by: George Marshall <george.marshall@consensys.net> Co-authored-by: David Walsh <davidwalsh83@gmail.com>
22 lines
343 B
SCSS
22 lines
343 B
SCSS
.onboarding-pin-extension {
|
|
.control-dots .dot {
|
|
background: var(--color-icon-muted);
|
|
box-shadow: none;
|
|
|
|
&.selected {
|
|
background: var(--color-icon-default);
|
|
}
|
|
}
|
|
|
|
&__diagram {
|
|
margin: 24px auto;
|
|
max-width: 799px;
|
|
height: 320px;
|
|
}
|
|
|
|
&__buttons {
|
|
max-width: 50%;
|
|
margin: 40px auto 0 auto;
|
|
}
|
|
}
|