forked from Gitlink/forgeplus-react
137 lines
2.3 KiB
CSS
137 lines
2.3 KiB
CSS
.branchDropdown {
|
|
border: 1px solid #eee;
|
|
border-radius: 4px;
|
|
display: flex;
|
|
justify-content: center;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
min-width: 220px;
|
|
}
|
|
|
|
.branchDropdown .ant-dropdown-trigger {
|
|
width: 100%;
|
|
padding: 0px 15px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.branchOptions {
|
|
width: 220px;
|
|
box-shadow: 0px 0px 3px 1px rgba(134, 134, 134, 0.4);
|
|
border-radius: 3px;
|
|
background: #fff;
|
|
max-height: 300px;
|
|
}
|
|
|
|
.OptionsUl {
|
|
max-height: 220px;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.OptionsUl li {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
cursor: pointer;
|
|
padding: 0px 20px;
|
|
margin: 5px 0px;
|
|
}
|
|
|
|
.OptionsUl li:hover {
|
|
background-color: #F0F0F0;
|
|
}
|
|
|
|
.OptionsUl li a {
|
|
display: block;
|
|
}
|
|
|
|
.OptionsInput {
|
|
height: 32px;
|
|
padding-left: 4px;
|
|
line-height: 32px;
|
|
width: 100%;
|
|
}
|
|
|
|
.branch-tagBox {
|
|
border: 1px solid #D0D0D0;
|
|
border-radius: 3px;
|
|
height: 36px;
|
|
display: flex;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
min-width: 104px;
|
|
}
|
|
|
|
.branch-tagBox:hover {
|
|
background-color: #F3F4F6;
|
|
}
|
|
|
|
.branch-tagBox-list {
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 4px 8px 2px rgba(212, 212, 212, 0.5);
|
|
border-radius: 4px;
|
|
}
|
|
.branch-tagBox-list .ant-popover-arrow {
|
|
display: none;
|
|
}
|
|
.branch-tagBox-list.ant-popover.ant-popover-placement-bottom {
|
|
padding-top: 0px;
|
|
}
|
|
.branch-tagBox-list .branch-tagBox .ant-dropdown-link {
|
|
display: block;
|
|
flex: 1;
|
|
max-width: 105px;
|
|
}
|
|
.branch-tagBox-list .ant-popover-inner-content {
|
|
padding: 0px;
|
|
}
|
|
|
|
.overlayBranch {
|
|
width: 325px;
|
|
}
|
|
.overlayBranch .navUl {
|
|
margin-top: 8px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
.overlayBranch .navUl li {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
padding: 0px 5px;
|
|
margin-left: 20px !important;
|
|
}
|
|
|
|
.listTips {
|
|
padding: 20px 0px;
|
|
text-align: center;
|
|
}
|
|
|
|
.urlMenu {
|
|
line-height: 30px;
|
|
margin-bottom: 10px;
|
|
padding: 15px 20px 0px 20px;
|
|
border-bottom: none;
|
|
}
|
|
.urlMenu li.ant-menu-item {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
padding: 0px 5px;
|
|
margin-right: 20px !important;
|
|
}
|
|
.urlMenu li.ant-menu-item.ant-menu-item-selected, .urlMenu li.ant-menu-item.ant-menu-item-active {
|
|
color: #333;
|
|
}
|
|
.urlMenu li.ant-menu-item.ant-menu-item-selected {
|
|
border-color: #1890ff !important;
|
|
}
|
|
.urlMenu li.ant-menu-item.ant-menu-item-active {
|
|
border-color: transparent;
|
|
}
|
|
|
|
.copytool {
|
|
margin: 0px 10px;
|
|
}
|
|
|
|
/*# sourceMappingURL=branch.css.map */
|