fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fixes in new layout.
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
2022
/
styles
/
layout
/
_aside.scss
1
.l-aside {
2
color: $color-gray;
3
max-width: 240px;
4
width: 100%;
5
6
figure {
7
font-size: 0;
8
margin: 7px 0 100px;
9
10
a {
11
display: block;
12
}
13
}
14
15
.l-aside__info {
16
& + .l-aside__zbiory {
17
margin-top: 15px;
18
}
19
}
20
}
21
22
.l-aside__info {
23
padding: 0;
24
margin: 0;
25
list-style: none;
26
font-size: 15px;
27
28
li {
29
line-height: 26px;
30
31
span {
32
color: #007880;
33
}
34
35
a {
36
&:hover {
37
text-decoration: underline;
38
}
39
}
40
}
41
}
42
43
.l-aside__zbiory {
44
padding: 0;
45
margin: 0;
46
list-style: none;
47
font-size: 15px;
48
49
& > li {
50
& > a {
51
color: #007880;
52
}
53
54
ul {
55
margin-left: 9px;
56
list-style: none;
57
border-left: 1px solid #D9D9D9;
58
padding: 0 0 0 15px;
59
60
li {
61
line-height: 35px;
62
}
63
}
64
}
65
66
li {
67
line-height: 26px;
68
69
span {
70
color: #007880;
71
}
72
73
a {
74
&:hover {
75
text-decoration: underline;
76
}
77
}
78
}
79
}