Sha256: 67e6219cf391025cf432daed15d16b91eaf7431b8a4bdcf5b5a31ff80cde3f17

Contents?: true

Size: 981 Bytes

Versions: 8

Compression:

Stored size: 981 Bytes

Contents

.metrics
  color: $gray
  +space(margin-bottom, 0.5)
  +typecsset-font-size($base-font-size)
.metrics__icon
  +space(width, 2)
  +space(height, 2)
  display: block
  margin: 0 auto
.metrics__icon--small
  +space(width, 1)
  +space(height, 2)
  display: block
  margin: 0 auto
.metrics__progress_bar
  width: 100%
  background-color: $gray-lightest
  +space(height, 0.5)
  +space(margin-top, 0.25)
.metrics__progress
  height: 100%
  display: block
  width: 0px
  -webkit-transition: width 1s ease-in-out
  -moz-transition: width 1s ease-in-out
  -o-transition: width 1s ease-in-out
  transition: width 1s ease-in-out
.metrics__progress--red
  background-color: $red
.metrics__progress--blue
  background-color: $blue
.favorites__icon__container
  box-shadow: 0 0 0 1px $gray-light
  border-radius: 12px
  +space(width, 2)
  margin: auto
.favorites__icon__container--active
  background-color: $red

.metric__item:last-child
  margin-bottom: 0

.metric__item
  +space(margin-bottom)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
smock-0.1.144 app/assets/stylesheets/modules/_metrics.sass
smock-0.1.143 app/assets/stylesheets/modules/_metrics.sass
smock-0.1.142 app/assets/stylesheets/modules/_metrics.sass
smock-0.1.141 app/assets/stylesheets/modules/_metrics.sass
smock-0.1.140 app/assets/stylesheets/modules/_metrics.sass
smock-0.1.139 app/assets/stylesheets/modules/_metrics.sass
smock-0.1.138 app/assets/stylesheets/modules/_metrics.sass
smock-0.1.137 app/assets/stylesheets/modules/_metrics.sass