1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-02 14:15:06 +01:00
metamask-extension/ui/pages/onboarding-flow/pin-extension/index.scss
Dan Miller bc6c60cde1 Revert "Merge pull request #15063 from MetaMask/revert-v10.16.0"
This reverts commit 4d42715220, reversing
changes made to f09ab88891.
2022-06-29 13:03:10 -02:30

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;
}
}