mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
move FileItem specific style to its component
This commit is contained in:
parent
4547427ac3
commit
343966a2ae
2 changed files with 12 additions and 5 deletions
|
@ -63,3 +63,13 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
::v-deep .custom-file-label {
|
||||||
|
color: $input-placeholder-color;
|
||||||
|
|
||||||
|
.btn-danger + .b-form-file & {
|
||||||
|
color: $input-color;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
|
@ -182,12 +182,9 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style lang="scss" scoped>
|
||||||
h3.card-title {
|
h3 {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
border-bottom: solid 1px #aaa;
|
border-bottom: solid 1px #aaa;
|
||||||
}
|
}
|
||||||
.form-control::placeholder, .form-file-text {
|
|
||||||
color: #6d7780;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue