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:
贾海涛(龙笛) 2022-12-15 07:54:49 +00:00
commit 2da9a8f98c
2 changed files with 0 additions and 9 deletions

View File

@ -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>
)}

View File

@ -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;
}
}
}