mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
moved specific css
This commit is contained in:
parent
a7a98ca157
commit
5d393147d9
2 changed files with 13 additions and 13 deletions
|
@ -33,3 +33,13 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
.input-group-append ~ .input-group-append {
|
||||||
|
min-width: 40%;
|
||||||
|
}
|
||||||
|
select {
|
||||||
|
border-top-left-radius: 0;
|
||||||
|
border-bottom-left-radius: 0;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
|
@ -30,19 +30,9 @@ body {
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-group {
|
// Allow state of input group to be displayed under the group
|
||||||
.input-group-append ~ .input-group-append {
|
.input-group .is-invalid ~ .invalid-feedback {
|
||||||
min-width: 40%;
|
|
||||||
}
|
|
||||||
|
|
||||||
select {
|
|
||||||
border-top-left-radius: 0;
|
|
||||||
border-bottom-left-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.is-invalid ~ .invalid-feedback {
|
|
||||||
display: block;
|
display: block;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-form-label {
|
.col-form-label {
|
||||||
|
|
Loading…
Add table
Reference in a new issue