电子档案
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
856 B

  1. /* Retina tweaks */
  2. @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  3. only screen and ( min--moz-device-pixel-ratio: 1.5),
  4. only screen and ( -o-min-device-pixel-ratio: 3/2),
  5. only screen and ( min-device-pixel-ratio: 1.5),
  6. only screen and (min-resolution: 192dpi) {
  7. .navbar-header .navbar-brand {
  8. background-size: 148px 25px;
  9. }
  10. .account .google-drive {
  11. background: transparent url('../../images/google-drive-2x.png') 50% 50% no-repeat;
  12. background-size: 34px 34px;
  13. }
  14. .account .alfresco {
  15. background: transparent url('../../images/alfresco-2x.png') 50% 50% no-repeat;
  16. background-size: 34px 34px;
  17. }
  18. .account .alfresco-cloud {
  19. background: transparent url('../../images/alfresco-cloud-2x.png') 50% 50% no-repeat;
  20. background-size: 34px 34px;
  21. }
  22. }