-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
230 lines (229 loc) · 3.73 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
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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
/* Generated by less 2.5.1 */
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');
* {
margin: 0;
padding: 0;
}
body {
font-family: 'PT Sans', arial;
}
a {
text-decoration: none;
}
.main {
box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.2);
display: flex;
height: 610px;
width: 900px;
border: 1px solid #dadada;
margin: 0 auto;
margin-top: 50px;
}
.left {
min-width: 266px;
max-width: 30%;
}
.left h2 {
padding-left: 36px;
margin-top: 42px;
font-weight: 400;
font-size: 17px;
color: #55585b;
}
.left h3 {
padding-left: 36px;
font-weight: 400;
color: #999c9e;
font-size: 16px;
}
.settings h2 {
margin-top: 32px;
padding-left: 36px;
color: #999c9e;
font-size: 13px;
font-weight: 400;
}
.settings_buttons {
margin-top: 20px;
}
.settings_buttons ul {
list-style-type: none;
display: flex;
flex-direction: column;
}
.settings_buttons ul li {
position: relative;
padding: 10px;
}
.settings_buttons a {
padding-left: 36px;
font-size: 15px;
font-weight: 400;
color: #55585b;
}
.settings_not {
font-size: 16px;
position: absolute;
right: 12px;
top: 14px;
color: #f17c53;
}
.settings__active {
background-color: #EEEEEE;
}
.settings__active i {
position: absolute;
left: 14px;
top: 14px;
color: #98999b;
}
.bottom-buttons {
margin-top: 240px;
padding-left: 36px;
}
.bottom-buttons ul {
list-style-type: none;
display: flex;
flex-direction: column;
}
.bottom-buttons ul li {
margin-bottom: 22px;
}
.bottom-buttons a {
font-size: 15px;
font-weight: 400;
color: #53C8F1;
padding-bottom: 2px;
border-bottom: 1px solid #61ccf2;
}
.bottom-buttons a:hover {
color: #f17c53;
border-bottom: 1px solid #f17c53;
}
.right {
padding-right: 34px;
width: 100%;
border-left: 1px solid #dadada;
padding-top: 40px;
padding-left: 35px;
}
.right input {
outline: none;
}
.right a {
color: #e5e5e5;
padding-left: 2px;
}
.right a :hover {
color: #f5ab92;
}
.right button {
box-sizing: border-box;
margin-top: 23px;
background-color: #f17c53;
color: #fff;
padding: 8px 47px;
font-weight: 700;
font-size: 15px;
margin-right: 14px;
float: right;
outline: none;
border: 1px solid #f17c53;
border-radius: 5px;
}
.right button:hover {
cursor: pointer;
background-color: #f1703c;
}
.name {
border-bottom: 1px solid #e9e9e9;
padding-bottom: 12px;
display: flex;
max-width: 560px;
justify-content: space-between;
}
.name h3 {
line-height: 24px;
font-weight: 400;
color: #95989A;
font-size: 13px;
}
.name input {
line-height: 18px;
width: 79%;
border: none;
padding: 0 14px;
font-size: 15px;
font-weight: 400;
}
.name i {
padding-left: 3px;
}
.triangle {
width: 20px;
height: 20px;
background-color: #f8f8f8;
position: absolute;
top: -10px;
left: 20px;
transform: rotate(45deg) skew(10deg, 10deg);
}
.phone-number {
max-width: 560px;
margin-top: 23px;
border-bottom: 1px solid #e9e9e9;
padding-bottom: 12px;
display: flex;
justify-content: space-between;
}
.phone-number h3 {
font-weight: 400;
color: #95989A;
font-size: 13px;
}
.phone-number input {
width: 79%;
border: none;
padding: 0 14px;
font-size: 15px;
font-weight: 400;
}
.help {
margin-top: 20px;
background-color: #f8f8f8;
position: relative;
}
.help h3 {
padding: 29px 15px;
color: #cecfd0;
font-weight: 400;
font-size: 13px;
}
#name-help {
display: none;
}
#phone-help {
display: none;
}
.signature {
margin-top: 23px;
}
.signature h3 {
line-height: 24px;
font-weight: 400;
color: #95989A;
font-size: 13px;
}
.signature textarea {
box-sizing: border-box;
padding: 10px;
margin-top: 10px;
border: none;
outline: none;
background-color: #f8f8f8;
width: 590px;
height: 240px;
}
.ck {
height: 200px;
}