File tree Expand file tree Collapse file tree 6 files changed +26
-22
lines changed
packages/manager/modules/pci/src/projects/new Expand file tree Collapse file tree 6 files changed +26
-22
lines changed Original file line number Diff line number Diff line change @@ -65,9 +65,10 @@ <h1 data-translate="pci_projects_new_title">
6565 </ a >
6666 </ div >
6767
68- < p data-ng-if ="$ctrl.isCreditAsteriskVisible() ">
69- < small data-translate ="pci_projects_new_create_credit_asterisk "> </ small >
70- </ p >
68+ < small data-translate ="pci_projects_new_create_credit_asterisk "
69+ data-ng-if ="$ctrl.isCreditAsteriskVisible() "
70+ class ="d-block mb-3 ">
71+ </ small >
7172 </ div >
7273 </ div >
7374 </ div >
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ pci-project-new { /* stylelint-disable-line */
44 .pci-projects-new {
55 background-color : rgb (241 , 249 , 253 );
66
7+ small {
8+ line-height : 16px ;
9+ }
10+
711 .bg-white {
812 background-color : #fff ;
913 }
Original file line number Diff line number Diff line change 1616 data-on-selected-payment-type-change ="$ctrl.onPaymentTypeChange.bind($ctrl) ">
1717 </ ovh-payment-method-available-types >
1818
19- < p class =" font-italic "
20- data-ng-switch ="$ctrl.selectedPaymentType.paymentType.value "
21- data-ng-if =" $ctrl.selectedPaymentType " >
22- < small data-translate =" {{ 'pci_projects_new_payment_add_' + $ctrl.selectedPaymentType.paymentType.value.toLowerCase() + '_selected' }} " > </ small >
23- </ p >
19+ < small data-ng-switch =" $ctrl.selectedPaymentType.paymentType.value "
20+ data-ng-if ="$ctrl.selectedPaymentType "
21+ data-translate =" {{ 'pci_projects_new_payment_add_' + $ctrl.selectedPaymentType.paymentType.value.toLowerCase() + '_selected' }} "
22+ class =" d-block mb-3 " >
23+ </ small >
2424
2525 < oui-message
2626 data-type ="info "
Original file line number Diff line number Diff line change 77 </ span >
88 </ oui-message >
99
10- < p >
11- < small data-translate ="pci_projects_new_payment_credit_info_explain "
12- data-translate-values ="{ href: $ctrl.paymentMethodUrl } ">
13- </ small >
14- </ p >
10+ < small data-translate ="pci_projects_new_payment_credit_info_explain "
11+ data-translate-values ="{ href: $ctrl.paymentMethodUrl } "
12+ class ="d-block mb-3 ">
13+ </ small >
1514</ div >
Original file line number Diff line number Diff line change 4343 </ div >
4444 </ div >
4545
46- < p class ="mb-0 font-italic " >
47- < small data-translate ="pci_projects_new_credits_condition1 "> </ small >
48- </ p >
49- < p class ="font-italic " >
50- < small data-translate ="pci_projects_new_credits_condition2 "> </ small >
51- </ p >
46+ < small class ="d-block "
47+ data-translate ="pci_projects_new_credits_condition1 ">
48+ </ small >
49+ < small class ="d-block mb-3 "
50+ data-translate ="pci_projects_new_credits_condition2 ">
51+ </ small >
5252
5353</ form >
Original file line number Diff line number Diff line change 115115 </ strong >
116116 </ div >
117117 </ div >
118- < p >
119- < small data-translate ="pci_project_new_payment_valid_voucher_explain "> </ small >
120- </ p >
118+ < small class =" d-block mb-3 "
119+ data-translate ="pci_project_new_payment_valid_voucher_explain ">
120+ </ small >
121121 </ div >
122122 </ div >
123123 </ div >
You can’t perform that action at this time.
0 commit comments