// @page Pattern Library/Components // @name Calculator // // @description // The calculator tends to sit in the table toolbar component and is used to refine results from comparison tables, and give estimated info about products based on the input. // // @markup //
//

How much would you like to transfer?

//
//
£
// //
// //
//
//
//
//
// Note that this is illustrative and this figure does not reflect the credit limit you will be offered. //
//
//
//
.us-calculator { position: relative; display: block; width: 100%; &__input { display: inline-table; margin-right: 10px; } &__btn { display: block; margin: .5em; width: auto; } }