app/assets/stylesheets/material/element/_avatar.scss in material-sass-0.0.1 vs app/assets/stylesheets/material/element/_avatar.scss in material-sass-0.0.2

- old
+ new

@@ -9,28 +9,10 @@ width: ($line-height * 2); &:focus, &:hover { text-decoration: none; } - &.avatar-inline { - display: inline-block; - } - &.avatar-lg { - height: ($line-height * 4); - line-height: ($line-height * 4); - width: ($line-height * 4); - } - &.avatar-sm { - height: ($line-height * 1.5); - line-height: ($line-height * 1.5); - margin-top: ($line-height * -0.25); - margin-bottom: ($line-height * -0.25); - width: ($line-height * 1.5); - } - &.avatar-transparent { - background-color: transparent; - } &.pull-left { margin-right: $grid-gutter; } &.pull-right { margin-left: $grid-gutter; @@ -58,6 +40,28 @@ .avatar-#{$color} { background-color: nth($palette-color, $i); color: $white; } - } + } + +.avatar-inline { + display: inline-block; +} + +.avatar-lg { + height: ($line-height * 4); + line-height: ($line-height * 4); + width: ($line-height * 4); +} + +.avatar-sm { + height: ($line-height * 1.5); + line-height: ($line-height * 1.5); + margin-top: ($line-height * -0.25); + margin-bottom: ($line-height * -0.25); + width: ($line-height * 1.5); +} + +.avatar-transparent { + background-color: transparent; +} \ No newline at end of file