fix(settings): Styles for scope button

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/40938/head
Christopher Ng 2023-10-23 15:53:30 +07:00
parent a9fdc52f69
commit f0bb5e7e76
1 changed files with 1 additions and 10 deletions

@ -86,18 +86,9 @@ export default {
</script>
<style lang="scss" scoped>
.federation-actions__btn {
&::v-deep p {
width: 150px !important;
padding: 8px 0 !important;
color: var(--color-main-text) !important;
font-size: 12.8px !important;
line-height: 1.5em !important;
}
}
.federation-actions__btn--active {
background-color: var(--color-primary-element-light) !important;
box-shadow: inset 2px 0 var(--color-primary-element) !important;
border-radius: 0px !important;
}
</style>