Skip to content
Snippets Groups Projects
estimatedConsumptionModal.scss 374 B
Newer Older
  • Learn to ignore specific revisions
  • @import 'src/styles/base/color';
    
    .estimation-modal {
      padding: 0.5rem;
      color: $grey-bright;
      .modal-title {
        color: $gold-shadow;
        font-weight: bold;
        text-align: center;
        margin-bottom: 0.5rem;
      }
      ul {
        padding-left: 1rem;
      }
      .electricity {
        color: $elec-color;
      }
      .water {
        color: $water-color;
      }
      .gas {
        color: $gas-color;
      }
    }