-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
87 lines (71 loc) · 1.13 KB
/
style.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
*{
margin: 0;
padding: 0;
font-family: YS text, Arial, Helvetica, sans-serif;
}
.background{
background-color: #f1f2f3;
}
.frame{
margin: 1.1% 12%;
}
.header{
display: flex;
align-items: center;
justify-content: space-between;
}
.header-menu{
display: flex;
align-items: center;
}
.header-img {
width: 183px;
height: 27px;
}
.header-burger{
width: 24px;
height: 24px;
}
.header-user{
border-radius: 50%;
}
/* all panels */
.panels-container{
margin: 3.8% 0%;
display: flex;
}
.main-panels{
margin: 0 2%;
}
/* left panels */
.l-pan{
width: 160px;
height: 103px;
background-color: #fff;
display: flex;
border-radius: 16px;
margin-bottom: 6%;
text-decoration: none;
color: black;
font-weight: 600;
font-size: 16px;
line-height: 17px;
}
.l-pan-margin{
padding: 7.4% 8%;
display: flex;
}
.r-arrow{
width: 13px;
height: 13px;
padding: 0px 40px;
}
/* right panels */
.m-pan{
width: 1033px;
height: 477px;
background-color: #fff;
border-radius: 24px;
text-decoration: none;
margin-bottom: 2%;
}