-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
98 lines (86 loc) · 1.36 KB
/
style.css
File metadata and controls
98 lines (86 loc) · 1.36 KB
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
88
89
90
91
92
93
94
95
96
97
98
#body {
width: 100%;
display: flex;
justify-content: center;
flex-direction: column;
}
.body-login-container {
background-color: #f4f4f4;
max-width: 600px;
width: 100%;
height: 100%;
}
.body-login-content {
height: 100%;
}
#bodyglobal{
display: flex;
justify-content: center;
height: 100%;
}
.bodycontent{
max-width: 600px;
width: 100%;
background-color: #F4F4F4;
}
.center-content{
background-color: #FAFBFA;
height: 90vh;
}
.components-width{
width: 300px;
}
html, body {
overflow-x: hidden;
overflow-y: hidden;
height: 100%;
}
.divider{
width: 86px;
height: 1px;
background-color: #D4D4D4;
}
.svg{
width: 24px;
height: 24px;
}
header{
background-color: #F4F4F4;
border-bottom: 1px solid #D4D4D4;
width: 100%;
padding: 0px 16px;
position: relative;
}
.widthtotal{
width: 100%;
}
.menu{
position: absolute;
left: 0;
margin: 0 16px 0;
}
.btn-menu {
width: 80px;
height: 80px;
align-items: center;
}
.btn-container{
max-height: 700px;
margin-top: 10%;
}
.btn-content{
margin: 0 5px;
font-size: 14px;
width: 90px;
text-align: center;
}
.btn-menu svg{
width: 54px;
height: 54px;
}
footer{
font-size: 12px;
display: flex;
justify-content: center;
align-items: center;
}