Skip to content

Commit

Permalink
Css per showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrycz committed Dec 4, 2019
1 parent a8abf59 commit 0d73d7a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/webapp/content/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,16 @@ select.ng-touched.ng-invalid {
background-size: contain;
}

.showcase-banner {
background: url("../images/showcase-flows-banner.png") center no-repeat;
background-size: contain;
}

.none-banner {
background: url("../images/none-flows-banner.png") center no-repeat;
background-size: contain;
}

/* CSS per editor ACE */
.ace_editor {
height: 200px;
Expand Down

0 comments on commit 0d73d7a

Please sign in to comment.