Sha256: 6dfe041c9e9ef1af725b7770933104a30331230df37e6fccfbe9a196b57e5a06

Contents?: true

Size: 1.53 KB

Versions: 2

Compression:

Stored size: 1.53 KB

Contents

@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i')

.ae-u-text-left
  text-align: left

.ae-u-text-right
  text-align: right

.ae-u-text-center
  text-align: center

.ae-u-text-justify
  text-align: justify

.ae-u-float-right
  float: right !important

.ae-u-float-left
  float: left !important

.ae-code-block
  white-space: pre-wrap

.ae-u-hidden
  display: none

html
  font-size: $font-size-root

body
  @include body-font
  font-size: 1.6rem
  color: $body-color

p
  @include body-font
  @include p
  line-height: 1.4
  padding-top: 1.25rem
  margin-bottom: 0.25rem

code
  @include border-radius(2px)
  background: rgba($primary-color, 0.2)
  color: $body-color
  padding: 0 0.25em
  display: inline-block

button
  @include p
  @include body-font

a:link
  color: $link-color

a:visited
  color: darken($link-color, 10%)

a:hover
  text-decoration: none

.ae-status
  @include status
  text-align: center

  &-success
    @include status-success

  &-cancelled, &-error
    @include status-error

  &-pending
    @include status-pending

  &-deleted
    @include status-deleted

.ae-text
  &-success
    color: darken($success, 40%)  !important
    .fa
      color: darken($success, 40%)  !important

  &-cancelled
    color: $cancelled !important
    .fa
      color: $cancelled !important
  &-lighter
    color: $body-lighter !important

.ae-badge
  @include badge

  &-success
    @include badge-success

  &-cancelled, &-error
    @include badge-error

  &-pending
    @include badge-pending

  &-deleted
    @include badge-deleted

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
express_ui-0.5.2 app/assets/stylesheets/express_ui/atoms/_typography.sass
express_ui-0.5.1 app/assets/stylesheets/express_ui/atoms/_typography.sass