| @@ -1,54 +1 @@ | ||
| 1 | -.ablocks-block--progress-tracker .ablocks-block-container { | |
| 2 | - width: 100%; | |
| 3 | -} | |
| 4 | - | |
| 5 | -/* bar style */ | |
| 6 | -.ablocks-block-progress-bar-track { | |
| 7 | - width: 100%; | |
| 8 | - z-index: 1; | |
| 9 | - display: flex; | |
| 10 | -} | |
| 11 | -.ablocks-block-progress-bar { | |
| 12 | - display: flex; | |
| 13 | - position: relative; | |
| 14 | - align-items: center; | |
| 15 | - overflow-x: hidden; | |
| 16 | -} | |
| 17 | -/* Left and Right Alignments */ | |
| 18 | -.ablocks-block-progress-bar-track.ablocks-block-progress-bar-left { | |
| 19 | - justify-content: start; | |
| 20 | -} | |
| 21 | -.ablocks-block-progress-bar-track.ablocks-block-progress-bar-right { | |
| 22 | - justify-content: end; | |
| 23 | -} | |
| 24 | - | |
| 25 | -.ablocks-block-progress--fixed { | |
| 26 | - position: fixed; | |
| 27 | - width: 100%; | |
| 28 | - z-index: 10; | |
| 29 | -} | |
| 30 | -.ablocks-block-progress--absolute { | |
| 31 | - position: absolute; | |
| 32 | - width: 100%; | |
| 33 | -} | |
| 34 | - | |
| 35 | -.ablocks-block-progress__text { | |
| 36 | - font-size: 16px; | |
| 37 | - position: absolute; | |
| 38 | -} | |
| 39 | -/* circle style*/ | |
| 40 | -.ablocks-block-progress-circle__svg { | |
| 41 | - overflow: visible; | |
| 42 | - | |
| 43 | -} | |
| 44 | -.ablocks-block-progress-circle { | |
| 45 | - display: flex; | |
| 46 | - justify-content: center; | |
| 47 | - align-items: center; | |
| 48 | -} | |
| 49 | -.ablocks-block-progress-circle__wrapper { | |
| 50 | - position: relative; | |
| 51 | - display: inline-flex; | |
| 52 | - align-items: center; | |
| 53 | - justify-content: center; | |
| 54 | -} | |
| 1 | +.ablocks-block--progress-tracker .ablocks-block-container{width:100%}.ablocks-block-progress-bar-track{display:flex;width:100%;z-index:1}.ablocks-block-progress-bar{align-items:center;display:flex;overflow-x:hidden;position:relative}.ablocks-block-progress-bar-track.ablocks-block-progress-bar-left{justify-content:start}.ablocks-block-progress-bar-track.ablocks-block-progress-bar-right{justify-content:end}.ablocks-block-progress--fixed{position:fixed;width:100%;z-index:10}.ablocks-block-progress--absolute{position:absolute;width:100%}.ablocks-block-progress__text{font-size:16px;position:absolute}.ablocks-block-progress-circle__svg{overflow:visible}.ablocks-block-progress-circle{align-items:center;display:flex;justify-content:center}.ablocks-block-progress-circle__wrapper{align-items:center;display:inline-flex;justify-content:center;position:relative} | |