feat: oidc config

This commit is contained in:
zerosoul
2022-05-20 23:58:23 +08:00
parent 7209efa685
commit 63106cf749
8 changed files with 218 additions and 71 deletions
+8 -1
View File
@@ -23,7 +23,6 @@ const StyledMenu = styled.ul`
font-size: 14px;
line-height: 20px;
color: #616161;
.icon {
width: 20px;
height: 20px;
@@ -65,6 +64,14 @@ const StyledMenu = styled.ul`
color: #fff;
}
}
&[data-disabled="true"] {
color: #a4a8b3;
.icon {
path {
fill: #a4a8b3;
}
}
}
}
`;