Sha256: 9fcbe247978411aa2bc1623c2906b4a323c69385d8232aa8a1593ede548518a4

Contents?: true

Size: 1.71 KB

Versions: 8

Compression:

Stored size: 1.71 KB

Contents

.start-fields
  padding: 0 0 0 10px
  .actions
    text-align: center

.select-fields, .visit-fields, .method-fields
  display: flex
  margin-bottom: 10px

// SELECT FIELDS

$selectHeight: 80px

.select-fields
  margin-top: 40px
  border-radius: 2px
  background: #f9f9f9
  box-shadow: darken( #f9f9f9, 10% ) 0 1px 6px 0 inset
  border: 1px solid darken( #f9f9f9, 15% )
  width: calc( 100% - 10px )
  white-space: nowrap
  .field
    margin: 0
    padding: 0
    border-right: 1px dotted #e9e9e9
    &:after
      display: inline-block
      content: "▾"
      color: #dcdcdc
      position: absolute
      right: 0px
      top: 0
      font-size: 3em
      line-height: $selectHeight
      width: 1.25em
      text-align: center
      z-index: 0
  label
    position: absolute
    top: -25px
    left: 10px
    text-align: left
  select, input
    -moz-appearance: initial
    -webkit-appearance: initial
    appearance: initial
    letter-spacing: 0.15em
    padding: 0px 0px 0px 10px
    font: normal 6.0em "Courier", Courier
    border: none
    background: none
    margin: 0
    line-height: $selectHeight
    height: $selectHeight
    margin: 0px
    box-shadow: none
    position: relative
    z-index: 2

.study-field, .site-field
  width: 180px
.id-field
  width: 220px

// VISIT FIELDS

.visit-fields
  .field
    display: inline-block
    margin: 0
    padding: 0 10px 0 0

.visit-label
  +custom-radio

// METHOD LABEL

.method-fields
  .field
    display: inline-block
    margin: 0
    padding: 0 10px 0 0

.admin-method-fields
  display: flex
  flex-wrap: wrap
  .field
    width: 33%
    display: inline-block
    margin: 0
    padding: 0 10px 10px 0

.method-label
  +custom-radio

//


.start-button
  +button
  width: 300px

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
study_engine-0.3.1 app/assets/stylesheets/study_engine/components/-fields/_start-fields.sass
study_engine-0.3.0 app/assets/stylesheets/study_engine/components/-fields/_start-fields.sass
study_engine-0.2.2 app/assets/stylesheets/study_engine/components/-fields/_start-fields.sass
study_engine-0.2.1 app/assets/stylesheets/study_engine/components/-fields/_start-fields.sass
study_engine-0.2.0 app/assets/stylesheets/study_engine/components/-fields/_start-fields.sass
study_engine-0.1.1 app/assets/stylesheets/study_engine/components/-fields/_start-fields.sass
study_engine-0.1.0 app/assets/stylesheets/study_engine/components/-fields/_start-fields.sass
study_engine-0.0.2 app/assets/stylesheets/study_engine/components/-fields/_start-fields.sass