File tree Expand file tree Collapse file tree 19 files changed +60582
-817
lines changed
Expand file tree Collapse file tree 19 files changed +60582
-817
lines changed Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1+
2+ .install-img {
3+ margin-top : 5px !important ;
4+ height : 50px !important ;
5+ }
6+
7+ .steps {
8+ display : flex;
9+ justify-content : space-between;
10+ align-items : center;
11+ margin-bottom : 2rem ;
12+ position : relative;
13+ }
14+ .step-button {
15+ width : 40px ;
16+ height : 40px ;
17+ border-radius : 50% ;
18+ border : none;
19+ background-color : # aaaeb1 ;
20+ transition : .4s ;
21+ color : # fff ;
22+ }
23+ .step-button [aria-expanded = "true" ] {
24+ width : 45px ;
25+ height : 45px ;
26+ background-color : # 007bff ;
27+ color : # fff ;
28+ }
29+ .done {
30+ background-color : # aaaeb1 !important ;
31+ color : # fff !important ;
32+ }
33+ .step-item {
34+ z-index : 10 ;
35+ text-align : center;
36+ }
37+ # progress {
38+ -webkit-appearance : none;
39+ position : absolute;
40+ width : 90% ;
41+ z-index : 5 ;
42+ height : 4px ;
43+ margin-right : 76px ;
44+ margin-bottom : 25px ;
45+ }
46+ # progress ::-webkit-progress-value {
47+ background-color : darkgrey;
48+ transition : .5s ease;
49+ }
50+ # progress ::-webkit-progress-bar {
51+ background-color : # dee2e6 ;
52+ }
53+
54+ @media only screen and (max-width : 767px ) {
55+ .step-title {
56+ display : none;
57+ }
58+
59+ # progress {
60+ margin-bottom : 0 !important ;
61+ margin-right : 0 !important ;
62+ }
63+ }
Original file line number Diff line number Diff line change 1+
2+ .install-img {
3+ margin-top : 5px !important ;
4+ height : 50px !important ;
5+ }
6+
7+ .steps {
8+ display : flex;
9+ justify-content : space-between;
10+ align-items : center;
11+ margin-bottom : 2rem ;
12+ position : relative;
13+ }
14+ .step-button {
15+ width : 40px ;
16+ height : 40px ;
17+ border-radius : 50% ;
18+ border : none;
19+ background-color : # aaaeb1 ;
20+ transition : .4s ;
21+ color : # fff ;
22+ }
23+ .step-button [aria-expanded = "true" ] {
24+ width : 45px ;
25+ height : 45px ;
26+ background-color : # 007bff ;
27+ color : # fff ;
28+ }
29+ .done {
30+ background-color : # aaaeb1 !important ;
31+ color : # fff !important ;
32+ }
33+ .step-item {
34+ z-index : 10 ;
35+ text-align : center;
36+ }
37+ # progress {
38+ -webkit-appearance : none;
39+ position : absolute;
40+ width : 90% ;
41+ z-index : 5 ;
42+ height : 4px ;
43+ margin-left : 76px ;
44+ margin-bottom : 25px ;
45+ }
46+ # progress ::-webkit-progress-value {
47+ background-color : darkgrey;
48+ transition : .5s ease;
49+ }
50+ # progress ::-webkit-progress-bar {
51+ background-color : # dee2e6 ;
52+ }
53+
54+ @media only screen and (max-width : 767px ) {
55+ .step-title {
56+ display : none;
57+ }
58+
59+ # progress {
60+ margin-bottom : 0 !important ;
61+ margin-left : 0 !important ;
62+ }
63+ }
You can’t perform that action at this time.
0 commit comments