mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
* warning for deprecated Rinkeby, Ropsten and Kovan test networks * modified DeprecatedTestNetworks function * added getCompletedOnboarding * removed warning message from MetaMask Notification page * updated deprecatedTestNetworksMsg
26 lines
346 B
SCSS
26 lines
346 B
SCSS
.deprecated-test-networks {
|
|
position: fixed;
|
|
bottom: 0;
|
|
margin: 8px;
|
|
z-index: 1050;
|
|
|
|
&__content {
|
|
&__icon {
|
|
font-size: 16px;
|
|
}
|
|
|
|
&__inline-link {
|
|
@include H7;
|
|
|
|
display: initial;
|
|
padding: 0;
|
|
}
|
|
|
|
&__close::after {
|
|
content: '\00D7';
|
|
font-size: 24px;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|