Skip to content
Snippets Groups Projects
popups.scss 623 B
Newer Older
  • Learn to ignore specific revisions
  • Bastien DUMONT's avatar
    Bastien DUMONT committed
    @import '../../styles/config/colors';
    
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
    .popups {
    
      .partnersInfo {
    
        margin-bottom: 2rem;
    
      p.endDate {
        color: $gold-dark;
        font-weight: bold;
    
      .popupDescription,
      .popupEndDate {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
        display: flex;
    
        flex-direction: column;
        gap: 0.5rem;
    
        label {
          text-transform: uppercase;
          font-weight: 700;
        }
    
        .count {
          color: $text-dark;
          max-width: 600px;
          height: 19px;
          font-weight: 400;
          font-size: 0.8rem;
          display: flex;
          justify-content: flex-end;
        }
    
        display: flex;
    
        flex-direction: column;
    
        gap: 1rem;