﻿/* Theme for the ripple elements.*/
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
.splash {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0.8);
  background-color: #e5e8e6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
