zui
Version:
一个基于 Bootstrap 深度定制开源前端实践方案,帮助你快速构建现代跨屏应用。
26 lines (20 loc) • 632 B
text/less
/// ========================================================================
/// ZUI: divider.less
/// http://openzui.com
/// ========================================================================
/// Copyright 2014-2020 cnezsoft.com; Licensed MIT
/// ========================================================================
// Horizontal segment
hr {
margin-top: @line-height-computed;
margin-bottom: @line-height-computed;
border: 0;
border-top: 1px solid @hr-border;
&.divider-sm {
margin-top: @line-height-computed/2;
margin-bottom: @line-height-computed/2;
}
&.divider {
margin: 0;
}
}