Skip to content
Snippets Groups Projects
popups.scss 612 B
Newer Older
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;

    .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;
Bastien DUMONT's avatar
Bastien DUMONT committed

  h4 {
    text-transform: uppercase;
    margin-top: 1rem;
  }