mirror of https://gitee.com/answerdev/answer.git
Merge branch 'feat/ui-0.7.0' into 'test'
Feat/ui 0.7.0 See merge request opensource/answer!343
This commit is contained in:
commit
2da9a8f98c
|
@ -59,13 +59,6 @@ const Index: FC = () => {
|
|||
box-shadow: 0 0 0 0.25rem ${primaryColor.fade(0.75).string()};
|
||||
border-color: ${tintColor(primaryColor, 0.5)};
|
||||
}
|
||||
.badge-tag:not(.badge-tag-reserved, .badge-tag-required) {
|
||||
color: ${shadeColor(primaryColor, 0.4)};
|
||||
background: ${tintColor(primaryColor, 0.8).fade(0.5).string()};
|
||||
}
|
||||
.badge-tag:hover:not(.badge-tag-reserved, .badge-tag-required) {
|
||||
background: ${tintColor(primaryColor, 0.8).hex()};
|
||||
}
|
||||
`}
|
||||
</style>
|
||||
)}
|
||||
|
|
|
@ -87,7 +87,6 @@
|
|||
#header {
|
||||
.logo {
|
||||
max-width: 93px;
|
||||
max-height: initial;
|
||||
}
|
||||
.nav-grow {
|
||||
flex-grow: 1!important;
|
||||
|
@ -108,7 +107,6 @@
|
|||
#header {
|
||||
.logo {
|
||||
max-width: 93px;
|
||||
max-height: initial;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue