Sha256: 8f54ba754f8586796af72989becd423ecad09ce812b53a0f2fa26d787b991e66
Contents?: true
Size: 1.35 KB
Versions: 6
Compression:
Stored size: 1.35 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 .ae-u-float-left float: left .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 em @include p a:link color: $link-color a:visited color: darken($link-color, 10%) a:hover text-decoration: none .ae-status @include status &-success @include status-success &-cancelled, &-error @include status-error &-pending @include status-pending &-deleted @include status-deleted .ae-text &-success color: $success !important &-cancelled color: $cancelled !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
6 entries across 6 versions & 1 rubygems