123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460 |
- @import "../sass/variables/variables";
- .sw-toolbar-bottom {
- margin-top: 20px;
- margin-left: 5px;
- }
- /* ---------------------------------------------------------------------------------------------------------------- */
- .dcat-step-box {
- margin: 0 auto;
- }
- .dcat-step {
- box-sizing: border-box;
- padding: 0;
- color: rgba(0, 0, 0, .65);
- /*font-variant: tabular-nums;*/
- line-height: 1.5;
- list-style: none;
- /*font-feature-settings: "tnum";*/
- display: flex;
- width: 100%;
- font-size: 0;
- margin: 0 auto 30px;
- }
- .dcat-step-item {
- position: relative;
- display: inline-block;
- flex: 1 1;
- overflow: hidden;
- vertical-align: top
- }
- .dcat-step-item-container {
- outline: 0;
- border: 0!important;
- }
- .dcat-step-item:last-child {
- flex: none
- }
- .dcat-step-item:last-child > .dcat-step-item-container > .dcat-step-content > .dcat-step-title:after, .dcat-step-item:last-child > .dcat-step-item-container > .dcat-step-line {
- display: none
- }
- .dcat-step-content, .dcat-step-icons {
- display: inline-block;
- vertical-align: top;
- }
- .dcat-step-icons {
- width: 32px;
- height: 32px;
- margin-right: 8px;
- font-size: 16px;
- line-height: 32px;
- text-align: center;
- border: 1px solid rgba(0, 0, 0, .25);
- border-radius: 32px;
- transition: background-color .3s, border-color .3s;
- }
- .dcat-step-icons > .dcat-step-icon {
- position: relative;
- top: -1px;
- color: rgba(0,0,0,.25);
- line-height: 1
- }
- .dcat-step-line {
- position: absolute;
- top: 12px;
- left: 0;
- width: 100%;
- padding: 0 10px
- }
- .dcat-step-line:after {
- display: inline-block;
- width: 100%;
- height: 1px;
- background: #e8e8e8;
- border-radius: 1px;
- transition: background .3s;
- content: ""
- }
- .dcat-step-title {
- position: relative;
- display: inline-block;
- padding-right: 16px;
- color: rgba(0, 0, 0, .65);
- font-size: 16px;
- line-height: 32px
- }
- .dcat-step-title:after {
- position: absolute;
- top: 16px;
- left: 100%;
- display: block;
- width: 9999px;
- height: 1px;
- background: #e8e8e8;
- content: ""
- }
- .dcat-step-desc {
- color: rgba(0, 0, 0, .45);
- font-size: 14px
- }
- .active .dcat-step-icons {
- background-color: #fff;
- border-color: $primary
- }
- .active .dcat-step-icons > .dcat-step-icon {
- color: $primary
- }
- .active .dcat-step-icons > .dcat-step-icon .dcat-step-icon-dot {
- background: $primary
- }
- .active > .dcat-step-item-container > .dcat-step-content > .dcat-step-title {
- color: rgba(0, 0, 0, .85)
- }
- .active > .dcat-step-item-container > .dcat-step-content > .dcat-step-title:after {
- background-color: #e8e8e8
- }
- .active > .dcat-step-item-container > .dcat-step-content > .dcat-step-desc {
- color: rgba(0, 0, 0, .65)
- }
- .active > .dcat-step-item-container > .dcat-step-line:after {
- background-color: #e8e8e8
- }
- .active .dcat-step-icons {
- background: $primary
- }
- .active .dcat-step-icons > .dcat-step-icon {
- color: #fff
- }
- .active .dcat-step-title {
- font-weight: 500
- }
- .done .dcat-step-icons {
- background-color: #fff;
- border-color: $primary
- }
- .done .dcat-step-icons > .dcat-step-icon {
- color: $primary
- }
- .done .dcat-step-icons > .dcat-step-icon .dcat-step-icon-dot {
- background: $primary
- }
- .done > .dcat-step-item-container > .dcat-step-content > .dcat-step-title {
- color: rgba(0, 0, 0, .65)
- }
- .done > .dcat-step-item-container > .dcat-step-content > .dcat-step-title:after {
- background-color: $primary
- }
- .done > .dcat-step-item-container > .dcat-step-content > .dcat-step-desc {
- color: rgba(0, 0, 0, .45)
- }
- .done > .dcat-step-item-container > .dcat-step-line:after {
- background-color: $primary
- }
- .danger .dcat-step-icons {
- background-color: #fff;
- border-color: $red-darker
- }
- .danger .dcat-step-icons > .dcat-step-icon {
- color: $red-darker
- }
- .danger .dcat-step-icons > .dcat-step-icon .dcat-step-icon-dot {
- background: $red-darker
- }
- .danger > .dcat-step-item-container > .dcat-step-content > .dcat-step-title {
- color: $red-darker
- }
- .danger > .dcat-step-item-container > .dcat-step-content > .dcat-step-title:after {
- background-color: #e8e8e8
- }
- .danger > .dcat-step-item-container > .dcat-step-content > .dcat-step-desc {
- color: $red-darker
- }
- .danger > .dcat-step-item-container > .dcat-step-line:after {
- background-color: #e8e8e8
- }
- .dcat-step-item.dcat-step-next-error .dcat-step-title:after {
- background: $red-darker
- }
- .dcat-step .dcat-step-item:not(.active) > .dcat-step-item-container[role=button] {
- cursor: pointer
- }
- .dcat-step .dcat-step-item:not(.active) > .dcat-step-item-container[role=button] .dcat-step-desc, .dcat-step .dcat-step-item:not(.active) > .dcat-step-item-container[role=button] .dcat-step-icons .dcat-step-icon, .dcat-step .dcat-step-item:not(.active) > .dcat-step-item-container[role=button] .dcat-step-title {
- transition: color .3s
- }
- .dcat-step .dcat-step-item:not(.active) > .dcat-step-item-container[role=button]:hover .dcat-step-desc .dcat-step .dcat-step-item:not(.active) > .dcat-step-item-container[role=button]:hover .dcat-step-title {
- color: $primary
- }
- .dcat-step .dcat-step-item:not(.active) > .dcat-step-item-container[role=button]:hover .dcat-step-icons {
- border-color: $primary
- }
- .dcat-step .dcat-step-item:not(.active) > .dcat-step-item-container[role=button]:hover .dcat-step-icons .dcat-step-icon {
- color: $primary
- }
- .dcat-step-horizontal:not(.dcat-step-label-vertical) .dcat-step-item {
- margin-right: 16px;
- white-space: nowrap
- }
- .dcat-step-horizontal:not(.dcat-step-label-vertical) .dcat-step-item:last-child {
- margin-right: 0
- }
- .dcat-step-horizontal:not(.dcat-step-label-vertical) .dcat-step-item:last-child .dcat-step-title {
- padding-right: 0
- }
- .dcat-step-horizontal:not(.dcat-step-label-vertical) .dcat-step-line {
- display: none
- }
- .dcat-step-horizontal:not(.dcat-step-label-vertical) .dcat-step-desc {
- max-width: 140px;
- white-space: normal
- }
- .dcat-step-sm.dcat-step-horizontal:not(.dcat-step-label-vertical) .dcat-step-item {
- margin-right: 12px
- }
- .dcat-step-sm.dcat-step-horizontal:not(.dcat-step-label-vertical) .dcat-step-item:last-child {
- margin-right: 0
- }
- .dcat-step-sm .dcat-step-icons {
- width: 24px;
- height: 24px;
- font-size: 12px;
- line-height: 24px;
- text-align: center;
- border-radius: 24px
- }
- .dcat-step-sm .dcat-step-title {
- padding-right: 12px;
- font-size: 14px;
- line-height: 24px
- }
- .dcat-step-sm .dcat-step-title:after {
- top: 12px
- }
- .dcat-step-sm .dcat-step-desc {
- color: rgba(0, 0, 0, .45);
- font-size: 14px
- }
- .dcat-step-sm .dcat-step-line {
- top: 8px
- }
- @media (max-width: 540px) {
- .dcat-step-horizontal.dcat-step-label-horizontal {
- display: block
- }
- .dcat-step-box .nav-tabs > li {
- float: none;
- }
- .dcat-step-box .nav-tabs>li>a {
- padding: 0;
- }
- .dcat-step-horizontal.dcat-step-label-horizontal .dcat-step-item {
- display: block;
- overflow: visible
- }
- .dcat-step-horizontal.dcat-step-label-horizontal .dcat-step-icons {
- float: left;
- margin-right: 16px
- }
- .dcat-step-horizontal.dcat-step-label-horizontal .dcat-step-content {
- display: block;
- overflow: hidden
- }
- .dcat-step-horizontal.dcat-step-label-horizontal .dcat-step-title {
- line-height: 32px
- }
- .dcat-step-horizontal.dcat-step-label-horizontal .dcat-step-desc {
- padding-bottom: 12px
- }
- .dcat-step-horizontal.dcat-step-label-horizontal > .dcat-step-item > .dcat-step-item-container > .dcat-step-line {
- position: absolute;
- top: 0;
- left: 16px;
- width: 1px;
- height: 100%;
- padding: 38px 0 6px
- }
- .dcat-step-horizontal.dcat-step-label-horizontal > .dcat-step-item > .dcat-step-item-container > .dcat-step-line:after {
- width: 1px;
- height: 100%
- }
- .dcat-step-horizontal.dcat-step-label-horizontal > .dcat-step-item:not(:last-child) > .dcat-step-item-container > .dcat-step-line {
- display: none;
- }
- .dcat-step-horizontal.dcat-step-label-horizontal > .dcat-step-item > .dcat-step-item-container > .dcat-step-content > .dcat-step-title:after {
- display: none;
- }
- .dcat-step-horizontal.dcat-step-label-horizontal.dcat-step-sm .dcat-step-item-container .dcat-step-title {
- line-height: 24px
- }
- }
- .dcat-step-label-vertical .dcat-step-item {
- overflow: visible
- }
- .dcat-step-label-vertical .dcat-step-line {
- margin-left: 51px;
- padding: 3.5px 24px;
- left: 18px;
- top: 23px;
- }
- .dcat-step-label-vertical .dcat-step-content {
- display: block;
- width: 104px;
- margin-top: 8px;
- text-align: center
- }
- .dcat-step-label-vertical .dcat-step-icons {
- display: inline-block;
- margin-left: 36px
- }
- .dcat-step-label-vertical .dcat-step-title {
- padding-right: 0
- }
- .dcat-step-label-vertical .dcat-step-title:after {
- display: none
- }
- .dcat-step-label-vertical.dcat-step-sm:not(.dcat-step-dot) .dcat-step-icons {
- margin-left: 40px
- }
- .dcat-step-dot .dcat-step-title, .dcat-step-dot.dcat-step-sm .dcat-step-title {
- line-height: 1.5
- }
- .dcat-step-dot .dcat-step-line, .dcat-step-dot.dcat-step-sm .dcat-step-line {
- top: 2px;
- width: 100%;
- margin: 0 0 0 70px;
- padding: 0
- }
- .dcat-step-dot .dcat-step-line:after, .dcat-step-dot.dcat-step-sm .dcat-step-line:after {
- width: calc(100% - 20px);
- height: 3px;
- margin-left: 12px
- }
- .dcat-step-dot .dcat-step-item:first-child .dcat-step-icon-dot, .dcat-step-dot.dcat-step-sm .dcat-step-item:first-child .dcat-step-icon-dot {
- left: 2px
- }
- .dcat-step-dot .dcat-step-icons, .dcat-step-dot.dcat-step-sm .dcat-step-icons {
- width: 8px;
- height: 8px;
- margin-left: 67px;
- padding-right: 0;
- line-height: 8px;
- background: 0 0;
- border: 0
- }
- .dcat-step-dot .dcat-step-icons .dcat-step-icon-dot, .dcat-step-dot.dcat-step-sm .dcat-step-icons .dcat-step-icon-dot {
- position: relative;
- float: left;
- width: 100%;
- height: 100%;
- border-radius: 100px;
- transition: all .3s
- }
- .dcat-step-dot .dcat-step-icons .dcat-step-icon-dot:after, .dcat-step-dot.dcat-step-sm .dcat-step-icons .dcat-step-icon-dot:after {
- position: absolute;
- top: -12px;
- left: -26px;
- width: 60px;
- height: 32px;
- background: rgba(0, 0, 0, .001);
- content: ""
- }
- .dcat-step-dot .dcat-step-content, .dcat-step-dot.dcat-step-sm .dcat-step-content {
- width: 140px
- }
- .dcat-step-dot .active .dcat-step-icons, .dcat-step-dot.dcat-step-sm .active .dcat-step-icons {
- width: 10px;
- height: 10px;
- line-height: 10px
- }
- .dcat-step-dot .active .dcat-step-icons .dcat-step-icon-dot, .dcat-step-dot.dcat-step-sm .active .dcat-step-icons .dcat-step-icon-dot {
- top: -1px
- }
- .dcat-step-item a {
- font-weight: normal!important;
- }
|