Skip to content

Commit

Permalink
Merge pull request #246 from crberube/fix-header-specificity
Browse files Browse the repository at this point in the history
ensure header color css applies only within el-card__header
  • Loading branch information
zhouzhuojie authored Apr 9, 2019
2 parents 3d1c5e3 + 8c2430f commit 6ab20d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions browser/flagr-ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@ ul {
.el-card {
.el-card__header {
background-color: #74E5E0;
h2 {
margin: -0.2em;
color: white;
}
}
margin-bottom: 1em;
h2 {
margin: -0.2em;
color: white;
}
}
.jsoneditor{
Expand Down

0 comments on commit 6ab20d5

Please sign in to comment.