Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
devton committed Oct 17, 2019
2 parents 2ff64f8 + 6b26e2e commit 3b93338
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/catarse.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/catarse.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions legacy/src/c/dashboard-reward-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -405,12 +405,12 @@ const dashboardRewardCard = {
// END REWARD DESCRIPTION
),
m('.w-row', [
m('._w-sub-col.w-col.w-col-4',
m('.w-sub-col.w-col.w-col-4',
m('button.btn.btn-small.w-button', {
onclick: state.saveReward
}, 'Salvar')
),
m('._w-sub-col.w-col.w-col-4',
m('.w-sub-col.w-col.w-col-4',
m('button.btn.btn-small.btn-terciary.w-button', {
onclick: () => {
descriptionEdit(false);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const projectReportInfringesIntellectualProperty = {
assertError(state.fullNameError(), 'Informe seu nome completo'),
m('.w-row',
[
m('._w-sub-col.w-col.w-col-6',
m('.w-sub-col.w-col.w-col-6',
[
m('.fontsize-smaller.fontweight-semibold',
'CPF'
Expand All @@ -164,7 +164,7 @@ const projectReportInfringesIntellectualProperty = {
),
m('.w-row',
[
m('._w-sub-col.w-col.w-col-6',
m('.w-sub-col.w-col.w-col-6',
[
m('.fontsize-smaller.fontweight-semibold',
'Nome da empresa (caso aplicável)'
Expand All @@ -188,7 +188,7 @@ const projectReportInfringesIntellectualProperty = {
),
m('.w-row',
[
m('._w-sub-col.w-col.w-col-6',
m('.w-sub-col.w-col.w-col-6',
[
m('.fontsize-smaller.fontweight-semibold',
'Cargo (caso aplicável)'
Expand Down
2 changes: 1 addition & 1 deletion legacy/src/root/project-edit-welcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const projectEditWelcome = {
}),
m('.u-marginbottom-20.w-row', [
m('.w-col.w-col-3'),
m('._w-sub-col.w-col.w-col-6',
m('.w-sub-col.w-col.w-col-6',
m('a.btn.btn-large', {
onclick: state.updateRewards
},
Expand Down

0 comments on commit 3b93338

Please sign in to comment.