|
|
|
@ -5,24 +5,24 @@ |
|
|
|
|
<meta charset="utf-8"> |
|
|
|
|
<title>MetaMask Notification</title> |
|
|
|
|
<style> |
|
|
|
|
#app-content { |
|
|
|
|
display: flex; |
|
|
|
|
flex-flow: column; |
|
|
|
|
} |
|
|
|
|
#app-content { |
|
|
|
|
display: flex; |
|
|
|
|
flex-flow: column; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#loading__logo { |
|
|
|
|
width: 10rem; |
|
|
|
|
height: 10rem; |
|
|
|
|
align-self: center; |
|
|
|
|
margin: 10rem 0 0 0; |
|
|
|
|
} |
|
|
|
|
#loading__logo { |
|
|
|
|
width: 10rem; |
|
|
|
|
height: 10rem; |
|
|
|
|
align-self: center; |
|
|
|
|
margin: 10rem 0 0 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#loading__spinner { |
|
|
|
|
width: 2rem; |
|
|
|
|
height: 2rem; |
|
|
|
|
align-self: center; |
|
|
|
|
margin-top: 1rem; |
|
|
|
|
} |
|
|
|
|
#loading__spinner { |
|
|
|
|
width: 2rem; |
|
|
|
|
height: 2rem; |
|
|
|
|
align-self: center; |
|
|
|
|
margin-top: 1rem; |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|
<link rel="stylesheet" type="text/css" href="./index.css" title="ltr"> |
|
|
|
|
<link rel="stylesheet" type="text/css" href="./index-rtl.css" title="rtl" disabled> |
|
|
|
|