zui
Version:
一个基于 Bootstrap 深度定制开源前端实践方案,帮助你快速构建现代跨屏应用。
36 lines (29 loc) • 837 B
text/less
/// ========================================================================
/// ZUI: chosen.icons.less
/// http://openzui.com
/// ========================================================================
/// Copyright 2014-2020 cnezsoft.com; Licensed MIT
/// ========================================================================
// Icons selector style with chosen module
.chosen-container.chosen-icons {
.chosen-results {
padding: 5px;
li {
border-radius: @border-radius-base;
&.group-result {
padding: 5px 0;
color: #666;
font-size: 12px;
border-radius: 0;
}
&.group-option {
display: inline-block;
padding: 8px;
font-size: 14px;
line-height: 14px;
width: 30px;
text-align: center;
}
}
}
}