Skip to content

Commit b8a453c

Browse files
committed
Merge branch 'development'
2 parents c782741 + 0572425 commit b8a453c

File tree

19 files changed

+60582
-817
lines changed

19 files changed

+60582
-817
lines changed

Faveo-Helpdesk/Form/form.html

Lines changed: 518 additions & 0 deletions
Large diffs are not rendered by default.

Faveo-Helpdesk/Form/form1.html

Lines changed: 518 additions & 0 deletions
Large diffs are not rendered by default.

Faveo-Helpdesk/Form/form2.html

Lines changed: 518 additions & 0 deletions
Large diffs are not rendered by default.

Faveo-Helpdesk/Form/form3.html

Lines changed: 518 additions & 0 deletions
Large diffs are not rendered by default.

Faveo-Helpdesk/Form/form4.html

Lines changed: 525 additions & 0 deletions
Large diffs are not rendered by default.

Faveo-Helpdesk/Form/form5.html

Lines changed: 523 additions & 0 deletions
Large diffs are not rendered by default.

Faveo-Helpdesk/Form/form6.html

Lines changed: 520 additions & 0 deletions
Large diffs are not rendered by default.

Faveo-Helpdesk/Redaction/index.html

Lines changed: 846 additions & 0 deletions
Large diffs are not rendered by default.

Faveo-Installer/custom-rtl.css

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
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+
}

Faveo-Installer/custom.css

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
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+
}

0 commit comments

Comments
 (0)