/* Created on : 14 Jan, 2020, 5:24:37 PM Author : prasadkanneti */ @use 'variables' as *; #status-buttons div { color: $black; display: inline-block; font-size: 14px; font-weight: normal; margin-right: 0; text-align: center; text-decoration: none; } #status-buttons div.active span { color: #22bacb; background: #ebf5f2; border: solid 1px #22bacb; } #status-buttons div.active { color: #22bacb; } #status-buttons div.complete span { color: $green; background: #e3ffe3; border: solid 1px $green; } #status-buttons div.complete { color: $green; } #status-buttons div.active { background-color: transparent !important; } #status-buttons span.circle { box-sizing: border-box; color: $black; border: solid 1px $lightgrey4; font-size: 18px; font-weight: bold; display: block; height: 50px; margin: 0 auto 10px; padding-top: 10px; width: 50px; border-radius: 50%; } .product-upload-status .divided { display: flex; align-items: center; } .product-upload-status .divider { flex-grow: 2; margin-bottom: 10px; border-bottom: 2px solid $lightgrey4; } .product-upload-status .divider-line-short { flex-grow: 1; margin-bottom: 10px; border-bottom: 2px solid $lightgrey4; } .product-upload-status .divider-text-line-left { flex-grow: 0.50; } .product-upload-status .divider-circle-line-left, .product-upload-status .divider-circle-line-right { flex-grow: 1.35; } .product-upload-status .divider-text-line-right { flex-grow: 0.59; } .product-upload-status .divider-text-p { flex-grow: 0.8; } .product-upload-status .divider-text-f { flex-grow: 0.9; } /* Created on : 14 Jan, 2020, 5:25:18 PM Author : prasadkanneti */ @media (max-width: 1200px){ .product-upload-status .divider-text-f { flex-grow: 0.75; } .product-upload-status .divider-text-p{ flex-grow: 0.6; } } @media (min-width: 1200px) and (max-width: 1365px){ .product-upload-status .divider-text-f { flex-grow: 0.85; } } @media (max-width: 1125px) { .product-upload-status .divider-text-line-left { flex-grow: 0.42 !important; } .product-upload-status .divider-text-line-right { flex-grow: 0.50 !important; } }