fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge remote-tracking branch 'zawadzki/new-design'
[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
11
.l-aside__info {
12
& + .l-aside__zbiory {
13
margin-top: 15px;
14
}
15
}
16
}
17
18
.l-aside__info {
19
padding: 0;
20
margin: 0;
21
list-style: none;
22
font-size: 15px;
23
24
li {
25
line-height: 26px;
26
27
span {
28
color: #007880;
29
}
30
31
a {
32
&:hover {
33
text-decoration: underline;
34
}
35
}
36
}
37
}
38
39
.l-aside__zbiory {
40
padding: 0;
41
margin: 0;
42
list-style: none;
43
font-size: 15px;
44
45
& > li {
46
& > a {
47
color: #007880;
48
}
49
50
ul {
51
margin-left: 9px;
52
list-style: none;
53
border-left: 1px solid #D9D9D9;
54
padding: 0 0 0 15px;
55
56
li {
57
line-height: 35px;
58
}
59
}
60
}
61
62
li {
63
line-height: 26px;
64
65
span {
66
color: #007880;
67
}
68
69
a {
70
&:hover {
71
text-decoration: underline;
72
}
73
}
74
}
75
}