mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 12:56:01 +01:00
24 lines
322 B
SCSS
24 lines
322 B
SCSS
.onboarding-pin-extension {
|
|
max-width: 800px;
|
|
|
|
.control-dots .dot {
|
|
background: $ui-2;
|
|
box-shadow: none;
|
|
|
|
&.selected {
|
|
background: $ui-4;
|
|
}
|
|
}
|
|
|
|
&__diagram {
|
|
margin: 24px auto;
|
|
width: 799px;
|
|
height: 320px;
|
|
}
|
|
|
|
&__buttons {
|
|
max-width: 50%;
|
|
margin: 40px auto 0 auto;
|
|
}
|
|
}
|