forked from Gitlink/forgeplus-react
134 lines
2.5 KiB
CSS
134 lines
2.5 KiB
CSS
.dropdownFlex {
|
|
display: flex;
|
|
background: #fff;
|
|
border-radius: 3px;
|
|
}
|
|
.dropdownFlex .ant-menu-vertical > .ant-menu-item {
|
|
border: none;
|
|
height: 35px;
|
|
line-height: 35px;
|
|
margin: 0px;
|
|
}
|
|
.dropdownFlex .ant-menu-vertical > .ant-menu-item.ant-menu-item-selected {
|
|
background-color: #fff;
|
|
}
|
|
.dropdownFlex .ant-menu-vertical > .ant-menu-item.ant-menu-item-selected a {
|
|
color: rgba(0, 0, 0, 0.65) !important;
|
|
}
|
|
.dropdownFlex .ant-menu-vertical > .ant-menu-item.ant-menu-item-active a {
|
|
color: #4cacff !important;
|
|
}
|
|
.dropdownFlex .ant-menu-vertical {
|
|
border: none;
|
|
}
|
|
|
|
.currentImg {
|
|
width: 34px;
|
|
height: 34px;
|
|
border-radius: 50%;
|
|
margin-left: 30px;
|
|
}
|
|
|
|
.currentMenu {
|
|
width: 120px;
|
|
text-align: center;
|
|
padding: 0px;
|
|
}
|
|
.currentMenu .currentName {
|
|
padding: 0px 8px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
display: block;
|
|
}
|
|
.currentMenu li {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
padding: 0px !important;
|
|
cursor: default;
|
|
}
|
|
.currentMenu li:hover {
|
|
background-color: #fff;
|
|
}
|
|
.currentMenu li:first-child {
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
.currentMenu li:last-child {
|
|
border-top: 1px solid #eee;
|
|
}
|
|
.currentMenu li:last-child a {
|
|
border-radius: 0px 0px 4px 4px;
|
|
}
|
|
.currentMenu li a {
|
|
padding: 0px;
|
|
margin: 0px;
|
|
display: block;
|
|
color: #666;
|
|
}
|
|
.currentMenu li a:hover {
|
|
color: #fff;
|
|
background: #4CACFF;
|
|
}
|
|
|
|
.newFooter {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
background: #323232;
|
|
clear: both;
|
|
min-width: 1200px;
|
|
z-index: 8;
|
|
left: 0px;
|
|
}
|
|
.newFooter p {
|
|
margin-top: 0;
|
|
margin-bottom: 0px !important;
|
|
}
|
|
.newFooter .footerInfos {
|
|
display: flex;
|
|
max-width: 1200px;
|
|
margin: 0px auto;
|
|
justify-content: space-around;
|
|
padding: 60px 0px;
|
|
}
|
|
.newFooter .footerInfos > ul {
|
|
padding: 0px 40px;
|
|
box-sizing: border-box;
|
|
max-width: 25%;
|
|
text-align: left;
|
|
}
|
|
.newFooter .footerInfos > ul li {
|
|
color: #fff;
|
|
font-weight: 300;
|
|
}
|
|
.newFooter .footerInfos > ul li:first-child {
|
|
font-size: 17px;
|
|
}
|
|
.newFooter .footerInfos > ul li > a, .newFooter .footerInfos > ul li > span {
|
|
color: #bbb;
|
|
}
|
|
.newFooter .footerInfos > ul li > a:hover {
|
|
color: #4cacff;
|
|
}
|
|
.newFooter .footerCopy {
|
|
color: #bbb;
|
|
border-top: 1px solid #4e4e4e;
|
|
padding: 10px 0px;
|
|
}
|
|
.newFooter .footerCopy a {
|
|
color: #bbb;
|
|
}
|
|
.newFooter .footerCopy a:hover {
|
|
color: #4cacff;
|
|
}
|
|
|
|
.inviteForm .ant-form-item {
|
|
margin-right: 0px;
|
|
}
|
|
.inviteForm .ant-form-item-label {
|
|
width: 110px;
|
|
text-align: right;
|
|
}
|
|
|
|
/*# sourceMappingURL=header.css.map */
|