_profile.scss
681 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
36
37
38
39
40
41
#cover {
/*background-image:url(../images/pattern.svg); */
display: flex;
display: -webkit-flex;
width: 100%;
height: 300px;
-webkit-align-items: center;
align-items: center;
#user-avatar {
display: flex;
margin: 0 auto;
p {
color: white;
padding: 12px;
font-size: 14pt;
}
h2 {
color: #fff;
}
}
}
#game-progress {
margin-top: 10px;
margin-bottom: 10px;
div.progress{
height: 14px;
border-radius: 5px;
.progress-bar{
border-radius: 5px 1px 1px 5px;
}
}
}