forked from sajanmadaan/Clone-Croma
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopsignup.css
More file actions
126 lines (94 loc) · 1.86 KB
/
popsignup.css
File metadata and controls
126 lines (94 loc) · 1.86 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
#signuppopcont2{
width: 100%;
background-color: rgb(0, 0, 0 , 0.3);
height: 100vh;
display: flex;
justify-content: center;
position: fixed;
top: 0;
pointer-events: none;
transition: 1s;
font-family: 'Nunito', sans-serif;
}
.signupoutdiv{
width: 650px;
height: 500px;
margin-top: 7%;
}
#signupbox{
width: 100%;
height: 500px;
background-color: white;
border-radius: 4px;
margin-top: 40px;
}
#signupcross{
width: 30px;
height: 30px;
border: 0;
float: right;
display: flex;
justify-content: center;
align-items: center;
background-color: transparent;
}
#signupcross div{
width: 25px;
height: 2px;
background-color: white;
}
#signupcross > div{
transform: rotate(45deg);
}
#signupcross div > div{
transform: rotate(90deg);
}
#signuptextcont{
/* border: 1px solid teal; */
height: 100%;
text-align: center;
margin-left: 80px;
padding-top: 40px;
width: 70%;
}
#signtextcont > h1{
margin-top: 30px;
font-family: 'PT Serif', serif;
font-weight: 4;
font-size: 25px;
}
.signmail{
width: 97%;
height: 40px;
font-size: 19px;
outline: none;
border: 0;
border-bottom: 1px solid black;
}
#signupotp{
line-height: 20px;
width: 230px;
background-color: #ffb900;
height: 40px;
border-radius: 20px;
font-size: 15px;
border: 0;
}
#signuptextcont > label{
font-size: 14px;
}
.signup{
line-height: 65px;
}
#login{
color: teal;
text-decoration: none;
border: 0;
background-color: white;
font-size: 15px;
}
.signuplf{
font-size: 18px;
margin-top: 30px;
margin-bottom: 30px;
}