Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

classes-wind.less 329B

1234567891011121314
  1. // Wind Variables 2.0
  2. @wind: "\f0b1";
  3. .@{wi-css-prefix}-wind:before { content: @wind; }
  4. .wind-rotate(@degrees) {
  5. -webkit-transform: rotate(@degrees);
  6. -moz-transform: rotate(@degrees);
  7. -ms-transform: rotate(@degrees);
  8. -o-transform: rotate(@degrees);
  9. transform: rotate(@degrees);
  10. }
  11. @import "classes-wind-degrees.less";