mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(settings): Styles for scope button
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue