fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix for heads.
[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
..
e14adbf
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%
;
}
}
}
}
@@
-128,16
+139,25
@@
.l-books__header {
width: 100%;
display: flex;
.l-books__header {
width: 100%;
display: flex;
+ gap: 16px;
+ flex-direction: column;
margin-top: 34px;
align-items: center;
justify-content: space-between;
margin-top: 34px;
align-items: center;
justify-content: space-between;
+ align-items: stretch;
+
+ @include rwd($break-flow) {
+ flex-direction: row;
+ }
}
.l-books__input {
position: relative;
display: flex;
align-content: center;
}
.l-books__input {
position: relative;
display: flex;
align-content: center;
- width: 560px;
+ @include rwd($break-flow) {
+ width: 560px;
+ }
.icon {
@include font-size(22px);
.icon {
@include font-size(22px);
@@
-161,10
+181,13
@@
border-radius: 52px;
border: 1px solid #D9D9D9;
width: 100%;
border-radius: 52px;
border: 1px solid #D9D9D9;
width: 100%;
- max-width: 580px;
outline: 0;
transition: border $ease-out 350ms;
outline: 0;
transition: border $ease-out 350ms;
+ @input rwd($break-flow) {
+ max-width: 580px;
+ }
+
&:focus {
border-color: #007880;
}
&:focus {
border-color: #007880;
}
@@
-174,6
+197,8
@@
.l-books__sorting {
display: flex;
align-content: center;
.l-books__sorting {
display: flex;
align-content: center;
+ align-items: center;
+ justify-content: center;
span {
font-weight: $bold;
span {
font-weight: $bold;
@@
-185,8
+210,21
@@
div {
display: flex;
align-content: center;
div {
display: flex;
align-content: center;
+ flex-direction: column;
+ @include rwd($break-flow) {
+ flex-direction: row;
+ }
+
+ select {
+ margin-left: 30px;
+ @include rwd($break-flow) {
+ display: none;
+ }
+ }
+
button {
button {
+ display: none;
border: 0;
padding: 0;
margin: 0 0 0 30px;
border: 0;
padding: 0;
margin: 0 0 0 30px;
@@
-198,6
+236,10
@@
color: #808080;
cursor: pointer;
color: #808080;
cursor: pointer;
+ @include rwd($break-flow) {
+ display: block;
+ }
+
&.is-active {
color: #083F4D;
font-weight: $semibold;
&.is-active {
color: #083F4D;
font-weight: $semibold;
@@
-227,25
+269,36
@@
margin-top: 34px;
.l-books__item {
margin-top: 34px;
.l-books__item {
-
width: 705px
;
+
width: calc(100% - 10px)
;
border: 1px solid #D9D9D9;
margin-bottom: 17px;
display: flex;
border: 1px solid #D9D9D9;
margin-bottom: 17px;
display: flex;
+ position: relative;
+ @include rwd($break-flow) {
+ width: 705px;
+ }
.l-books__item__img {
.l-books__item__img {
- margin-bottom: 0;
+ margin-bottom: 0;
+ }
+
+ .l-books__item__actions {
+ margin-top: 16px;
+ @include rwd($break-flow) {
+ position: absolute;
+ top: 21px;
+ left: auto;
+ right: 11px;
+ }
}
}
}
.l-books__item__content {
}
}
}
.l-books__item__content {
- padding-left: 40px;
- position: relative;
-
- .l-books__item__actions {
- position: absolute;
- right: 0;
- }
+ padding-left: 16px;
+ @include rwd($break-flow) {
+ padding-left: 40px;
+ }
h2 {
font-weight: $semibold;
h2 {
font-weight: $semibold;
@@
-271,4
+324,9
@@
line-height: 150%;
color: #007880;
}
line-height: 150%;
color: #007880;
}
-}
\ No newline at end of file
+}
+
+
+.l-art__preview {
+ width: 100%;
+}