﻿@import '../_styles.scss';

CustomizationPanel {
  width: 100%;
  height: 100%;
  font-family: Balsamiq Sans;
  
  .bg {
    width: 100%;
    height: 100%;
    background-image: url("textures/ui/bedroom.jpg");
    background-size: cover;
  }
  
  .fg {
    width: 100%;
    height: 100%;
    backdrop-filter: blur(48px);
  }
}