App Store price add prefix and suffix

This commit is contained in:
cuneytsenturk
2018-12-22 18:04:16 +03:00
parent 4eb8ba2f50
commit 7f2ee295c8
4 changed files with 13 additions and 1 deletions

8
public/css/app.css vendored
View File

@ -927,3 +927,11 @@ input[type="number"] {
background: #6da252;
cursor: pointer;
}
.box-body .app-price-suffix {
font-size: 50%;
}
.box-footer .app-price-suffix {
font-size: 70%;
}