|
@@ -1,110 +0,0 @@
|
|
|
-/*
|
|
|
|
|
- Licensed to Cloudera, Inc. under one
|
|
|
|
|
- or more contributor license agreements. See the NOTICE file
|
|
|
|
|
- distributed with this work for additional information
|
|
|
|
|
- regarding copyright ownership. Cloudera, Inc. licenses this file
|
|
|
|
|
- to you under the Apache License, Version 2.0 (the
|
|
|
|
|
- "License"); you may not use this file except in compliance
|
|
|
|
|
- with the License. You may obtain a copy of the License at
|
|
|
|
|
-
|
|
|
|
|
- http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
-
|
|
|
|
|
- Unless required by applicable law or agreed to in writing, software
|
|
|
|
|
- distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
|
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
|
- See the License for the specific language governing permissions and
|
|
|
|
|
- limitations under the License.
|
|
|
|
|
-*/
|
|
|
|
|
-
|
|
|
|
|
-.step-indicator-fixed {
|
|
|
|
|
- position: fixed;
|
|
|
|
|
- background-color: #FFF;
|
|
|
|
|
- margin-top: -10px;
|
|
|
|
|
- z-index: 100;
|
|
|
|
|
- padding-top: 10px;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.step-indicator-fixed ol {
|
|
|
|
|
- margin: 0;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.vertical-spacer {
|
|
|
|
|
- height: 80px;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.step-indicator {
|
|
|
|
|
- border-collapse: separate;
|
|
|
|
|
- display: table;
|
|
|
|
|
- margin-left: 0px;
|
|
|
|
|
- position: relative;
|
|
|
|
|
- table-layout: fixed;
|
|
|
|
|
- vertical-align: middle;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.step-indicator li {
|
|
|
|
|
- display: table-cell;
|
|
|
|
|
- float: none;
|
|
|
|
|
- padding: 0;
|
|
|
|
|
- width: 1%;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-.step-indicator .active .step {
|
|
|
|
|
- border-color: #0B7FAD;
|
|
|
|
|
- color: #0B7FAD;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.step-indicator .active .caption {
|
|
|
|
|
- color: #0B7FAD;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.step-indicator .complete .step {
|
|
|
|
|
- border-color: #0F9D56;
|
|
|
|
|
- color: #0F9D56;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.step-indicator .complete .caption {
|
|
|
|
|
- color: #0F9D56;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.step-indicator .error .step {
|
|
|
|
|
- border-color: #d6616b;
|
|
|
|
|
- color: #d6616b;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.step-indicator .error .caption {
|
|
|
|
|
- color: #d6616b;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.step-indicator .active.complete .step {
|
|
|
|
|
- border-color: #0B7FAD;
|
|
|
|
|
- color: #0B7FAD;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.step-indicator .active.complete .caption {
|
|
|
|
|
- color: #0B7FAD;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.step-indicator .inactive .caption {
|
|
|
|
|
- color: #dddddd;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.step-indicator .step {
|
|
|
|
|
- background-color: #ffffff;
|
|
|
|
|
- border: 1px solid #dddddd;
|
|
|
|
|
- color: #dddddd;
|
|
|
|
|
- font-size: 18px;
|
|
|
|
|
- width: 36px;
|
|
|
|
|
- height: 36px;
|
|
|
|
|
- line-height: 36px;
|
|
|
|
|
- border-radius: 18px;
|
|
|
|
|
- margin: 0 auto;
|
|
|
|
|
- position: relative;
|
|
|
|
|
- z-index: 1;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.step-indicator .caption {
|
|
|
|
|
- box-sizing: border-box;
|
|
|
|
|
- color: #dddddd;
|
|
|
|
|
- padding: 11px 16px;
|
|
|
|
|
-}
|
|
|