Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .loader,
- .spinner {
- width: 150px;
- margin-left: auto;
- margin-right: auto;
- }
- .dslogo {
- display: block;
- margin-left: auto;
- margin-right: auto;
- width: 30%;
- padding-top: 15px
- }
- .clientlogo {
- display: unset;
- margin-left: auto;
- margin-right: 30px;
- height: 130px;
- padding-top: 66px;
- float: right;
- }
- /*.panel-body { min-height: 1200px;}/*
- /*h5 {
- color:red;
- }*/
- /*Google translator: https://translate.google.com/manager/website/add*/
- /*Code for progress bar steps*/
- * {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- }
- html, body {
- height: 100%;
- background-color: #333;
- }
- .container {
- display: flex;
- flex-direction: column;
- height: 100%;
- width: 100%;
- min-width: 480px;
- padding: 0 40px;
- }
- .breadcrumb {
- display: flex;
- border-radius: 6px;
- overflow: hidden;
- margin: auto;
- text-align: center;
- top: 50%;
- width: 100%;
- height: 57px;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- box-shadow: 0 1px 1px ccc, 0 4px 2px rgba(0, 0, 0, 0.7);
- z-index: 1;
- background-color: #ddd;
- font-size: 12px;
- }
- .breadcrumb a {
- position: relative;
- display: flex;
- flex-grow: 1;
- text-decoration: none;
- margin: auto;
- height: 100%;
- padding-left: 38px;
- padding-right: 0;
- color: #666;
- }
- .breadcrumb a:first-child {
- padding-left: 15.2px;
- }
- .breadcrumb a:last-child {
- padding-right: 15.2px;
- }
- .breadcrumb a:after {
- content: "";
- position: absolute;
- display: inline-block;
- width: 57px;
- height: 57px;
- top: 0;
- right: -28.1481481481px;
- background-color: #ddd;
- border-top-right-radius: 5px;
- -webkit-transform: scale(0.707) rotate(45deg);
- transform: scale(0.707) rotate(45deg);
- box-shadow: 1px -1px rgba(0, 0, 0, 0.25);
- z-index: 1;
- }
- .breadcrumb a:last-child:after {
- content: none;
- }
- .breadcrumb__inner {
- display: flex;
- flex-direction: column;
- margin: auto;
- z-index: 2;
- }
- .breadcrumb__title {
- font-weight: bold;
- }
- .breadcrumb a.active, .breadcrumb a:hover {
- background: #E25D5D;
- color: white;
- }
- .breadcrumb a.active:after, .breadcrumb a:hover:after {
- background: #E25D5D;
- color: white;
- }
- @media all and (max-width: 1000px) {
- .breadcrumb {
- font-size: 12px;
- }
- }
- @media all and (max-width: 710px) {
- .breadcrumb__desc {
- display: none;
- }
- .breadcrumb {
- height: 38px;
- }
- .breadcrumb a {
- padding-left: 25.3333333333px;
- }
- .breadcrumb a:after {
- content: "";
- width: 38px;
- height: 38px;
- right: -19px;
- -webkit-transform: scale(0.707) rotate(45deg);
- transform: scale(0.707) rotate(45deg);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement