Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 24, 2023
1 parent 060d991 commit de0833e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/sphinx_book_theme/assets/styles/abstracts/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* Copied here in csae we need to re-use.
*/
@mixin pst-box-shadow() {
box-shadow: 0 0.2rem 0.5rem var(--pst-color-shadow),
box-shadow:
0 0.2rem 0.5rem var(--pst-color-shadow),
0 0 0.0625rem var(--pst-color-shadow) !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
padding: 1rem;

// Draw open/close animation
transition: margin-left $animation-time ease 0s,
opacity $animation-time ease 0s, visibility $animation-time ease 0s;
transition:
margin-left $animation-time ease 0s,
opacity $animation-time ease 0s,
visibility $animation-time ease 0s;

@media (max-width: $breakpoint-md) {
// So that tooltips don't overlap
Expand Down

0 comments on commit de0833e

Please sign in to comment.