Add success style

This commit is contained in:
Alex Humphries 2026-01-27 17:03:16 -05:00
parent 4b18f7e06a
commit 6e9a89784b

View file

@ -84,6 +84,12 @@ export default {
border-color: $red;
}
}
&.has-success {
input + .list-button-horizontal-content {
border-color: $success;
}
}
}
.col:first-of-type {
.list-button-horizontal-content {