fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
layout stuff
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
2022
/
styles
/
layout
/
_books.scss
diff --git
a/src/wolnelektury/static/2022/styles/layout/_books.scss
b/src/wolnelektury/static/2022/styles/layout/_books.scss
index
70a6e31
..
cdffc64
100644
(file)
--- a/
src/wolnelektury/static/2022/styles/layout/_books.scss
+++ b/
src/wolnelektury/static/2022/styles/layout/_books.scss
@@
-27,11
+27,17
@@
border-radius: 9px;
padding: 21px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0);
border-radius: 9px;
padding: 21px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0);
-
transition: all $ease-dynamic 350ms;
transition: all $ease-dynamic 350ms;
+ outline: 0;
+ margin: 5px;
+
+ &.l-books__item--placeholder {
+ opacity: 0;
+ visibility: hidden;
+ }
- &
:not(:last-child)
{
-
margin-right: 17px
;
+ &
*
{
+
outline: 0
;
}
&:hover {
}
&:hover {
@@
-70,8
+76,10
@@
}
a {
}
a {
+ color: currentColor;
&:hover {
&:hover {
- text-decoration: underline;
+ text-decoration: underline;
+ color: $color-primary;
}
}
}
}
@@
-89,6
+97,9
@@
color: #808080;
margin: 0;
}
color: #808080;
margin: 0;
}
+ .other-info {
+ display: none;
+ }
}
.l-books__item__img {
}
.l-books__item__img {
@@
-96,7
+107,7
@@
margin: 0 0 11px;
img {
margin: 0 0 11px;
img {
-
max-width: 170px
;
+
width: 100%
;
}
}
}
}
@@
-271,4
+282,4
@@
line-height: 150%;
color: #007880;
}
line-height: 150%;
color: #007880;
}
-}
\ No newline at end of file
+}