cleanup before deamalgmation

This commit is contained in:
2023-03-13 19:18:16 +10:00
parent 85c37ba748
commit cf3c35ffa3

View File

@@ -166,7 +166,7 @@ const inputActive = ref(value.value.length > 0 || props.type == "select");
* Return the classname based on type * Return the classname based on type
*/ */
const computedClassType = computed(() => { const computedClassType = computed(() => {
return `sm-input-${props.type}`; return `sm-input-type-${props.type}`;
}); });
watch( watch(
@@ -434,15 +434,28 @@ const handleMediaSelect = async (event) => {
background-size: 24px 18px; background-size: 24px 18px;
} }
&.sm-input-media { &.sm-input-type-media {
label { label {
position: relative; position: relative;
transform: none; transform: none;
} }
.sm-input-help {
text-align: center;
}
&.sm-feedback-invalid .sm-input-media .sm-input-media-item ion-icon {
border: 2px solid $danger-color;
}
&.sm-feedback-invalid .sm-invalid-icon {
// position: relative;
}
} }
.sm-input-media { .sm-input-media {
text-align: center; text-align: center;
margin-bottom: map-get($spacer, 2);
.sm-input-media-item { .sm-input-media-item {
display: block; display: block;