Sha256: dbbeee2097ae83d034252b4a498b6f019391149135a1b1e0a639d349a9cbc1ed

Contents?: true

Size: 1.19 KB

Versions: 2

Compression:

Stored size: 1.19 KB

Contents

.process-header{
  margin-bottom: 3rem;
  .heading2{
    font-weight: bold;
  }
}

.process-header__main{
  background-size: cover;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  &:after{
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba($black, .6);
  }
}

.process-header__container{
  position: relative;
  z-index: 1;
  padding: 0 0 0 1rem;
  @include breakpoint(mediumlarge){
    display: flex;
    align-items: center;
  }
}

.process-header__info{
  padding: 2rem 1.5rem 2rem 1rem;
  @include breakpoint(mediumlarge){
    padding-left: 2rem;
  }
}

.process-header__phase{
  background: rgba($dark-gray, .8);
  color: $white;
  text-align: center;
  padding: 2rem 1rem;
  margin-left: -1rem;
  .button{
    margin-top: 1rem;
    margin-bottom: 0;
    color: $white;
    border-color: $white;
    &:hover,
    &.is-active{
      color: $primary;
      border-color: $primary;
    }
  }
}

.process-header__hashtag{
  font-weight: 600;
  &::after{
    content: "ยท";
    margin-left: .5rem;
    margin-right: .5rem;
  }
}


.process-header__nav{
  margin-top: auto;
  z-index: 1;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
decidim-core-0.0.5 app/assets/stylesheets/decidim/modules/_process-header.scss
decidim-core-0.0.3 app/assets/stylesheets/decidim/modules/_process-header.scss