Skip to content

Commit

Permalink
Merge pull request #934 from /issues/917-fix-css-react-16
Browse files Browse the repository at this point in the history
Fix #917: Fix CSS issue after migration to React 16
  • Loading branch information
romanstrobl authored Jan 11, 2021
2 parents d06c1bd + 52083e8 commit 3cec282
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ a:hover, a:active, a:focus {
right: 10px;
}

#operation .panel-body {
#operation .panel-default {
padding: 30px;
min-height: 400px;
}
Expand Down Expand Up @@ -244,11 +244,11 @@ a:hover, a:active, a:focus {

/* LOGIN */

#login .panel-body {
#login .panel-default {
padding: 30px;
}

#login .panel-body .title {
#login .panel-default .title {
color: #7FC000;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ a:hover, a:active, a:focus {
color: #439fe6;
}

#login .panel-body .title {
#login .panel-default .title {
color: gray;
}

Expand Down

0 comments on commit 3cec282

Please sign in to comment.