Skip to content

Commit

Permalink
chore: More styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkwr committed Oct 16, 2024
1 parent 499c7dc commit a636bff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<field id="title" translate="label" type="text" sortOrder="20" showInDefault="1" showInWebsite="1"
showInStore="1">
<label>Title</label>
<comment>Descriptive title which gives the buyer a better understanding of this payment method e.g. Business invoice 30 days</comment>
<comment>Descriptive title which gives the buyer a better understanding of this payment method e.g. Business invoice - 30 days</comment>
<validate>required-entry</validate>
<depends>
<field id="active">1</field>
Expand Down
2 changes: 1 addition & 1 deletion etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<two_payment>
<active>1</active>
<version>1.5.1</version>
<title>Business invoice in 30 days</title>
<title>Business invoice - 30 days</title>
<mode>sandbox</mode>
<invoice_type>FUNDED_INVOICE</invoice_type>
<days_on_invoice>14</days_on_invoice>
Expand Down
3 changes: 1 addition & 2 deletions view/frontend/web/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
align-items: center;
/* Keeps the text and the tooltip icon inline */
gap: 5px;
font-weight: 600;
/* Optional: space between the title text and the icon */
}

Expand All @@ -76,7 +75,7 @@

.two-tooltip-text {
visibility: hidden;
width: 315px;
width: 150px;
height: auto;
background-color: rgb(34, 34, 34);
color: #fff !important;
Expand Down

0 comments on commit a636bff

Please sign in to comment.