Skip to content
Snippets Groups Projects
customPopupModal.scss 631 B
Newer Older
  • Learn to ignore specific revisions
  • @import 'src/styles/base/typo-variables';
    @import 'src/styles/base/color';
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
    
    
    .customPopupRoot {
      border: 1px solid $gold-euro;
    }
    
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
    .customPopupModal {
    
      display: flex;
      flex-direction: column;
      align-items: center;
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
      padding: 1rem;
      max-width: 20rem;
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
      .customPopup-title {
        color: $gold-shadow;
        margin: 1rem auto;
      }
      .customPopup-content {
        text-align: center;
    
        font-weight: 700;
        p {
          color: $grey-bright;
        }
    
        a {
          color: $gold-shadow;
        }
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
      }
    
      button.btn-highlight {
    
        padding: 0.65rem 2.5rem;
        margin-top: 1rem;
        width: unset;
    
    #accessibility-title {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
      display: none;
    }