// @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 //
.us-calculator { position: relative; display: block; width: 100%; &__input { display: inline-table; margin-right: 10px; } &__btn { display: block; margin: .5em; width: auto; } }