remove auto capitalize and correct some strings

This commit is contained in:
Gabriel Bazán 2017-06-30 14:15:53 -03:00
commit f8c836bcc4
9 changed files with 17 additions and 39 deletions

View file

@ -11,7 +11,7 @@
stroke: black;
fill: black;
}
.add-bottom-for-cta {
bottom: 92px;
}
@ -31,10 +31,6 @@
width: 35px;
}
span {
text-transform: capitalize;
}
.big-icon-svg {
margin-right: 0.6rem;
}
@ -80,7 +76,7 @@
color: $item-label-color;
margin-bottom: 8px;
}
.capitalized {
text-transform: capitalize;
}

View file

@ -28,10 +28,6 @@
height: 35px;
width: 35px;
}
span {
text-transform: capitalize;
}
}
.amount-label{
line-height: 30px;

View file

@ -28,10 +28,6 @@
height: 35px;
width: 35px;
}
span {
text-transform: capitalize;
}
}
.amount-label{
line-height: 30px;