forked from Gitlink/forgeplus-react
40 lines
686 B
CSS
40 lines
686 B
CSS
.branchDropdown{
|
|
border:1px solid #eee;
|
|
border-radius: 4px;
|
|
display: flex;
|
|
justify-content: center;
|
|
height: 35px;
|
|
line-height: 35px;
|
|
width: 150px;
|
|
}
|
|
.branchDropdown .ant-dropdown-trigger{
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
.branchOptions{
|
|
width: 200px;
|
|
padding:10px;
|
|
box-shadow: 0px 0px 1px 1px rgba(134, 134, 134, 0.1);
|
|
border-radius: 3px;
|
|
background: #fff;
|
|
max-height: 200px;
|
|
}
|
|
.OptionsUl{
|
|
max-height: 200px;
|
|
overflow-y: auto;
|
|
}
|
|
.OptionsUl li{
|
|
height: 22px;
|
|
line-height: 22px;
|
|
cursor: pointer;;
|
|
}
|
|
.OptionsUl li a{
|
|
display: block;
|
|
padding-left: 2px;
|
|
}
|
|
.OptionsInput{
|
|
height: 32px;
|
|
padding-left: 4px;
|
|
line-height: 32px;
|
|
width: 100%;
|
|
} |