styling change to alert on vehicle-parts
This commit is contained in:
parent
c7141790fc
commit
84103119f7
1 changed files with 13 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue