fix calculator ui - resume send view ui

This commit is contained in:
Javier 2016-08-12 16:55:14 -03:00
commit a260fcf8b7
197 changed files with 67 additions and 205658 deletions

View file

@ -12,10 +12,6 @@
/* Conflicting styles that are customized as a compromise. These styles are a merge or compromise of foundation.css and ionic.css. */
.row {
}
.behind {
z-index: -1;
}
@ -88,30 +84,6 @@
font-size: 14px;
}
.button.button-light:hover {
background-color: #fff;
border: 1px solid #E9E9EC;
}
.button.button-light:active {
background-color: #ababab;
border: 1px solid #E9E9EC;
}
.button.button-stable:hover {
background-color: transparent;
border: 1px solid #E9E9EC;
}
.button.button-stable:active {
background-color: #ababab;
border: 1px solid #E9E9EC;
}
.button-amount {
text-transform: none;
}
button, .button {
min-width: inherit;
min-height: inherit;