Skip to content

Commit

Permalink
Merge pull request #6607 from mdrillin/ENTESB-11608
Browse files Browse the repository at this point in the history
  • Loading branch information
pure-bot[bot] committed Sep 17, 2019
2 parents dbed355 + 9f52673 commit cc484e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
background-color: #ededed;
}

.view-create-layout-card-footer {
.pf-c-card__footer.view-create-layout-card-footer {
background-color: #ededed;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #d1d1d1;
padding-top: 20px;
padding-bottom: 10px;
padding-left: 20px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
background-color: #ededed;
}

.views-import-layout-card-footer {
.pf-c-card__footer.views-import-layout-card-footer {
background-color: #ededed;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #d1d1d1;
padding-top: 20px;
padding-bottom: 10px;
padding-left: 20px;
}

0 comments on commit cc484e1

Please sign in to comment.