1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
Adnan Sahovic 2dbabac599
warning for deprecated Rinkeby, Ropsten and Kovan test networks (#15725)
* warning for deprecated Rinkeby, Ropsten and Kovan test networks

* modified DeprecatedTestNetworks function

* added getCompletedOnboarding

* removed warning message from MetaMask ​​Notification page

* updated deprecatedTestNetworksMsg
2022-09-08 09:00:57 -02:30

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