UNPKG

zui

Version:

一个基于 Bootstrap 深度定制开源前端实践方案,帮助你快速构建现代跨屏应用。

24 lines (19 loc) 818 B
/// ======================================================================== /// Bootstrap: pager.size.less /// https://github.com/twbs/bootstrap/blob/master/less/pagination.less /// /// ZUI: The file has been changed in ZUI. It will not keep update with the /// Bootsrap version in the future. /// http://openzui.com /// ======================================================================== /// Bootrap: Copyright 2011-2016 Twitter, Inc. Licensed under MIT /// ======================================================================== // Pager sizing // Large .pager-lg { .pager-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @border-radius-large); } // Small .pager-sm { .pager-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @border-radius-small); }