Sha256: 7b6438d3ab50be33313e08a32dda498482e6978079a20612a7847e68975abe88

Contents?: true

Size: 799 Bytes

Versions: 2

Compression:

Stored size: 799 Bytes

Contents

.main-header {
  background: url('//d15g8hc4183yn4.cloudfront.net/wp-content/uploads/2022/10/05192823/weather-bg.png');
  border-bottom: 2px solid red;
  margin-bottom: 1em;

  a:not(.chip),
  span.label {
    background: white;
    padding: .2em;
  }

  hr {
    margin-top: 0;
  }

  ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;

    li {
      margin: 0 10px 10px 0;
      display: inline-block;
      min-width: 220px;

      > div { /* for example .galleries--menu */
        display: inline-block;
      }
    }
  }


}
@media only screen and (max-width: 400px) {
  .main-header ul li {
    min-width: 45vw;
  }
}

.main-header.development {
  background: url('//d15g8hc4183yn4.cloudfront.net/wp-content/uploads/2022/10/05192822/weather-bg-development.png');
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ish_manager-0.1.8.513 app/assets/stylesheets/ish_manager/main_header.scss
ish_manager-0.1.8.512 app/assets/stylesheets/ish_manager/main_header.scss