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
/
2021
/
css
/
layout
/
_aside.scss
1
.l-aside {
2
color: $color-gray;
3
max-width: 350px;
4
width: 100%;
5
6
h3 {
7
font-weight: $bold;
8
@include font-size(18px);
9
line-height: 21px;
10
letter-spacing: 0.01em;
11
margin-top: 0;
12
}
13
14
& > ul {
15
padding-left: 0;
16
}
17
18
ul {
19
list-style: none;
20
padding-left: 30px;
21
li {
22
a {
23
text-decoration: underline;
24
}
25
}
26
}
27
28
ul:not(.c-externals) {
29
font-weight: $bold;
30
@include font-size(24px);
31
line-height: 28px;
32
33
li {
34
margin: 8px 0;
35
a {}
36
}
37
}
38
39
.c-externals {
40
margin-top: 2rem;
41
border-top: 2px solid $color-light-gray;
42
padding-top: 0.5rem;
43
44
li {
45
a {}
46
}
47
}
48
}