minor UI tweaks
This commit is contained in:
parent
37bf4fe12e
commit
a68191de3a
@ -1021,11 +1021,8 @@ ol li::before {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (min-width: 64rem) {
|
@media screen and (min-width: 64rem) {
|
||||||
#main_card {
|
#pages_container {
|
||||||
margin: 2rem 12vw;
|
padding: 0 12vw;
|
||||||
width: calc(100% - 24vw);
|
|
||||||
height: calc(100% - 4rem);
|
|
||||||
border-radius: 0.5rem;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (any-hover: hover) {
|
@media (any-hover: hover) {
|
||||||
|
|||||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -946,11 +946,8 @@ ol {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (min-width: 64rem) {
|
@media screen and (min-width: 64rem) {
|
||||||
#main_card {
|
#pages_container {
|
||||||
margin: 2rem 12vw;
|
padding: 0 12vw;
|
||||||
width: calc(100% - 24vw);
|
|
||||||
height: calc(100% - 4rem);
|
|
||||||
border-radius: 0.5rem;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (any-hover: hover) {
|
@media (any-hover: hover) {
|
||||||
|
|||||||
@ -56,7 +56,7 @@
|
|||||||
<theme-toggle></theme-toggle>
|
<theme-toggle></theme-toggle>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<main id="pages_container">
|
<main id="pages_container" class="grid">
|
||||||
<div id="address_details" class="page hidden">
|
<div id="address_details" class="page hidden">
|
||||||
<section class="flex margin-bottom-1-5">
|
<section class="flex margin-bottom-1-5">
|
||||||
<button id="gen_new_addr_btn" class="button primary-action interact">
|
<button id="gen_new_addr_btn" class="button primary-action interact">
|
||||||
@ -127,7 +127,7 @@
|
|||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<div id="send" class="page hidden">
|
<div id="send" class="page hidden">
|
||||||
<sm-form id="send_tx" class="margin-bottom-1-5">
|
<sm-form id="send_tx">
|
||||||
<div class="margin-bottom-0-5">
|
<div class="margin-bottom-0-5">
|
||||||
<div class="flex align-center space-between margin-bottom-0-5">
|
<div class="flex align-center space-between margin-bottom-0-5">
|
||||||
<h3>Senders</h3>
|
<h3>Senders</h3>
|
||||||
@ -174,7 +174,7 @@
|
|||||||
<div class="currency-symbol flex" slot="icon"></div>
|
<div class="currency-symbol flex" slot="icon"></div>
|
||||||
</sm-input>
|
</sm-input>
|
||||||
</div>
|
</div>
|
||||||
<div class="multi-state-button">
|
<div class="multi-state-button margin-bottom-1-5">
|
||||||
<button id="send_transaction" type="submit" class="button button--primary cta w-100"
|
<button id="send_transaction" type="submit" class="button button--primary cta w-100"
|
||||||
disabled>Send</button>
|
disabled>Send</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user