channelStatistics.less 158 B

123456789101112
  1. .content{
  2. padding: 0 !important;
  3. .item{
  4. padding: 10px 8px;
  5. cursor: pointer;
  6. }
  7. .item:hover{
  8. background: #58a3ffd1;
  9. color: white;
  10. }
  11. }