Skip to content

Commit

Permalink
Books: fix preview border
Browse files Browse the repository at this point in the history
  • Loading branch information
falkodev committed Dec 16, 2024
1 parent dbfda20 commit 84903db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/modules/book-page/ui/src/preview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -371,12 +371,12 @@
&--second {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border: 1px solid black;

@media (min-width: map-get($breakpoints, 'md')) {
&:hover {
background-color: white;
color: black;
border: 1px solid black;
width: 170px;
}
}
Expand All @@ -385,12 +385,12 @@
&--third {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border: 1px solid black;

@media (min-width: map-get($breakpoints, 'md')) {
&:hover {
background-color: white;
color: black;
border: 1px solid black;
width: 170px;
}
}
Expand Down
6 changes: 6 additions & 0 deletions server/modules/donate-widget/ui/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,12 @@
outline: none;
border: 2px solid black;
}

&:hover {
background-color: black;
color: white;
transition: all 0.3s;
}
}

::placeholder {
Expand Down

0 comments on commit 84903db

Please sign in to comment.