mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-12 11:07:15 +00:00
* Align footer to bottom * Fix request payment offset padding * Update request payment padding * Add new Input and Dropdown components * Fix offset margins in equiv vals * Update all send tx inputs & dropdowns * Update generate wallet dropdowns * Update inputs & dropdowns for contracts tab * Add inputs & dropdowns for all but swap tab * amend * Fix imports * inputs are invalid when not disabled or readonly * Fix offset refresh button * Add togglable password back to wallet generation * Update swap inputs, textareas, and dropdowns * Update any outstanding inputs * Make UnitDropDown searchable * unitdropdown searchanble if options > 10 * Fix css issues * Reset before setting currentTo
20 lines
289 B
SCSS
20 lines
289 B
SCSS
@import 'common/sass/variables';
|
|
|
|
.RequestPayment {
|
|
&-title {
|
|
display: block;
|
|
margin: 0.5rem 1rem;
|
|
margin-bottom: 0.25rem;
|
|
}
|
|
&-qr {
|
|
position: relative;
|
|
background: #fff;
|
|
cursor: pointer;
|
|
}
|
|
|
|
&-codeBox {
|
|
min-height: 180px;
|
|
overflow-x: hidden;
|
|
}
|
|
}
|