-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
63 lines (52 loc) · 925 Bytes
/
index.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
nav{
background: linear-gradient(90deg, #672280 0%, #A626D3 100%);
display: flex;
flex-wrap: wrap;
}
.nav--icon{
width: 60px;
margin: 19px 20px;
/* height: 26.218px;
flex-shrink: 0; */
}
.nav--text{
margin-left: auto;
align-self: center;
margin-right: 37px;
color: #FFF;
text-align: right;
font-family: Inter;
font-size: 20px;
font-weight: 500;
}
.nav--header{
color: #FFF;
font-family: Karla;
font-size: 20.748px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: .5px;
align-self: center;
}
* {
box-sizing: border-box;
}
.form{
padding: 10px;
}
.sidebar {
width: 20%;
height: 100vh;
}
.sidebar--note {
/* display: flex; */
}
.sidebar--header {
display: flex;
justify-content: space-around;
align-items: center;
}
.sidebar--header > h3 {
font-size: 1.75rem;
}