|
|
@ -41,18 +41,19 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
&__accounts-list { |
|
|
|
&__accounts-list { |
|
|
|
|
|
|
|
flex: 1 1 0; |
|
|
|
width: 92%; |
|
|
|
width: 92%; |
|
|
|
border: 1px solid #D0D5DA; |
|
|
|
border: 1px solid #D0D5DA; |
|
|
|
box-sizing: border-box; |
|
|
|
box-sizing: border-box; |
|
|
|
border-radius: 8px; |
|
|
|
border-radius: 8px; |
|
|
|
margin-top: 8px; |
|
|
|
margin-top: 8px; |
|
|
|
max-height: 238px; |
|
|
|
|
|
|
|
overflow-y: auto; |
|
|
|
overflow-y: auto; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
&__accounts-list-header--one-item, |
|
|
|
&__accounts-list-header--one-item, |
|
|
|
&__accounts-list-header--two-items { |
|
|
|
&__accounts-list-header--two-items { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
|
|
|
|
flex: 0; |
|
|
|
margin-top: 36px; |
|
|
|
margin-top: 36px; |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
padding-left: 15px; |
|
|
|
padding-left: 15px; |
|
|
@ -146,7 +147,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
&__footer-container { |
|
|
|
&__footer-container { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
flex: 1 1 auto; |
|
|
|
flex: 0; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
flex-direction: column; |
|
|
|
justify-content: flex-end; |
|
|
|
justify-content: flex-end; |
|
|
|