Warning, /iDDS/monitor/data/css/icons/weather-icons/sass/icon-classes/classes-wind-aliases.scss is written in an unsupported language. File is not indexed.
0001 @mixin wind-rotate( $val: 0deg ) {
0002 -webkit-transform: rotate($val);
0003 -moz-transform: rotate($val);
0004 -ms-transform: rotate($val);
0005 -o-transform: rotate($val);
0006 transform: rotate($val);
0007 }
0008
0009 .wi-wind-towards-n {
0010 @include wind-rotate(0deg);
0011 }
0012 .wi-wind-towards-nne {
0013 @include wind-rotate(23deg);
0014 }
0015 .wi-wind-towards-ne {
0016 @include wind-rotate(45deg);
0017 }
0018 .wi-wind-towards-ene {
0019 @include wind-rotate(68deg);
0020 }
0021 .wi-wind-towards-e {
0022 @include wind-rotate(90deg);
0023 }
0024 .wi-wind-towards-ese {
0025 @include wind-rotate(113deg);
0026 }
0027 .wi-wind-towards-se {
0028 @include wind-rotate(135deg);
0029 }
0030 .wi-wind-towards-sse {
0031 @include wind-rotate(158deg);
0032 }
0033 .wi-wind-towards-s {
0034 @include wind-rotate(180deg);
0035 }
0036 .wi-wind-towards-ssw {
0037 @include wind-rotate(203deg);
0038 }
0039 .wi-wind-towards-sw {
0040 @include wind-rotate(225deg);
0041 }
0042 .wi-wind-towards-wsw {
0043 @include wind-rotate(248deg);
0044 }
0045 .wi-wind-towards-w {
0046 @include wind-rotate(270deg);
0047 }
0048 .wi-wind-towards-wnw {
0049 @include wind-rotate(293deg);
0050 }
0051 .wi-wind-towards-nw {
0052 @include wind-rotate(313deg);
0053 }
0054 .wi-wind-towards-nnw {
0055 @include wind-rotate(336deg);
0056 }
0057 .wi-wind-from-n {
0058 @include wind-rotate(0deg);
0059 }
0060 .wi-wind-from-nne {
0061 @include wind-rotate(23deg);
0062 }
0063 .wi-wind-from-ne {
0064 @include wind-rotate(45deg);
0065 }
0066 .wi-wind-from-ene {
0067 @include wind-rotate(68deg);
0068 }
0069 .wi-wind-from-e {
0070 @include wind-rotate(90deg);
0071 }
0072 .wi-wind-from-ese {
0073 @include wind-rotate(113deg);
0074 }
0075 .wi-wind-from-se {
0076 @include wind-rotate(135deg);
0077 }
0078 .wi-wind-from-sse {
0079 @include wind-rotate(158deg);
0080 }
0081 .wi-wind-from-s {
0082 @include wind-rotate(180deg);
0083 }
0084 .wi-wind-from-ssw {
0085 @include wind-rotate(203deg);
0086 }
0087 .wi-wind-from-sw {
0088 @include wind-rotate(225deg);
0089 }
0090 .wi-wind-from-wsw {
0091 @include wind-rotate(248deg);
0092 }
0093 .wi-wind-from-w {
0094 @include wind-rotate(270deg);
0095 }
0096 .wi-wind-from-wnw {
0097 @include wind-rotate(293deg);
0098 }
0099 .wi-wind-from-nw {
0100 @include wind-rotate(313deg);
0101 }
0102 .wi-wind-from-nnw {
0103 @include wind-rotate(336deg);
0104 }