Merge pull request #184 from JDonadio/ref/new-index

Send flow
This commit is contained in:
Matias Alejo Garcia 2016-08-15 10:10:43 -03:00 committed by GitHub
commit 3ea67582b1
6 changed files with 196 additions and 83 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 {
display: inherit;
}
.behind {
z-index: -1;
}
@ -92,30 +88,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;