Merge branch 'develop'
This commit is contained in:
commit
a2de9b2d18
2 changed files with 27 additions and 2 deletions
|
|
@ -4,4 +4,29 @@
|
|||
|
||||
|
||||
@include searchbox($searchbox-config...);
|
||||
@include dropdown($dropdown-config...);
|
||||
@include dropdown($dropdown-config...);
|
||||
|
||||
.ds-dropdown-menu {
|
||||
background: #fff;
|
||||
border-radius: 4px;
|
||||
min-width: 420px;
|
||||
padding: 0 8px;
|
||||
margin-top: 16px;
|
||||
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2), 0 2px 3px 0 rgba(0, 0, 0, 0.1);
|
||||
|
||||
&:before {
|
||||
left: 48px;
|
||||
display: block;
|
||||
position: absolute;
|
||||
content: '';
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
background: #FFFFFF;
|
||||
z-index: 1000;
|
||||
top: -7px;
|
||||
border-top: 1px solid #D9D9D9;
|
||||
border-right: 1px solid #D9D9D9;
|
||||
transform: rotate(-45deg);
|
||||
border-radius: 2px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ $dropdown-config: (
|
|||
layout-alignment: right,
|
||||
layout-width: 800,
|
||||
background-color: #fff,
|
||||
border-radius: 4,
|
||||
border-radius: 40,
|
||||
border-width: 1,
|
||||
border-color: #d9d9d9,
|
||||
box-shadow: light,
|
||||
|
|
|
|||
Loading…
Reference in a new issue