forgeplus-react/src/forge/Branch/branch.css

43 lines
753 B
CSS

.branchDropdown{
border:1px solid #eee;
border-radius: 4px;
display: flex;
justify-content: center;
height: 35px;
line-height: 35px;
min-width: 150px;
}
.branchDropdown .ant-dropdown-trigger{
width: 100%;
text-align: center;
padding:0px 15px;
}
.branchOptions{
width: 200px;
padding:10px;
box-shadow: 0px 0px 1px 1px rgba(134, 134, 134, 0.1);
border-radius: 3px;
background: #fff;
max-height: 300px;
}
.OptionsUl{
max-height: 200px;
overflow-y: auto;
margin-top: 10px;
}
.OptionsUl li{
height: 30px;
/*line-height: 22px;*/
cursor: pointer;
}
.OptionsUl li a{
display: block;
padding: 4px;
/*padding-left: 2px;*/
}
.OptionsInput{
height: 32px;
padding-left: 4px;
line-height: 32px;
width: 100%;
}