-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
94 lines (79 loc) · 1.37 KB
/
Copy pathstyle.css
File metadata and controls
94 lines (79 loc) · 1.37 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
body{
position: absolute;
width: 100%;
height: 800px;
background: #E5E5E5;
}
*{
font-family: sans-serif;
box-sizing: border-box;
}
.log{
position: relative;
width: 390px;
height: 500px;
left: 0px;
top: 0px;
background: #FFFFFF;
}
.loginn
{
position: relative;
width: 350px;
height: 81px;
left: 65px;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 48px;
line-height: 56px;
color: #050505;
}
.B{
position: relative;
width: 352px;
height: 51px;
right: 0px;
top: 0px;
background: #E4E1E1;
opacity: 0.5;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 15px;
}
.C
{
position: relative;
width: 352px;
height: 51px;
right: 0px;
top: 0px;
background: #E4E1E1;
opacity: 0.5;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 15px;
}
.A{
position: relative;
width: 352px;
height: 51px;
right: 0px;
top: 0px;
background: #00993D;
opacity: 0.5;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 15px;
}
.Sig{
position: relative;
width: 48px;
height: 16px;
left: 269px;
top: 579px;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 16px;
text-transform: capitalize;
color: #00993D;
}