remove auto capitalize and correct some strings
This commit is contained in:
parent
3a49053345
commit
f8c836bcc4
9 changed files with 17 additions and 39 deletions
|
|
@ -24,7 +24,6 @@ click-to-accept {
|
|||
height: 100%;
|
||||
width: 100%;
|
||||
z-index: 4;
|
||||
text-transform: capitalize;
|
||||
-webkit-transform: translateY(2rem);
|
||||
transform: translateY(2rem);
|
||||
opacity: 0;
|
||||
|
|
|
|||
|
|
@ -95,7 +95,6 @@ slide-to-accept {
|
|||
width: 100%;
|
||||
font-size: 17px;
|
||||
letter-spacing: 0.02rem;
|
||||
text-transform: capitalize;
|
||||
-webkit-transform: translateY(2rem);
|
||||
transform: translateY(2rem);
|
||||
opacity: 0;
|
||||
|
|
|
|||
|
|
@ -32,10 +32,6 @@
|
|||
height: 35px;
|
||||
width: 35px;
|
||||
}
|
||||
|
||||
span {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
}
|
||||
.amount-label{
|
||||
line-height: 30px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue