forked from SyncfusionExamples/React-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogress-button.css
More file actions
47 lines (38 loc) · 826 Bytes
/
progress-button.css
File metadata and controls
47 lines (38 loc) · 826 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
42
43
44
45
46
47
#progress-button-control {
width: 100%;
margin: 8% 0;
text-align: center;
}
@media only screen and (max-width: 500px) {
#progress-button-control {
margin-left: -11%;
}
}
.progress-button-section {
width: 80%;
margin: auto;
}
#progress-button-control .col-xs-12 {
margin: 18px 0;
}
#contract.e-progress-active .e-btn-content {
display: none;
}
#contract {
transition: all .3s cubic-bezier(.175, .885, .32, 1) 100ms;
}
.e-progress-btn .e-play-icon::before {
content: '\e798';
font-size: 12px;
}
.e-bigger .e-progress-btn .e-play-icon::before {
font-size: 14px;
}
.e-progress-btn .e-download-icon::before {
content: '\e824';
}
.fabric #roundbtn .e-play-icon,
.bootstrap #roundbtn .e-play-icon,
.highcontrast #roundbtn .e-play-icon {
margin-top: -2px;
}