head.less 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .ms-people-heard{
  2. .ms-admin-sidebar-list{
  3. margin-bottom: 0em;
  4. li{
  5. border: none;
  6. margin-bottom: 0px;
  7. .ms-header{
  8. background: #efefef url(../images/header-bg.png) repeat-x 0 0;
  9. margin: 0em!important;
  10. color: #9d9ea0;
  11. font-weight: 100;
  12. background-size: 100% 2.5em;
  13. .ms-titlebar-nav{
  14. text-align: center!important;
  15. color: #252525;
  16. }
  17. }
  18. h2{
  19. margin-right: .6em;
  20. margin-left: .6em;
  21. font-size: 1.3em;
  22. color: #9d9ea0;
  23. }
  24. .ms-g{
  25. background: #404042;
  26. color: #fff;
  27. text-align: center;
  28. .am-icon-btn{
  29. background: #404042;
  30. color: #fff;
  31. line-height: 1.5em;
  32. height: 1.5em;
  33. }
  34. .ms-icon-btn-font{
  35. font-size: small;
  36. font-weight: 100;
  37. line-height: 2em;
  38. color: #ffffff;
  39. }
  40. }
  41. }
  42. }
  43. }