_battery.scss 422 B

12345678910111213141516171819202122232425
  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. top: 1px;
  14. }
  15. .battery-percent {
  16. font-size: 0.8em;
  17. font-family: monospace;
  18. text-align: center;
  19. top: 20px;
  20. left: 1px;
  21. }
  22. }