Skip to content

Commit

Permalink
fix: decimal and thousand separator issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbir1991 committed Jul 14, 2020
1 parent dd68340 commit 0840842
Show file tree
Hide file tree
Showing 31 changed files with 1,997 additions and 569 deletions.
24 changes: 24 additions & 0 deletions assets/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,30 @@
padding-right: 10px;
background: #fff;
}
.wc_error_tip {
max-width: 20em;
line-height: 1.8em;
position: absolute;
white-space: normal;
background: #d82223;
margin: 1.2em 1px 0 -1em;
z-index: 9999999;
color: #fff;
font-size: 12px;
padding: 8px;
}
.wc_error_tip:after {
content: "";
display: block;
border: 8px solid #d82223;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
position: absolute;
top: -3px;
left: 50%;
margin: -1em 0 0 -3px;
}
.dokan-settings-radio-image {
display: block;
width: 50%;
Expand Down
24 changes: 24 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1426,6 +1426,30 @@ table.my_account_orders tbody tr td.order-actions a.button {
.dokan-dashboard-content ul.dokan_tabs li.active {
border-bottom: 1px solid #fff !important;
}
.wc_error_tip {
max-width: 20em;
line-height: 1.8em;
position: absolute;
white-space: normal;
background: #d82223;
margin: 2em 1px 0 -1em;
z-index: 9999999;
color: #fff;
font-size: 12px;
padding: 8px;
}
.wc_error_tip:after {
content: "";
display: block;
border: 8px solid #d82223;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
position: absolute;
top: -3px;
left: 50%;
margin: -1em 0 0 -3px;
}
.dokan-label {
display: inline;
padding: 0.2em 0.6em 0.3em;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/vue-bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0840842

Please sign in to comment.