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.
35 lines
505 B
35 lines
505 B
4 years ago
|
.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;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|