Sha256: 2afaa51d5111821bc274c3517f19fc59c87d905c59888d027fc1d371591d0ad6

Contents?: true

Size: 1.6 KB

Versions: 3

Compression:

Stored size: 1.6 KB

Contents

@charset "UTF-8"
@import "constant"

//

*
  box-sizing: border-box
  position: relative
  margin: 0
  padding: 0

html
  height: 100%

body
  background: #f4f4f4
  position: relative
  min-height: 100%

.wrapper
  width: 1280px
  margin: auto

header
  background: #2a3036
  background: linear-gradient( #2a3036, #1a1a1a )
  box-shadow: #e1e1e3 0 0 3px 0
  position: relative
  height: 80px
  line-height: 80px

.title-wrapper
  float: left
  padding: 20px 0 0 0
.metrc-logo
  float: left
  @extend .sprite-metrc
  width: 83px
  height: 80px
  margin: 0 3px 0 55px
.title, .tagline
  float: left
  margin: 0
  line-height: 1.0em
.title
  color: #fcfcfc
.tagline
  display: block
  color: #ccc
  clear: both
  font-size: 1.4em

section
  padding: 40px 60px
  background: #fff
  box-shadow: #e1e1e3 0 0 3px 0
  border-bottom-radius: 3px
  min-height: 440px
  position: relative

// REMOVE FROM THIS STYLESHEET

.notification
  position: absolute
  top: 0
  left: 0
  right: 0
  background: $primaryColor
  background-image: linear-gradient( darken( $primaryColor, 6% ), $primaryColor )
  color: #fff
  font: bold 1.2em $default
  line-height: 1.8em
  width: 100%
  text-align: center
  z-index: 2
  padding: 0 20px
  &.alert
    background: #D80707
    background-image: linear-gradient( darken( #D80707, 6% ), #D80707 )

#questions
  .submit
    display: none

//

footer
  padding: 25px 30px 0
  p
    text-align: right
    font-size: 1.2em
    color: #a7a9aa

//

@media screen and (max-device-width: 1024px), (max-width: 1024px)
  @import "tablet"

@media screen and (max-device-width: 800px), (max-width: 800px)
  @import "mobile"


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
study_engine-0.3.1 app/assets/stylesheets/study_engine/application.sass
study_engine-0.3.0 app/assets/stylesheets/study_engine/application.sass
study_engine-0.2.2 app/assets/stylesheets/study_engine/application.sass