Difference between revisions of "Template:CCU Taiwan"

Line 1,361: Line 1,361:
 
}
 
}
  
 +
body {
 +
  @for $i from 1 to 6 {
 +
    &.page-#{$i} {
 +
      #pagination li:nth-of-type(#{$i}) {
 +
        @extend %active-dot;
 +
      }
 +
    }
 +
  }
 +
}
 +
 +
%active-dot {
 +
  transform: scale(2);
 +
}
  
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 10:19, 17 October 2018