Sha256: 01dc08919e2b4ecbd8d872b2cc38554a5e057af95eebe492c575a4202f3caded

Contents?: true

Size: 450 Bytes

Versions: 2

Compression:

Stored size: 450 Bytes

Contents

#header {
  padding: 72px 0 48px;
  line-height: 24px;
  line-height: 28px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  margin: 30px 0;

  h1 {
    margin: 12px 0 0;
    float: left;
    font-size: 18px;
    a {
      color: #000;
    }
  }
  .slack_button {
    float: right
  }
}

#header:before,
#header:after {
  content: "";
  display: table;
}
#header:after {
  clear: both;
}
#header {
  clear: both;
  *zoom: 1;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bot_mob_rails-0.0.2 app/assets/stylesheets/bot_mob/rails/header.scss
bot_mob_rails-0.0.1 app/assets/stylesheets/bot_mob/rails/header.scss