mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-09 10:41:56 +00:00
9ef1920fe0
* 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
46 lines
517 B
SCSS
46 lines
517 B
SCSS
.SignMessage {
|
|
text-align: center;
|
|
padding-top: 30px;
|
|
|
|
&-label {
|
|
float: left;
|
|
}
|
|
|
|
&-reset {
|
|
display: block;
|
|
margin: auto;
|
|
margin-bottom: 0.25rem;
|
|
|
|
.fa {
|
|
margin-right: 8px;
|
|
}
|
|
}
|
|
|
|
&-sign {
|
|
width: 100%;
|
|
}
|
|
|
|
&-help {
|
|
font-size: 13px;
|
|
font-style: italic;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
&-inputBox {
|
|
min-height: 180px;
|
|
}
|
|
|
|
&-error {
|
|
opacity: 0;
|
|
transition: none;
|
|
|
|
&.is-showing {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
|
|
&-buy {
|
|
margin-top: 10px;
|
|
}
|
|
}
|