Sha256: de7cad67b0cdaba95d1cf988dfe5c30c7d9ec339792c8bf63e753b006ae3a55a

Contents?: true

Size: 516 Bytes

Versions: 1

Compression:

Stored size: 516 Bytes

Contents

@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

.material-icons
  // Rules for sizing the icon.
  @each $size in 18, 24, 36, 48
    &.md-#{$size}
      font-size: #{$size}px

  // Rules for using icons as black on a light background.
  &.md-dark
    color: rgba(0, 0, 0, 0.54)
    &.md-inactive
      color: rgba(0, 0, 0, 0.26)

  // Rules for using icons as white on a dark background. */
  &.md-light
    color: rgba(255, 255, 255, 1)
    &.md-inactive
      color: rgba(255, 255, 255, 0.3)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
material-rails-0.1.0 app/assets/stylesheets/material/_icons.sass