-
Notifications
You must be signed in to change notification settings - Fork 12
/
requestnewtool.css
203 lines (176 loc) · 3.92 KB
/
requestnewtool.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
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
@font-face {
font-family: 'Font Awesome 5 Free';
src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-solid-900.woff2') format('woff2'),
url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-solid-900.woff') format('woff');
font-weight: 900;
font-style: normal;
}
.navbar {
position: fixed;
left: 0;
top: 0;
height: 100%;
width: 223px;
background-color: #fff;
padding: 20px;
box-sizing: border-box;
box-shadow: 2px 4px 10px 1px rgba(138, 125, 125, 0.25);
}
/* Set the style for the links inside the navbar */
.navbar a {
display: block;
color: #7b7b7b;
text-decoration: none;
padding: 10px;
margin-left: 10px;
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 20px;
/* identical to box height */
letter-spacing: 0.04em;
}
/* Change the color of the link when it's hovered over */
.navbar a:hover {
background: #F5F5F5;
border-radius: 7px;
}
/* Set the style for the content that appears next to the navbar */
.content {
margin-left: 150px;
padding: 20px;
box-sizing: border-box;
}
.premium_button {
width: 167.48px;
height: 42px;
background: linear-gradient(265.55deg, #3EC1C7 19.07%, #18939C 101.72%);
border-radius: 7px;
border: none;
color: #fff;
display: block;
margin: auto;
margin-top: 20px;
margin-left: 20px;
}
.title {
font-family: 'Poppins';
font-style: bold;
font-weight: 900;
font-size: 22px;
line-height: 33px;
/* identical to box height */
letter-spacing: 0.04em;
text-align: center;
color: #16666C;
margin-left: 350px;
display: inline-block;
}
.nav-link.active {
background-color: #7b7b7b;
color: #000000;
}
.icon {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-style: normal;
margin-right: 10px;
}
/* Set the style for the content that appears next to the navbar */
.content {
margin-left: 150px;
padding: 20px;
box-sizing: border-box;
}
.premium_button {
width: 167.48px;
height: 42px;
background: linear-gradient(265.55deg, #3EC1C7 19.07%, #18939C 101.72%);
border-radius: 7px;
border: none;
color: #fff;
display: block;
margin: auto;
margin-top: 20px;
margin-left: 20px;
}
.nav-link.active {
background-color: #7b7b7b;
color: #000000;
}
.navbar i {
margin-right: 10px;
}
.title {
font-family: 'Poppins';
font-style: bold;
font-weight: 900;
font-size: 22px;
line-height: 33px;
/* identical to box height */
letter-spacing: 0.04em;
text-align: center;
color: #16666C;
margin-left: 350px;
display: inline-block;
}
.propoplex {
color: #18939C;
display: inline-block;
}
input {
font-size: 13px;
border-radius: 13px;
background-color: #fff;
border: none;
width: 466.5px;
height: 55.45px;
margin-top: 20px;
margin-right: 10px;
cursor: pointer;
outline: none;
text-align: center;
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 13px;
}
::placeholder {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 20px;
/* identical to box height */
letter-spacing: 0.04em;
color: #000000;
opacity: 0.63;
text-align: center;
}
.writenow {
width: 196px;
height: 42px;
background: linear-gradient(265.55deg, #3EC1C7 19.07%, #18939C 101.72%);
border-radius: 7px;
border: none;
color: #fff;
display: block;
margin: auto;
margin-top: 20px;
margin-left: 18%;
font-size: 13px;
}
input:focus {
box-shadow: 4px 4px 23px rgba(146, 139, 139, 0.25);
}
form {
margin-left: 35%;
}
body {
background-color: #F5F4F7;
}
.nav-link1active {
background: #F5F5F5;
border-radius: 7px;
}