Sha256: 11626de2f1a34eeda67e6e6db9a6671a1a1b974b3428133bd3139335a8943de3

Contents?: true

Size: 762 Bytes

Versions: 2

Compression:

Stored size: 762 Bytes

Contents

/* =Global styles
======================================================================= */

::-moz-selection {
  background-color: $blue;
  color: #fff;
}

::selection {
  background-color: $blue;
  color: #fff;
}

body {
  line-height: $base-line-height;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

.wrapper.content {
  min-height: 500px;
  padding-bottom: 100px;
}

.wrapper-flash {
  position: fixed;
  top: 60px;
  right: 50px;
  width: 500px;
}

.main-content {
  padding: 2rem;
}

#head {
  margin-bottom: 2rem;
  @include clearfix;
  border-bottom: 1px $base-border-color solid;
  padding-bottom: 1em;

  h1 {
    float: left;
  }

  a.btn {
    float: right;
  }
}

body.plain {
  form {
    width: 30em;
    margin: 100px auto;
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
plotline-0.1.1 app/assets/stylesheets/plotline/shared.scss
plotline-0.1.0 app/assets/stylesheets/plotline/shared.scss