Fix and add input values in calc

This commit is contained in:
Henry Bravo 2017-05-25 16:16:18 -05:00
commit 22a876e134
3 changed files with 22 additions and 9 deletions

View file

@ -544,6 +544,7 @@ h6 {
font-size: 20px;
text-align: right;
}
.price-calc-section .text .section-heading::before{
content: "";
position: absolute;
@ -592,10 +593,15 @@ h6 {
justify-content: center;
align-items: center;
}
.price-calc-section .card .description span{
font-size: 20px;
margin-left: 4px;
}
.price-calc-section .card .description input{
font-size: 20px;
text-align: center;
}
.price-calc-section .card .description i{
color: #29427A;
cursor: pointer;