| @@ -1,0 +1,32 @@ | ||
| 1 | +.king-addons-reading-progress-bar-container { | |
| 2 | + position: fixed; | |
| 3 | + left: 0; | |
| 4 | + width: 100%; | |
| 5 | + z-index: 999; | |
| 6 | +} | |
| 7 | + | |
| 8 | +.king-addons-reading-progress-bar { | |
| 9 | + background: #574ff7; | |
| 10 | + width: 0; | |
| 11 | + transition: all 0s; | |
| 12 | +} | |
| 13 | + | |
| 14 | +.king-addons-reading-progress-bar-container-position-top { | |
| 15 | + top: 0; | |
| 16 | +} | |
| 17 | + | |
| 18 | +@media (min-width: 783px) { | |
| 19 | + .admin-bar .king-addons-reading-progress-bar-container-position-top { | |
| 20 | + top: 32px; | |
| 21 | + } | |
| 22 | +} | |
| 23 | + | |
| 24 | +@media (min-width: 601px) and (max-width: 782px) { | |
| 25 | + .admin-bar .king-addons-reading-progress-bar-container-position-top { | |
| 26 | + top: 46px; | |
| 27 | + } | |
| 28 | +} | |
| 29 | + | |
| 30 | +.king-addons-reading-progress-bar-container-position-bottom { | |
| 31 | + bottom: 0; | |
| 32 | +} | |