fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
2022
/
styles
/
layout
/
_footer.scss
1
.l-footer {
2
color: #FFFFFF;
3
background: #083F4D;
4
margin: 0 auto;
5
padding-top: 27px;
6
padding-bottom: 38px;
7
}
8
9
.l-footer__row {
10
display: flex;
11
align-items: center;
12
justify-content: space-between;
13
14
&:nth-child(1) {
15
padding-bottom: 25px;
16
border-bottom: 1px solid #007880;
17
}
18
19
&:nth-child(2) {
20
margin-top: 25px;
21
22
div {
23
&:nth-child(1) {
24
max-width: 315px;
25
min-width: 270px;
26
padding-right: 53px;
27
border-right: 1px solid #007880;
28
}
29
&:nth-child(3) {
30
max-width: 483px;
31
}
32
33
a {
34
color: #85C7CC;
35
&:hover {
36
color: #85C7CC;
37
text-decoration: underline;
38
}
39
}
40
}
41
}
42
43
ul {
44
margin: 0;
45
padding: 0;
46
list-style: none;
47
li {
48
font-weight: normal;
49
font-size: 21px;
50
line-height: 150%;
51
}
52
53
&:nth-of-type(1) {
54
margin-left: 90px;
55
margin-right: auto;
56
}
57
58
&:nth-of-type(2) {
59
margin-left: 10px;
60
margin-right: auto;
61
}
62
63
&.teal {
64
color: #85C7CC;
65
a {
66
color: white;
67
&:hover {
68
text-decoration: underline;
69
}
70
}
71
}
72
}
73
}