Merge pull request #503 from Safelite/feature/CSR-550

WIP modal updates.
This commit is contained in:
bmauger 2022-05-20 14:26:12 -04:00 committed by GitHub
commit fae7580302
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
<template>
<div class="container modal-loader vh-100">
<div class="row h-100 d-flex align-items-center">
<div class="container modal-loader vh-100 overflow-visible">
<div class="row g-2 h-100 d-flex align-items-center">
<div class="container-fluid">
<div class="row h-100">
<div class="col text-center tagbg">
@ -49,6 +49,10 @@ export default {
.modal-loader {
background-color: $gray-100;
z-index: 9999;
position: absolute;
width: 100%;
left: 0;
top: 0;
p {
font-family: Roboto;
}