remove functions from before enter event in send view

This commit is contained in:
Gabriel Bazán 2017-02-21 11:33:31 -05:00
commit f1a676a6ee
3 changed files with 181 additions and 134 deletions

View file

@ -58,6 +58,35 @@
color: #387ef5;
font-weight: bold;
}
.sendTip {
text-align: center;
& > .item-heading {
margin-top: 10px;
background: 0 none;
}
.item {
border-style: none;
}
& > .title {
font-size: 20px;
font-weight: bold;
color: $dark-gray;
margin: 20px 10px;
}
& > .subtitle {
font-size: 1rem;
line-height: 1.5em;
font-weight: 300;
color: $dark-gray;
margin: 20px 1em 2.5em;
}
.big-icon-svg{
.bg.green{
padding: 0 10px;
box-shadow: none;
}
}
}
.list {
.item {
color: #444;