moved specific css

This commit is contained in:
Axolotle 2020-08-07 19:04:22 +02:00
parent a7a98ca157
commit 5d393147d9
2 changed files with 13 additions and 13 deletions

View file

@ -33,3 +33,13 @@ export default {
}
}
</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>

View file

@ -30,19 +30,9 @@ body {
color: #333;
}
.input-group {
.input-group-append ~ .input-group-append {
min-width: 40%;
}
select {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
&.is-invalid ~ .invalid-feedback {
display: block;
}
// Allow state of input group to be displayed under the group
.input-group .is-invalid ~ .invalid-feedback {
display: block;
}
.col-form-label {