Skip to content

Commit

Permalink
Merge branch '3.0' of github.com:plenta/contao-jobs-basic-bundle into…
Browse files Browse the repository at this point in the history
… 3.0
  • Loading branch information
veronikaplenta committed Oct 1, 2024
2 parents aafe155 + b78ca2c commit b50941e
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
Empty file removed public/backend.css
Empty file.
31 changes: 31 additions & 0 deletions public/dashboard.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
.plenta-wrapper {
display: flex;
flex-wrap: wrap;
}

.plenta-box {
flex: 50%;
}

.plenta-box a {
text-decoration: underline;
}

.plenta-box a:hover {
text-decoration: underline;
}

.plenta-box.last {
text-align: right;
}

#plentaJobsInfoPanel {
padding: 15px;
border-bottom: 1px solid #e6e6e8;
}

html[data-color-scheme="dark"] {
.plenta-box a:hover {
color: #fff;
}
}

0 comments on commit b50941e

Please sign in to comment.