A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
ciphermask/ui/pages/swaps/awaiting-signatures/index.scss

34 lines
505 B

.awaiting-signatures {
display: flex;
flex-flow: column;
align-items: center;
flex: 1;
width: 100%;
&__content {
flex-flow: column;
}
div {
text-align: center;
display: flex;
justify-content: center;
}
&__steps {
display: flex;
flex-direction: column;
align-items: flex-start;
margin: 16px auto 12px auto;
li {
margin-bottom: 4px;
display: flex;
align-items: center;
svg {
margin-right: 4px;
}
}
}
}