forked from ASKtraining/Training
-
Notifications
You must be signed in to change notification settings - Fork 10
/
_progressbar.sass
48 lines (48 loc) · 1.1 KB
/
_progressbar.sass
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
main.progressbar-button
position: relative
height: 120px
margin-top: 80px
.button
height: 80px
width: 100% !important
text-align: center
position: absolute
top: 0
transform: translateY(-50%)
left: 0
right: 0
margin: 0 auto
cursor: pointer
border-radius: 100px
.text
font-family: "Poppins", sans-serif
color: $white
position: absolute
top: 50%
transform: translateY(-52%)
left: 0
right: 0
font-size: 150%
.progress-bar
position: absolute
height: 10px
width: 0
right: 0
top: 0
left: 50%
border-radius: 200px
transform: translateY(-50%) translateX(-50%)
background: $secondary-color
svg
width: 30px
position: absolute
top:0
transform: translateY(-50%) translateX(-50%)
left: 50%
right: 0
.check
fill: none
stroke: $white
stroke-width: 3
stroke-linecap: round
stroke-linejoin: round