Sha256: 6acfc8986ff6d761deeafa6f04e18fdcca16bb4ae271a79e82edd19d11a76cd6

Contents?: true

Size: 1.61 KB

Versions: 12

Compression:

Stored size: 1.61 KB

Contents

/* Reveal foundation overwrites */

@include breakpoint(small down){
  .reveal{
    width: 95%;
    left: 2.5%;
    top: 2rem;
    height: auto;
    min-height: auto;
  }
}

.reveal__header{
  border-bottom: $border;
  margin-bottom: 1rem;

  &.reveal__header--nomargin{
    margin-bottom: 0;
  }
}

.reveal{
  .calendar-url-description{
    margin-bottom: .5rem;
  }

  .calendar_url_input{
    margin-top: 1rem;
  }

  #urlCalendarUrl{
    // Prevent the "not-allowed" cursor in the share input.
    cursor: auto;
  }
}

.reveal__footer{
  border-top: $border;

  .buttons{
    display: flex;
    justify-content: center;
    padding: 10px 0 50px; // bottom padding is needed to avoid hiding buttons on mobiles because of https://stackoverflow.com/questions/37112218/css3-100vh-not-constant-in-mobile-browser

    @include breakpoint(medium){
      padding-bottom: 0;
      margin-bottom: -1rem;
    }
  }
}

.reveal__bg{
  background-color: $light-gray-dark;
}

.reveal__title{
  margin-top: -6px;
}

.reveal__list{
  @extend .list-reset;

  li{
    @extend .p-s;

    display: flex;
  }

  li.selected{
    background-color: rgba($warning, .3);
    justify-content: space-between;

    svg{
      color: $success;
      align-self: center;
    }
  }

  li:hover{
    cursor: pointer;
  }

  li:not(:last-child){
    border-bottom: $border;
  }
}

.reveal__trigger{
  cursor: pointer;
}

.reveal__buttons{
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
}

.external-domain-warning{
  .card-section{
    padding: 0;
  }

  .buttons{
    display: flex;
    justify-content: center;

    .button{
      margin: 0;
    }
  }
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
decidim-core-0.27.9 app/packs/stylesheets/decidim/modules/_reveal.scss
decidim-core-0.27.8 app/packs/stylesheets/decidim/modules/_reveal.scss
decidim-core-0.27.7 app/packs/stylesheets/decidim/modules/_reveal.scss
decidim-core-0.27.6 app/packs/stylesheets/decidim/modules/_reveal.scss
decidim-core-0.27.5 app/packs/stylesheets/decidim/modules/_reveal.scss
decidim-core-0.27.4 app/packs/stylesheets/decidim/modules/_reveal.scss
decidim-core-0.27.3 app/packs/stylesheets/decidim/modules/_reveal.scss
decidim-core-0.27.2 app/packs/stylesheets/decidim/modules/_reveal.scss
decidim-core-0.27.1 app/packs/stylesheets/decidim/modules/_reveal.scss
decidim-core-0.27.0 app/packs/stylesheets/decidim/modules/_reveal.scss
decidim-core-0.27.0.rc2 app/packs/stylesheets/decidim/modules/_reveal.scss
decidim-core-0.27.0.rc1 app/packs/stylesheets/decidim/modules/_reveal.scss