styling change to alert on vehicle-parts

This commit is contained in:
Kroell 2023-04-06 11:00:29 -04:00
parent c7141790fc
commit 84103119f7

View file

@ -16,7 +16,8 @@
class="rounded border-0 shadow-sm"
alertClass="alert-warning"
cmsWidgetName="AlertWidget"
:isDismissible="false" />
:isDismissible="false"
id="vehicle-parts-alert" />
</div>
</div>
</div>
@ -222,8 +223,14 @@ export default {
};
</script>
<style lang="scss">
.overflow-scroll {
height: calc(100% - 180px);
overflow-x: hidden !important;
}
</style>
.overflow-scroll {
height: calc(100% - 180px);
overflow-x: hidden !important;
}
#vehicle-parts-alert {
.alert-heading {
margin-top: 0.25rem !important;
}
}
</style>