fix ui details
This commit is contained in:
parent
65eb43b5ec
commit
af904caa05
4 changed files with 10 additions and 9 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
|
||||
|
||||
<div class="content p20v" ng-controller="createController as create" ng-init="create.setTotalCopayers(1)">
|
||||
<div class="content p20b" ng-controller="createController as create" ng-init="create.setTotalCopayers(1)">
|
||||
|
||||
<div class="onGoingProcess" ng-show="create.loading && !create.hwWallet">
|
||||
<div class="onGoingProcess-content" ng-style="{'background-color':'#222'}">
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
ng-init="titleSection='Import wallet'; goBackToState = 'add'; noColor = true">
|
||||
</div>
|
||||
|
||||
<div class="content p20v" ng-controller="importController as import" ng-init="type='12'">
|
||||
<div class="content p20b" ng-controller="importController as import" ng-init="type='12'">
|
||||
<div class="onGoingProcess" ng-show="import.loading && !import.hwWallet">
|
||||
<div class="onGoingProcess-content" ng-style="{'background-color':'#222'}">
|
||||
<div class="spinner">
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
</section>
|
||||
</nav>
|
||||
|
||||
<div class="modal-content fix-modals-touch p20v">
|
||||
<div class="modal-content fix-modals-touch p20b">
|
||||
<div class="create-tab small-only-text-center">
|
||||
<div class="row">
|
||||
<div class="tab-container small-6 medium-3 large-2"
|
||||
|
|
|
|||
|
|
@ -121,6 +121,10 @@ _:-ms-fullscreen, :root .main {
|
|||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.backup .right-small a, .backup .left-small a {
|
||||
color: #7A8C9E;
|
||||
}
|
||||
|
||||
.tab-bar .icon-back {
|
||||
font-size: 2.5rem;
|
||||
position: absolute;
|
||||
|
|
@ -806,10 +810,12 @@ textarea:focus
|
|||
}
|
||||
|
||||
.create-tab {
|
||||
background-color: #fff;
|
||||
width: 100%;
|
||||
border-bottom: 1px solid #DEDFE1;
|
||||
margin-bottom: 25px;
|
||||
overflow: hidden;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.create-tab .tab-container {
|
||||
|
|
@ -821,16 +827,12 @@ textarea:focus
|
|||
.create-tab a {
|
||||
font-size: .7rem;
|
||||
padding: 0 .2rem .6rem .2rem;
|
||||
color: #929396;
|
||||
color: #7A8C9E;
|
||||
text-transform: uppercase;
|
||||
font-weight: 500;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.tab-container:hover a {
|
||||
color: #7A8C9E;
|
||||
}
|
||||
|
||||
.tab-container.selected,
|
||||
.tab-container:active {
|
||||
border-bottom: 3px solid #4B6178;
|
||||
|
|
@ -838,7 +840,6 @@ textarea:focus
|
|||
|
||||
.tab-container.selected a {
|
||||
color: #2C3E50;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
/* removes 300ms in IE */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue