-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
35 lines (29 loc) · 763 Bytes
/
style.css
File metadata and controls
35 lines (29 loc) · 763 Bytes
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
/**************************************************/
/******************* variables ********************/
/**************************************************/
/**************************************************/
/***************** general styles *****************/
/**************************************************/
body {
text-align: center;
font-family: Helvetica, sans-serif;
color: #938F8D;
background-color: #2d2b2a;
max-width: 700px;
margin: 0 auto;
padding: 20px; }
a {
color: #FF5F19;
text-decoration: none; }
small {
cursor: pointer; }
.logo {
width: 63px; }
.call-progress {
margin: 70px auto 100px; }
.progress-indicator-wrapper {
margin: 3em auto; }
.avatar {
width: 130px;
height: 130px;
border-radius: 50%; }