mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
pulled total price down a little
This commit is contained in:
parent
0efb1bba5b
commit
1a4825a47b
2 changed files with 4 additions and 2 deletions
|
@ -38,8 +38,7 @@ block content
|
|||
a(
|
||||
ng-click="changeCurrency(currency)",
|
||||
) {{currency}} ({{value['symbol']}})
|
||||
div .
|
||||
h2.pull-right {{price}}
|
||||
h2.pull-right.totalPrice {{price}}
|
||||
hr
|
||||
.row
|
||||
.col-md-offset-1.col-md-10
|
||||
|
|
|
@ -100,6 +100,9 @@ input.paymentTypeOption.ng-valid {
|
|||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.totalPrice {
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue