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-aliases.less 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. .wi-towards-n {
  2. .wi-wind.towards-0-deg;
  3. }
  4. .wi-towards-nne {
  5. .wi-wind.towards-23-deg;
  6. }
  7. .wi-towards-ne {
  8. .wi-wind.towards-45-deg;
  9. }
  10. .wi-towards-ene {
  11. .wi-wind.towards-68-deg;
  12. }
  13. .wi-towards-e {
  14. .wi-wind.towards-90-deg;
  15. }
  16. .wi-towards-ese {
  17. .wi-wind.towards-113-deg;
  18. }
  19. .wi-towards-se {
  20. .wi-wind.towards-135-deg;
  21. }
  22. .wi-towards-sse {
  23. .wi-wind.towards-158-deg;
  24. }
  25. .wi-towards-s {
  26. .wi-wind.towards-180-deg;
  27. }
  28. .wi-towards-ssw {
  29. .wi-wind.towards-203-deg;
  30. }
  31. .wi-towards-sw {
  32. .wi-wind.towards-225-deg;
  33. }
  34. .wi-towards-wsw {
  35. .wi-wind.towards-248-deg;
  36. }
  37. .wi-towards-w {
  38. .wi-wind.towards-270-deg;
  39. }
  40. .wi-towards-wnw {
  41. .wi-wind.towards-293-deg;
  42. }
  43. .wi-towards-nw {
  44. .wi-wind.towards-313-deg;
  45. }
  46. .wi-towards-nnw {
  47. .wi-wind.towards-336-deg;
  48. }
  49. .wi-from-n {
  50. .wi-wind.from-0-deg;
  51. }
  52. .wi-from-nne {
  53. .wi-wind.from-23-deg;
  54. }
  55. .wi-from-ne {
  56. .wi-wind.from-45-deg;
  57. }
  58. .wi-from-ene {
  59. .wi-wind.from-68-deg;
  60. }
  61. .wi-from-e {
  62. .wi-wind.from-90-deg;
  63. }
  64. .wi-from-ese {
  65. .wi-wind.from-113-deg;
  66. }
  67. .wi-from-se {
  68. .wi-wind.from-135-deg;
  69. }
  70. .wi-from-sse {
  71. .wi-wind.from-158-deg;
  72. }
  73. .wi-from-s {
  74. .wi-wind.from-180-deg;
  75. }
  76. .wi-from-ssw {
  77. .wi-wind.from-203-deg;
  78. }
  79. .wi-from-sw {
  80. .wi-wind.from-225-deg;
  81. }
  82. .wi-from-wsw {
  83. .wi-wind.from-248-deg;
  84. }
  85. .wi-from-w {
  86. .wi-wind.from-270-deg;
  87. }
  88. .wi-from-wnw {
  89. .wi-wind.from-293-deg;
  90. }
  91. .wi-from-nw {
  92. .wi-wind.from-313-deg;
  93. }
  94. .wi-from-nnw {
  95. .wi-wind.from-336-deg;
  96. }