mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 11:28:51 +01:00
revert indenting change
This commit is contained in:
parent
5e049aabff
commit
a1c964a6b8
@ -5,24 +5,24 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>MetaMask Notification</title>
|
<title>MetaMask Notification</title>
|
||||||
<style>
|
<style>
|
||||||
#app-content {
|
#app-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
#loading__logo {
|
#loading__logo {
|
||||||
width: 10rem;
|
width: 10rem;
|
||||||
height: 10rem;
|
height: 10rem;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
margin: 10rem 0 0 0;
|
margin: 10rem 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#loading__spinner {
|
#loading__spinner {
|
||||||
width: 2rem;
|
width: 2rem;
|
||||||
height: 2rem;
|
height: 2rem;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<link rel="stylesheet" type="text/css" href="./index.css" title="ltr">
|
<link rel="stylesheet" type="text/css" href="./index.css" title="ltr">
|
||||||
<link rel="stylesheet" type="text/css" href="./index-rtl.css" title="rtl" disabled>
|
<link rel="stylesheet" type="text/css" href="./index-rtl.css" title="rtl" disabled>
|
||||||
|
Loading…
Reference in New Issue
Block a user