Skip to content

Commit

Permalink
Merge pull request #474 from itpp-labs/16.0-sync-css-for-images
Browse files Browse the repository at this point in the history
  • Loading branch information
itpp-bot authored May 10, 2024
2 parents 4d0644f + 0d9fcb6 commit 0c7f129
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions sync/static/src/scss/src.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,17 @@
.html_field_container img {
max-width: 100%;
}
.html_field_container kbd {
padding: 0;
border-radius: 6px;
border: 1px solid #aaa;
display: inline-block;
box-shadow: 2px 2px 10px rgba(69, 42, 42, 0.8);
transition-duration: 300ms;
}
.html_field_container kbd:hover {
box-shadow: 2px 2px 5px rgba(69, 42, 42, 0.2);
}
.html_field_container kbd img {
border-radius: 6px;
}

0 comments on commit 0c7f129

Please sign in to comment.