Merge pull request #503 from Safelite/feature/CSR-550
WIP modal updates.
This commit is contained in:
commit
fae7580302
1 changed files with 6 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue