/** * 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. */ .progress-navigation { 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; //max-width: 78px; 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; }