Skip to content

Commit

Permalink
Merge pull request #1385 from javieraparisivaldes/errorValidationStyles
Browse files Browse the repository at this point in the history
fix error messages styles
  • Loading branch information
sibille committed Mar 17, 2020
2 parents bd2ca72 + 58a2ffb commit 24ef5ff
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
align-items: center;
padding: 0px 10px;
font-size: 90%;
opacity: 50%;
opacity: 0.5;
box-sizing: border-box;
position: absolute;
width: calc(100 - 8px);
Expand Down
2 changes: 1 addition & 1 deletion src/client/src/components/OutputPath/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
justify-content: space-between;
align-items: center;
padding: 0px 10px;
opacity: 50%;
opacity: 0.5;
min-height: 38px;
overflow: auto;
box-sizing: border-box;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ input::placeholder {
align-items: center;
padding: 0px 10px;
font-size: 90%;
opacity: 50%;
opacity: 0.5;
box-sizing: border-box;
position: absolute;
width: 100%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ input::placeholder {
align-items: center;
padding: 0px 10px;
font-size: 90%;
opacity: 50%;
opacity: 0.5;
box-sizing: border-box;
position: absolute;
width: 100%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
justify-content: space-between;
align-items: center;
padding: 0px 10px;
opacity: 50%;
opacity: 0.5;
min-height: 38px;
}

Expand Down

0 comments on commit 24ef5ff

Please sign in to comment.