_battery.scss 404 B

123456789101112131415161718192021222324
  1. .battery-status {
  2. position: relative;
  3. top: -12px;
  4. right: 24px;
  5. &.with-percent {
  6. top: -18px;
  7. }
  8. md-icon, span {
  9. width: 24px;
  10. height: 24px;
  11. line-height: 24px;
  12. position: absolute;
  13. }
  14. .battery-percent {
  15. font-size: 0.8em;
  16. font-family: monospace;
  17. text-align: center;
  18. top: 20px;
  19. left: 1px;
  20. }
  21. }