Newer
Older
/**
* This file is part of Anis Client.
*
* @copyright Laboratoire d'Astrophysique de Marseille / CNRS
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
position: relative;
height: 125px;
margin-top: 15px;
}
.progress-with-circle {
position: relative;
top: 40px;
z-index: 50;
height: 4px;
}
.progress-bar {
box-shadow: none;
-webkit-transition: width .3s ease;
-o-transition: width .3s ease;
transition: width .3s ease;
}
.nav-pills {
background-color: #F3F2EE;
position: absolute;
width: 100%;
height: 4px;
top: 40px;
text-align: center;
}
.nav-pills li a {
padding: 0;
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
margin: 0 auto;
color: rgba(0, 0, 0, 0.2);
border-radius: 50%;
position: relative;
top: -32px;
z-index: 100;
}
.icon-circle {
font-size: 20px;
border: 3px solid #E9ECEF;
text-align: center;
border-radius: 50%;
color: rgba(0, 0, 0, 0.2);
font-weight: 600;
width: 70px;
height: 70px;
background-color: #FFFFFF;
margin: 0 auto;
position: relative;
top: -2px;
}
.nav-item {
width: 25%;
}
.nav-item.active a {
background-color: transparent;
}
.nav-item.active .icon-circle {
color: white !important;
}
.nav-link.disabled {
cursor: not-allowed;
}
.icon-circle svg {
position: absolute;
z-index: 1;
left: 22px;
right: 0;
top: 23px;
}
.datasetStep {
width: 11%;
}
.criteriaStep {
width: 36%;
}
.outputStep {
width: 61%;
}
.resultStep {
width: 100%;
}
.btn-clear-form span {
display: none;
}
.btn-clear-form:hover span {
display: inline;
}