-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu_Esq.css
69 lines (45 loc) · 1.1 KB
/
menu_Esq.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
63
64
65
66
67
68
69
/*************************************************************/
/**********************Menu Esquerdo***************************/
/*************************************************************/
.menu__esquerdo{
display: flex;
flex-direction: column;
justify-content: flex-start;
margin-right: 22px;
}
.menu__esquerdo a {
text-decoration: none;
}
.icone{
transform:translate(70%,100%);
}
.menu__esquerdo p{
font-family: Inter;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
white-space: nowrap;
}
.quadrado{
width: 48px;
height: 48px;
border-radius: 16px;
}
.principal__codigo{
display: flex;
align-items: center;
}
.principal__codigo-img{
background-color: #6BD1FF;
margin-right: 15px;
}
.principal__comunidade{
display: flex;
align-items: center;
}
.principal__comunidade-img{
background-color: rgba(80, 129, 251, 0.16);
margin-right: 15px;
opacity: 0.6;
}